@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Montserrat:wght@400;500;600&display=swap');
:root{--cream:#f4efe6;--ivory:#fbf8f2;--sand:#ded4c4;--green:#35432c;--green2:#43533a;--gold:#7d6f33;--ink:#272820;--muted:#6e7067;--line:rgba(39,40,32,.14);--serif:'Cormorant Garamond',Georgia,serif;--sans:'Montserrat',Arial,sans-serif;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 44px),var(--max));margin:auto}.eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:600}.announcement{height:38px;display:flex;align-items:center;justify-content:center;background:var(--green);color:#fff;font-size:13px;letter-spacing:.02em}.site-nav{height:86px;position:sticky;top:0;z-index:100;background:rgba(244,239,230,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-inner{height:100%;width:min(calc(100% - 44px),1400px);margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:36px}.brand-logo img{display:block;width:162px;height:auto}.nav-links{display:flex;justify-content:center;gap:32px}.nav-links a{font-size:15px;font-weight:500}.nav-actions{display:flex;align-items:center;gap:12px}.cart-button,.menu-btn{border:0;background:var(--green);color:#fff;min-height:48px;padding:0 20px;border-radius:999px;font-weight:600}.cart-button span{display:inline-grid;place-items:center;min-width:25px;height:25px;border-radius:99px;background:#fff;color:var(--green);margin-left:8px}.menu-btn{display:none}.hero{min-height:calc(100vh - 124px);position:relative;display:flex;align-items:flex-end;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0;background:linear-gradient(90deg,rgba(29,31,25,.56),rgba(29,31,25,.13)),url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=2200&q=90') center/cover;animation:zoom 7s ease-out both}.hero-content{position:relative;z-index:2;padding:0 0 10vh;max-width:760px;margin-left:max(22px,calc((100vw - min(1240px,calc(100vw - 44px)))/2))}.hero h1,.section-title{font-family:var(--serif);font-weight:500;line-height:.94;margin:12px 0 22px}.hero h1{font-size:clamp(66px,8vw,124px);max-width:790px}.hero p{font-size:20px;max-width:650px}.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border:1px solid var(--green);background:var(--green);color:#fff;border-radius:999px;font-weight:600;font-size:16px;transition:.25s}.btn:hover{transform:translateY(-2px);background:var(--green2)}.btn.secondary{background:transparent;color:var(--green)}.hero .btn.secondary{border-color:#fff;color:#fff}.trust-strip{background:var(--cream);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.trust-item{padding:24px 20px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item strong{display:block;color:var(--green);font-size:18px}.section{padding:112px 0}.section.alt{background:var(--cream)}.section-head{display:grid;grid-template-columns:.35fr 1fr;gap:50px;margin-bottom:48px}.section-title{font-size:clamp(52px,6vw,86px)}.lead{font-size:20px;max-width:760px}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.product-card{background:#fff;border:1px solid var(--line);overflow:hidden;transition:.3s}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.product-card-body{padding:26px}.product-card h3{font-family:var(--serif);font-size:42px;line-height:1;margin:10px 0}.product-price{font-size:21px;font-weight:600;color:var(--green);margin-top:18px}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:34px;background:#fff;border:1px solid var(--line)}.step-number{font-family:var(--serif);font-size:52px;color:var(--gold)}.shipping-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.shipping-card{padding:38px;border:1px solid var(--line);background:#fff}.shipping-card h3{font-family:var(--serif);font-size:42px;margin:0 0 12px}.shipping-card ul{padding-left:20px}.order-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.order-summary{background:var(--green);color:#fff;padding:34px;position:sticky;top:110px}.order-summary h3{font-family:var(--serif);font-size:44px;margin:0 0 18px}.order-summary-line{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.18)}.order-summary-total{display:flex;justify-content:space-between;font-size:22px;padding-top:20px}.order-form{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field.full{grid-column:1/-1}.field label{font-weight:600;color:var(--green)}.field input,.field textarea,.field select{width:100%;min-height:56px;padding:14px 16px;border:1px solid rgba(53,67,44,.28);background:#fff;border-radius:8px;color:var(--ink)}.field textarea{min-height:108px;resize:vertical}.form-note{grid-column:1/-1;padding:18px;background:#f7f3ea;border-left:4px solid var(--gold)}.form-submit{grid-column:1/-1}.form-submit .btn{width:100%;min-height:62px;font-size:18px}.order-success{display:none;grid-column:1/-1;padding:22px;background:#edf3e9;color:var(--green);border:1px solid rgba(53,67,44,.25)}.faq{max-width:900px}.faq-row{border-top:1px solid var(--line)}.faq-row button{width:100%;padding:24px 0;display:flex;justify-content:space-between;border:0;background:transparent;text-align:left;font-weight:600;font-size:18px}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:.35s}.faq-row.open .faq-answer{max-height:220px;opacity:1;padding-bottom:22px}.footer{background:var(--ink);color:#fff;padding:70px 0 28px}.footer-logo{width:220px;margin-bottom:34px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer h4{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#d6c78d}.footer a{display:block;margin:9px 0;color:rgba(255,255,255,.8)}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:48px;padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.6);font-size:13px}.mobile-menu{position:fixed;inset:0;background:var(--cream);z-index:160;padding:28px;transform:translateY(-105%);transition:.4s}.menu-open .mobile-menu{transform:none}.mobile-menu nav{display:grid;gap:8px;margin-top:70px}.mobile-menu a{font-family:var(--serif);font-size:38px}.icon-btn{border:1px solid var(--line);background:#fff;padding:10px 14px}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);opacity:0;pointer-events:none;z-index:170;transition:.3s}.cart-drawer{position:fixed;right:0;top:0;width:min(520px,100%);height:100%;background:var(--ivory);z-index:180;transform:translateX(105%);transition:.4s;display:flex;flex-direction:column}.cart-open .cart-overlay{opacity:1;pointer-events:auto}.cart-open .cart-drawer{transform:none}.cart-head,.cart-foot{padding:24px;border-bottom:1px solid var(--line)}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-body{flex:1;overflow:auto;padding:10px 24px}.cart-line{display:grid;grid-template-columns:92px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:92px;height:105px;object-fit:cover}.cart-line h4{margin:0}.qty{display:flex;align-items:center;gap:9px}.qty button{min-width:34px;height:34px;border:1px solid var(--line);background:#fff}.qty .remove{margin-left:auto;border:0;background:none;font-size:12px}.cart-foot{border-top:1px solid var(--line);border-bottom:0}.cart-total{display:flex;justify-content:space-between;font-size:20px;margin:12px 0 18px}.empty-cart{text-align:center;padding:60px 0}.empty-cart p{font-family:var(--serif);font-size:36px}.subhero{padding:120px 0 70px;background:var(--cream)}.subhero h1{font-family:var(--serif);font-size:clamp(58px,8vw,100px);line-height:.92;margin:0}.product-page{display:grid;grid-template-columns:1fr 1fr;min-height:75vh}.product-page-media img{width:100%;height:100%;object-fit:cover}.product-page-info{padding:8vw 7vw;display:flex;flex-direction:column;justify-content:center}.product-page-info h1{font-family:var(--serif);font-size:72px;line-height:.9;margin:8px 0 14px}.variants{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.variant{min-height:46px;padding:0 16px;border:1px solid var(--line);background:#fff}.variant.active{background:var(--green);color:#fff}.reveal{opacity:0;transform:translateY(24px);transition:.7s}.reveal.in{opacity:1;transform:none}@keyframes zoom{from{transform:scale(1.035)}to{transform:scale(1)}}
@media(max-width:960px){.nav-links{display:none}.nav-inner{grid-template-columns:1fr auto}.brand-logo img{width:148px}.menu-btn{display:inline-flex}.trust-grid,.steps,.shipping-grid,.order-wrap,.product-page,.section-head{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.order-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr}.hero-content{margin-left:22px;margin-right:22px}.hero h1{font-size:72px}}
@media(max-width:650px){body{font-size:16px}.announcement{height:auto;min-height:42px;text-align:center;padding:8px 14px}.site-nav{height:72px}.nav-inner{width:calc(100% - 24px);gap:10px}.brand-logo img{width:120px}.cart-button{min-height:44px;padding:0 14px;font-size:14px}.menu-btn{min-height:44px;padding:0 13px}.hero{min-height:75vh}.hero-content{padding-bottom:8vh}.hero h1{font-size:58px}.hero p{font-size:17px}.btn{min-height:58px;width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.section{padding:76px 0}.container{width:calc(100% - 28px)}.section-title{font-size:50px}.product-grid{grid-template-columns:1fr}.product-card h3{font-size:38px}.steps{grid-template-columns:1fr}.shipping-grid{grid-template-columns:1fr}.order-form{grid-template-columns:1fr}.field.full,.form-note,.form-submit{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}.product-page-info{padding:60px 22px}.product-page-info h1{font-size:58px}.cart-drawer{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}


/* --- Actualización catálogo y packs --- */
.hero-media{background:linear-gradient(90deg,rgba(29,31,25,.55),rgba(29,31,25,.18)),url('../assets/products/grounding-bed.png') center/cover !important}
.product-card img,.product-page-media img{background:#fff}
.cart-meta{display:block;color:#6a7262;margin-bottom:4px}
.pack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pack-card{padding:28px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:14px;min-height:100%}
.pack-card.featured{background:linear-gradient(180deg,#fff,#f6f0df)}
.pack-card h3{font-family:var(--serif);font-size:34px;line-height:1;margin:0}
.pack-selector{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:26px;border:1px solid var(--line);background:#fff;margin-bottom:32px;align-items:center}
.pack-selector h3{font-family:var(--serif);font-size:34px;line-height:1;margin:8px 0 10px}
.pack-selector-controls{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}
.pack-selector-controls select{width:100%;min-height:56px;padding:14px 16px;border:1px solid rgba(53,67,44,.28);background:#fff;border-radius:8px;color:var(--ink)}
.form-note{display:flex;flex-direction:column;gap:8px}
.form-note strong{font-size:22px;color:var(--green)}
.form-note span{font-weight:600;color:#6a7262}
.form-note p{margin:0}
.product-gallery-stack{display:grid;grid-template-columns:1fr;gap:12px;padding:22px;background:var(--cream)}
.product-gallery-stack img{border:1px solid var(--line)}
@media(max-width:960px){.pack-grid{grid-template-columns:1fr 1fr}.pack-selector{grid-template-columns:1fr}.pack-selector-controls{grid-template-columns:1fr}}
@media(max-width:650px){.pack-grid{grid-template-columns:1fr}.pack-card h3,.pack-selector h3{font-size:30px}.product-gallery-stack{padding:14px}}

/* --- Sección editorial de productos --- */
.product-story-section{background:#faf8f3}.product-story{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center;padding:44px 0;border-top:1px solid var(--line)}.product-story.reverse{grid-template-columns:.85fr 1.15fr}.product-story.reverse .product-story-media{order:2}.product-story-media{display:grid;gap:14px}.product-story-media.two-images{grid-template-columns:1fr 1fr}.product-story-media.two-images img:first-child{grid-column:1/-1}.product-story-media.story-gallery{grid-template-columns:1fr 1fr}.product-story-media img{width:100%;display:block;object-fit:cover;border:1px solid var(--line);background:#fff}.product-story-media.two-images img:first-child{aspect-ratio:16/10}.product-story-media.two-images img:not(:first-child){aspect-ratio:1/1}.product-story-media.story-gallery img{aspect-ratio:1/1}.product-story-copy h3{font-family:var(--serif);font-size:clamp(42px,5vw,68px);line-height:.95;margin:10px 0 18px}.product-story-copy p{font-size:18px;line-height:1.65}.product-story-copy ul{padding-left:20px;margin:18px 0 26px}.product-story-copy li{margin:8px 0}.product-story-copy .product-price{margin:0 0 20px}@media(max-width:960px){.product-story,.product-story.reverse{grid-template-columns:1fr}.product-story.reverse .product-story-media{order:0}}@media(max-width:650px){.product-story{gap:24px;padding:34px 0}.product-story-media.two-images,.product-story-media.story-gallery{grid-template-columns:1fr}.product-story-media.two-images img:first-child{grid-column:auto}.product-story-copy h3{font-size:44px}}


/* --- Hero image sizing fix v4 --- */
.hero{
  min-height:clamp(620px,78vh,820px);
  background:#d9d0c2;
}
.hero-media{
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(29,31,25,.54),rgba(29,31,25,.12)),
    url('../assets/products/grounding-bed.png') !important;
  background-repeat:no-repeat !important;
  background-position:center 48% !important;
  background-size:cover !important;
}

@media (min-width:1200px){
  .hero{
    min-height:720px;
    height:calc(100vh - 124px);
    max-height:860px;
  }
  .hero-media{
    background-position:center 44% !important;
  }
  .hero-content{
    max-width:680px;
    padding-bottom:8vh;
  }
  .hero h1{
    font-size:clamp(64px,6.2vw,108px);
  }
}

@media (max-width:1199px){
  .hero{
    min-height:780px;
  }
  .hero-media{
    background-position:center center !important;
  }
  .hero-content{
    padding-bottom:7vh;
  }
}

@media (max-width:650px){
  .hero{
    min-height:720px;
  }
  .hero-media{
    background-position:center center !important;
  }
}


/* --- Grounding long-form product page v5 --- */
.ground-product-hero{background:var(--ivory)}
.ground-mini-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.ground-mini-trust span{padding:9px 13px;border:1px solid var(--line);font-size:12px;font-weight:600;color:var(--green);background:#fff}
.ground-editorial-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}
.ground-editorial-copy .section-title{font-size:clamp(48px,5vw,76px)}
.ground-editorial-copy p{font-size:18px;max-width:720px}
.ground-editorial-media img,.ground-lifestyle-media img,.ground-color-visual img{width:100%;display:block;object-fit:cover}
.ground-editorial-media img{aspect-ratio:1/1}
.ground-disclaimer{margin-top:26px;padding:16px 18px;border-left:3px solid var(--gold);background:var(--cream);font-size:14px;color:var(--muted)}
.ground-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ground-step{padding:34px;background:#fff;border-top:1px solid var(--green);min-height:260px}
.ground-step>span{font-family:var(--serif);font-size:48px;color:var(--gold)}
.ground-step h3{font-family:var(--serif);font-size:34px;line-height:1;margin:12px 0}
.ground-lifestyle-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:64px;align-items:center}
.ground-lifestyle-media img{aspect-ratio:5/4}
.ground-lifestyle-copy h2,.ground-final-cta h2{font-family:var(--serif);font-weight:500;font-size:clamp(48px,5vw,72px);line-height:.96;margin:10px 0 22px}
.ground-feature-list{margin-top:32px;border-top:1px solid var(--line)}
.ground-feature-list>div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.ground-feature-list strong{color:var(--green)}
.ground-feature-list span{color:var(--muted)}
.ground-color-visual{max-width:980px;margin:0 auto;background:#fff}
.ground-color-visual img{aspect-ratio:1/1}
.ground-final-cta{margin-top:54px;padding:48px;background:var(--cream);display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.ground-final-cta>div:first-child{max-width:720px}
@media(max-width:960px){.ground-editorial-grid,.ground-lifestyle-grid{grid-template-columns:1fr}.ground-steps{grid-template-columns:1fr}.ground-final-cta{display:block}.ground-final-cta .cta-row{margin-top:26px}}
@media(max-width:650px){.ground-editorial-grid,.ground-lifestyle-grid{gap:28px}.ground-step{min-height:auto}.ground-feature-list>div{grid-template-columns:1fr;gap:3px}.ground-final-cta{padding:28px 22px}.ground-lifestyle-copy h2,.ground-final-cta h2{font-size:46px}}


/* --- V6: portada más compacta y catálogo editorial antes de los packs --- */
.hero{
  min-height:560px !important;
  height:auto !important;
  max-height:none !important;
  display:grid !important;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr) !important;
  align-items:stretch !important;
  background:var(--cream) !important;
  color:var(--ink) !important;
  overflow:hidden;
}
.hero-media{
  position:relative !important;
  inset:auto !important;
  grid-column:2 !important;
  grid-row:1 !important;
  min-height:560px !important;
  background-image:url('../assets/products/hero-rutina-descanso.png') !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  animation:none !important;
}
.hero-content{
  grid-column:1 !important;
  grid-row:1 !important;
  position:relative !important;
  align-self:center !important;
  margin:0 !important;
  padding:72px clamp(34px,5vw,90px) !important;
  max-width:680px !important;
  color:var(--ink) !important;
}
.hero .eyebrow{color:var(--gold) !important}
.hero h1{
  font-size:clamp(52px,5.2vw,82px) !important;
  line-height:.96 !important;
  max-width:620px !important;
  margin:12px 0 22px !important;
}
.hero p{font-size:18px !important;line-height:1.65 !important;max-width:570px !important}
.hero .btn.secondary{border-color:var(--green) !important;color:var(--green) !important;background:transparent !important}

/* Three-image rows now fill the previous blank space */
.product-story-media.two-images{grid-template-columns:1fr 1fr !important}
.product-story-media.two-images img:first-child{grid-column:1/-1 !important;aspect-ratio:16/10 !important}
.product-story-media.two-images img:nth-child(2),
.product-story-media.two-images img:nth-child(3){aspect-ratio:1/1 !important;height:100% !important;object-fit:cover !important}

@media(max-width:960px){
  .hero{grid-template-columns:1fr !important;min-height:0 !important}
  .hero-media{grid-column:1 !important;grid-row:1 !important;min-height:460px !important}
  .hero-content{grid-column:1 !important;grid-row:2 !important;padding:54px 28px 64px !important;max-width:none !important}
  .hero h1{font-size:clamp(48px,8vw,66px) !important}
}
@media(max-width:650px){
  .hero-media{min-height:360px !important}
  .hero-content{padding:42px 22px 54px !important}
  .hero h1{font-size:46px !important}
  .hero p{font-size:17px !important}
  .product-story-media.two-images{grid-template-columns:1fr !important}
  .product-story-media.two-images img:first-child{grid-column:auto !important}
}

/* --- V7 hero headline refinement --- */
.hero h1{font-size:clamp(46px,4.4vw,72px) !important;line-height:1.02 !important;max-width:650px !important;}
.hero-content{max-width:720px !important;}
@media(max-width:960px){.hero h1{font-size:clamp(44px,7vw,62px) !important;}}
@media(max-width:650px){.hero h1{font-size:42px !important;}}

/* --- Mobile header alignment fix v9 --- */
@media (max-width:650px){
  .announcement{
    min-height:40px;
    padding:7px 12px;
    font-size:12px;
    line-height:1.25;
    white-space:normal;
  }
  .site-nav{
    height:68px;
  }
  .nav-inner{
    width:calc(100% - 24px);
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }
  .brand-logo{
    display:flex;
    align-items:center;
    flex:0 0 auto;
    min-width:0;
  }
  .brand-logo img{
    width:128px;
    max-width:100%;
    height:auto;
  }
  .nav-actions{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
  }
  .menu-btn,.cart-button{
    min-height:42px;
    height:42px;
    padding:0 14px;
    border-radius:999px;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .cart-button span{
    min-width:22px;
    width:22px;
    height:22px;
    margin-left:7px;
    font-size:12px;
  }
}

@media (max-width:390px){
  .nav-inner{width:calc(100% - 18px);gap:6px}
  .brand-logo img{width:112px}
  .nav-actions{gap:6px}
  .menu-btn,.cart-button{height:40px;min-height:40px;padding:0 11px;font-size:13px}
  .cart-button span{min-width:20px;width:20px;height:20px;margin-left:5px;font-size:11px}
}


/* --- V10: navegación intermedia para ventanas de PC angostas --- */
/* Entre 861px y 960px seguimos mostrando el menú completo.
   El botón "Menú" aparece recién por debajo de 860px. */
@media (min-width:861px) and (max-width:960px){
  .nav-inner{
    width:min(calc(100% - 28px),1400px);
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center;
    gap:16px !important;
  }

  .brand-logo img{
    width:132px !important;
  }

  .nav-links{
    display:flex !important;
    justify-content:center;
    align-items:center;
    gap:14px !important;
    min-width:0;
  }

  .nav-links a{
    font-size:13px !important;
    white-space:nowrap;
  }

  .menu-btn{
    display:none !important;
  }

  .nav-actions{
    margin-left:0 !important;
    gap:8px !important;
  }

  .cart-button{
    min-height:44px !important;
    height:44px !important;
    padding:0 15px !important;
    font-size:14px !important;
  }

  .cart-button span{
    min-width:22px !important;
    width:22px !important;
    height:22px !important;
    margin-left:6px !important;
    font-size:12px !important;
  }
}

/* De 651px a 860px sí usamos el botón Menú */
@media (min-width:651px) and (max-width:860px){
  .nav-inner{
    width:calc(100% - 28px);
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  .nav-links{
    display:none !important;
  }

  .menu-btn{
    display:inline-flex !important;
  }

  .brand-logo img{
    width:138px;
  }

  .nav-actions{
    margin-left:auto;
  }
}


/* --- V11: WhatsApp y validación del formulario --- */
.field-help{
  display:block;
  margin-top:7px;
  font-size:13px;
  color:#6f746a;
}

.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1200;
  display:grid;
  place-items:center;
  width:64px;
  height:64px;
  border-radius:50%;
  background:transparent;
  text-decoration:none;
  box-shadow:0 10px 30px rgba(24,34,20,.18);
  transition:transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.03);
  box-shadow:0 14px 34px rgba(24,34,20,.24);
}
.whatsapp-float-icon{
  display:block;
  width:64px;
  height:64px;
  object-fit:contain;
}

@media(max-width:650px){body{font-size:16px}.announcement{height:auto;min-height:42px;text-align:center;padding:8px 14px}.site-nav{height:72px}.nav-inner{width:calc(100% - 24px);gap:10px}.brand-logo img{width:120px}.cart-button{min-height:44px;padding:0 14px;font-size:14px}.menu-btn{min-height:44px;padding:0 13px}.hero{min-height:75vh}.hero-content{padding-bottom:8vh}.hero h1{font-size:58px}.hero p{font-size:17px}.btn{min-height:58px;width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.section{padding:76px 0}.container{width:calc(100% - 28px)}.section-title{font-size:50px}.product-grid{grid-template-columns:1fr}.product-card h3{font-size:38px}.steps{grid-template-columns:1fr}.shipping-grid{grid-template-columns:1fr}.order-form{grid-template-columns:1fr}.field.full,.form-note,.form-submit{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:6px}.product-page-info{padding:60px 22px}.product-page-info h1{font-size:58px}.cart-drawer{width:100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}


/* --- Actualización catálogo y packs --- */
.hero-media{background:linear-gradient(90deg,rgba(29,31,25,.55),rgba(29,31,25,.18)),url('../assets/products/grounding-bed.png') center/cover !important}
.product-card img,.product-page-media img{background:#fff}
.cart-meta{display:block;color:#6a7262;margin-bottom:4px}
.pack-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.pack-card{padding:28px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;gap:14px;min-height:100%}
.pack-card.featured{background:linear-gradient(180deg,#fff,#f6f0df)}
.pack-card h3{font-family:var(--serif);font-size:34px;line-height:1;margin:0}
.pack-selector{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:26px;border:1px solid var(--line);background:#fff;margin-bottom:32px;align-items:center}
.pack-selector h3{font-family:var(--serif);font-size:34px;line-height:1;margin:8px 0 10px}
.pack-selector-controls{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:end}
.pack-selector-controls select{width:100%;min-height:56px;padding:14px 16px;border:1px solid rgba(53,67,44,.28);background:#fff;border-radius:8px;color:var(--ink)}
.form-note{display:flex;flex-direction:column;gap:8px}
.form-note strong{font-size:22px;color:var(--green)}
.form-note span{font-weight:600;color:#6a7262}
.form-note p{margin:0}
.product-gallery-stack{display:grid;grid-template-columns:1fr;gap:12px;padding:22px;background:var(--cream)}
.product-gallery-stack img{border:1px solid var(--line)}
@media(max-width:960px){.pack-grid{grid-template-columns:1fr 1fr}.pack-selector{grid-template-columns:1fr}.pack-selector-controls{grid-template-columns:1fr}}
@media(max-width:650px){.pack-grid{grid-template-columns:1fr}.pack-card h3,.pack-selector h3{font-size:30px}.product-gallery-stack{padding:14px}}

/* --- Sección editorial de productos --- */
.product-story-section{background:#faf8f3}.product-story{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center;padding:44px 0;border-top:1px solid var(--line)}.product-story.reverse{grid-template-columns:.85fr 1.15fr}.product-story.reverse .product-story-media{order:2}.product-story-media{display:grid;gap:14px}.product-story-media.two-images{grid-template-columns:1fr 1fr}.product-story-media.two-images img:first-child{grid-column:1/-1}.product-story-media.story-gallery{grid-template-columns:1fr 1fr}.product-story-media img{width:100%;display:block;object-fit:cover;border:1px solid var(--line);background:#fff}.product-story-media.two-images img:first-child{aspect-ratio:16/10}.product-story-media.two-images img:not(:first-child){aspect-ratio:1/1}.product-story-media.story-gallery img{aspect-ratio:1/1}.product-story-copy h3{font-family:var(--serif);font-size:clamp(42px,5vw,68px);line-height:.95;margin:10px 0 18px}.product-story-copy p{font-size:18px;line-height:1.65}.product-story-copy ul{padding-left:20px;margin:18px 0 26px}.product-story-copy li{margin:8px 0}.product-story-copy .product-price{margin:0 0 20px}@media(max-width:960px){.product-story,.product-story.reverse{grid-template-columns:1fr}.product-story.reverse .product-story-media{order:0}}@media(max-width:650px){.product-story{gap:24px;padding:34px 0}.product-story-media.two-images,.product-story-media.story-gallery{grid-template-columns:1fr}.product-story-media.two-images img:first-child{grid-column:auto}.product-story-copy h3{font-size:44px}}


/* --- Hero image sizing fix v4 --- */
.hero{
  min-height:clamp(620px,78vh,820px);
  background:#d9d0c2;
}
.hero-media{
  inset:0;
  background-image:
    linear-gradient(90deg,rgba(29,31,25,.54),rgba(29,31,25,.12)),
    url('../assets/products/grounding-bed.png') !important;
  background-repeat:no-repeat !important;
  background-position:center 48% !important;
  background-size:cover !important;
}

@media (min-width:1200px){
  .hero{
    min-height:720px;
    height:calc(100vh - 124px);
    max-height:860px;
  }
  .hero-media{
    background-position:center 44% !important;
  }
  .hero-content{
    max-width:680px;
    padding-bottom:8vh;
  }
  .hero h1{
    font-size:clamp(64px,6.2vw,108px);
  }
}

@media (max-width:1199px){
  .hero{
    min-height:780px;
  }
  .hero-media{
    background-position:center center !important;
  }
  .hero-content{
    padding-bottom:7vh;
  }
}

@media (max-width:650px){
  .hero{
    min-height:720px;
  }
  .hero-media{
    background-position:center center !important;
  }
}


/* --- Grounding long-form product page v5 --- */
.ground-product-hero{background:var(--ivory)}
.ground-mini-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.ground-mini-trust span{padding:9px 13px;border:1px solid var(--line);font-size:12px;font-weight:600;color:var(--green);background:#fff}
.ground-editorial-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:center}
.ground-editorial-copy .section-title{font-size:clamp(48px,5vw,76px)}
.ground-editorial-copy p{font-size:18px;max-width:720px}
.ground-editorial-media img,.ground-lifestyle-media img,.ground-color-visual img{width:100%;display:block;object-fit:cover}
.ground-editorial-media img{aspect-ratio:1/1}
.ground-disclaimer{margin-top:26px;padding:16px 18px;border-left:3px solid var(--gold);background:var(--cream);font-size:14px;color:var(--muted)}
.ground-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.ground-step{padding:34px;background:#fff;border-top:1px solid var(--green);min-height:260px}
.ground-step>span{font-family:var(--serif);font-size:48px;color:var(--gold)}
.ground-step h3{font-family:var(--serif);font-size:34px;line-height:1;margin:12px 0}
.ground-lifestyle-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:64px;align-items:center}
.ground-lifestyle-media img{aspect-ratio:5/4}
.ground-lifestyle-copy h2,.ground-final-cta h2{font-family:var(--serif);font-weight:500;font-size:clamp(48px,5vw,72px);line-height:.96;margin:10px 0 22px}
.ground-feature-list{margin-top:32px;border-top:1px solid var(--line)}
.ground-feature-list>div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.ground-feature-list strong{color:var(--green)}
.ground-feature-list span{color:var(--muted)}
.ground-color-visual{max-width:980px;margin:0 auto;background:#fff}
.ground-color-visual img{aspect-ratio:1/1}
.ground-final-cta{margin-top:54px;padding:48px;background:var(--cream);display:flex;justify-content:space-between;gap:40px;align-items:flex-end}
.ground-final-cta>div:first-child{max-width:720px}
@media(max-width:960px){.ground-editorial-grid,.ground-lifestyle-grid{grid-template-columns:1fr}.ground-steps{grid-template-columns:1fr}.ground-final-cta{display:block}.ground-final-cta .cta-row{margin-top:26px}}
@media(max-width:650px){.ground-editorial-grid,.ground-lifestyle-grid{gap:28px}.ground-step{min-height:auto}.ground-feature-list>div{grid-template-columns:1fr;gap:3px}.ground-final-cta{padding:28px 22px}.ground-lifestyle-copy h2,.ground-final-cta h2{font-size:46px}}


/* --- V6: portada más compacta y catálogo editorial antes de los packs --- */
.hero{
  min-height:560px !important;
  height:auto !important;
  max-height:none !important;
  display:grid !important;
  grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr) !important;
  align-items:stretch !important;
  background:var(--cream) !important;
  color:var(--ink) !important;
  overflow:hidden;
}
.hero-media{
  position:relative !important;
  inset:auto !important;
  grid-column:2 !important;
  grid-row:1 !important;
  min-height:560px !important;
  background-image:url('../assets/products/hero-rutina-descanso.png') !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-position:center center !important;
  animation:none !important;
}
.hero-content{
  grid-column:1 !important;
  grid-row:1 !important;
  position:relative !important;
  align-self:center !important;
  margin:0 !important;
  padding:72px clamp(34px,5vw,90px) !important;
  max-width:680px !important;
  color:var(--ink) !important;
}
.hero .eyebrow{color:var(--gold) !important}
.hero h1{
  font-size:clamp(52px,5.2vw,82px) !important;
  line-height:.96 !important;
  max-width:620px !important;
  margin:12px 0 22px !important;
}
.hero p{font-size:18px !important;line-height:1.65 !important;max-width:570px !important}
.hero .btn.secondary{border-color:var(--green) !important;color:var(--green) !important;background:transparent !important}

/* Three-image rows now fill the previous blank space */
.product-story-media.two-images{grid-template-columns:1fr 1fr !important}
.product-story-media.two-images img:first-child{grid-column:1/-1 !important;aspect-ratio:16/10 !important}
.product-story-media.two-images img:nth-child(2),
.product-story-media.two-images img:nth-child(3){aspect-ratio:1/1 !important;height:100% !important;object-fit:cover !important}

@media(max-width:960px){
  .hero{grid-template-columns:1fr !important;min-height:0 !important}
  .hero-media{grid-column:1 !important;grid-row:1 !important;min-height:460px !important}
  .hero-content{grid-column:1 !important;grid-row:2 !important;padding:54px 28px 64px !important;max-width:none !important}
  .hero h1{font-size:clamp(48px,8vw,66px) !important}
}
@media(max-width:650px){
  .hero-media{min-height:360px !important}
  .hero-content{padding:42px 22px 54px !important}
  .hero h1{font-size:46px !important}
  .hero p{font-size:17px !important}
  .product-story-media.two-images{grid-template-columns:1fr !important}
  .product-story-media.two-images img:first-child{grid-column:auto !important}
}

/* --- V7 hero headline refinement --- */
.hero h1{font-size:clamp(46px,4.4vw,72px) !important;line-height:1.02 !important;max-width:650px !important;}
.hero-content{max-width:720px !important;}
@media(max-width:960px){.hero h1{font-size:clamp(44px,7vw,62px) !important;}}
@media(max-width:650px){.hero h1{font-size:42px !important;}}

/* --- Mobile header alignment fix v9 --- */
@media (max-width:650px){
  .announcement{
    min-height:40px;
    padding:7px 12px;
    font-size:12px;
    line-height:1.25;
    white-space:normal;
  }
  .site-nav{
    height:68px;
  }
  .nav-inner{
    width:calc(100% - 24px);
    height:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
  }
  .brand-logo{
    display:flex;
    align-items:center;
    flex:0 0 auto;
    min-width:0;
  }
  .brand-logo img{
    width:128px;
    max-width:100%;
    height:auto;
  }
  .nav-actions{
    margin-left:auto;
    display:flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
  }
  .menu-btn,.cart-button{
    min-height:42px;
    height:42px;
    padding:0 14px;
    border-radius:999px;
    font-size:14px;
    line-height:1;
    white-space:nowrap;
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }
  .cart-button span{
    min-width:22px;
    width:22px;
    height:22px;
    margin-left:7px;
    font-size:12px;
  }
}

@media (max-width:390px){
  .nav-inner{width:calc(100% - 18px);gap:6px}
  .brand-logo img{width:112px}
  .nav-actions{gap:6px}
  .menu-btn,.cart-button{height:40px;min-height:40px;padding:0 11px;font-size:13px}
  .cart-button span{min-width:20px;width:20px;height:20px;margin-left:5px;font-size:11px}
}


/* --- V10: navegación intermedia para ventanas de PC angostas --- */
/* Entre 861px y 960px seguimos mostrando el menú completo.
   El botón "Menú" aparece recién por debajo de 860px. */
@media (min-width:861px) and (max-width:960px){
  .nav-inner{
    width:min(calc(100% - 28px),1400px);
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center;
    gap:16px !important;
  }

  .brand-logo img{
    width:132px !important;
  }

  .nav-links{
    display:flex !important;
    justify-content:center;
    align-items:center;
    gap:14px !important;
    min-width:0;
  }

  .nav-links a{
    font-size:13px !important;
    white-space:nowrap;
  }

  .menu-btn{
    display:none !important;
  }

  .nav-actions{
    margin-left:0 !important;
    gap:8px !important;
  }

  .cart-button{
    min-height:44px !important;
    height:44px !important;
    padding:0 15px !important;
    font-size:14px !important;
  }

  .cart-button span{
    min-width:22px !important;
    width:22px !important;
    height:22px !important;
    margin-left:6px !important;
    font-size:12px !important;
  }
}

/* De 651px a 860px sí usamos el botón Menú */
@media (min-width:651px) and (max-width:860px){
  .nav-inner{
    width:calc(100% - 28px);
    display:flex !important;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }

  .nav-links{
    display:none !important;
  }

  .menu-btn{
    display:inline-flex !important;
  }

  .brand-logo img{
    width:138px;
  }

  .nav-actions{
    margin-left:auto;
  }
}


/* --- V11: WhatsApp y validación del formulario --- */
.field-help{
  display:block;
  margin-top:7px;
  font-size:13px;
  color:#6f746a;
}

.whatsapp-float{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:1200;
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:54px;
  padding:0 18px 0 9px;
  border-radius:999px;
  background:#31462a;
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 10px 30px rgba(24,34,20,.22);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover{
  transform:translateY(-2px);
  background:#263b21;
  box-shadow:0 14px 34px rgba(24,34,20,.28);
}
.whatsapp-float-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff;
  color:#31462a;
  font-size:12px;
  font-weight:800;
  letter-spacing:-.02em;
}
.whatsapp-float-label{white-space:nowrap}

@media(max-width:650px){
  .whatsapp-float{
    right:14px;
    bottom:16px;
    width:54px;
    height:54px;
    min-height:54px;
    padding:8px;
    justify-content:center;
  }
  .whatsapp-float{
    right:14px;
    bottom:16px;
    width:56px;
    height:56px;
  }
  .whatsapp-float-icon{width:56px;height:56px}
}


/* --- V14 FINAL: botón flotante solo con icono visual de WhatsApp --- */
.whatsapp-float{
  position:fixed !important;
  right:22px !important;
  bottom:22px !important;
  z-index:1200 !important;
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  min-height:64px !important;
  padding:0 !important;
  margin:0 !important;
  border:none !important;
  border-radius:50% !important;
  background:transparent !important;
  display:grid !important;
  place-items:center !important;
  text-decoration:none !important;
  overflow:visible !important;
  box-shadow:0 10px 28px rgba(24,34,20,.18) !important;
}
.whatsapp-float:hover{
  transform:translateY(-2px) scale(1.04) !important;
  box-shadow:0 14px 34px rgba(24,34,20,.24) !important;
}
.whatsapp-float-icon{
  display:block !important;
  width:64px !important;
  height:64px !important;
  object-fit:contain !important;
  border-radius:0 !important;
  background:transparent !important;
}
.whatsapp-float-label{display:none !important;}
@media (max-width:650px){
  .whatsapp-float{
    right:14px !important;
    bottom:calc(16px + env(safe-area-inset-bottom)) !important;
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
  }
  .whatsapp-float-icon{
    width:56px !important;
    height:56px !important;
  }
}
