@font-face{font-family:'Roboto';src:url('../fonts/roboto-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'Roboto';src:url('../fonts/roboto-500.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:'Roboto';src:url('../fonts/roboto-600.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:'Roboto';src:url('../fonts/roboto-700.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:'Roboto Condensed';src:url('../fonts/roboto-condensed-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'Roboto Condensed';src:url('../fonts/roboto-condensed-500.ttf') format('truetype');font-weight:500;font-display:swap}
@font-face{font-family:'Roboto Condensed';src:url('../fonts/roboto-condensed-600.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:'Roboto Condensed';src:url('../fonts/roboto-condensed-700.ttf') format('truetype');font-weight:700;font-display:swap}/* NAIMA / V2 — Tokens, bases, componentes, páginas y responsive. */
:root{--ink:#263f48;--ink-deep:#1e353d;--rose:#935767;--rose-dark:#794554;--rose-soft:#edcbd0;--paper:#fff;--sand:#f7f3ef;--mist:#e8ece8;--white:#fff;--muted:#646966;--line:#dcded9;--font-body:'Roboto',Arial,sans-serif;--font-display:'Roboto Condensed','Arial Narrow',Arial,sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--heading-sm:clamp(1.4rem,2vw,1.9rem);--heading-md:clamp(2rem,3.3vw,3rem);--heading-lg:clamp(2.6rem,4vw,3.6rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:5.5rem;--space-10:7rem;--radius-sm:6px;--radius-md:16px;--radius-lg:28px;--radius-pill:999px;--border:1px solid var(--line);--container:1320px;--shadow:0 20px 70px #263f481a;--ease:250ms ease}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font:400 var(--text-base)/1.65 var(--font-body);-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}::selection{background:var(--rose-soft)}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}p{margin:0 0 var(--space-5)}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.08;margin:0;text-transform:uppercase}h1{font-size:var(--heading-lg);letter-spacing:-.025em}h2{font-size:var(--heading-md);letter-spacing:-.02em}h3{font-size:var(--heading-sm);letter-spacing:-.01em}em{font-style:normal;color:var(--rose)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--rose);outline-offset:4px}[hidden]{display:none!important}.container{width:min(var(--container),calc(100% - 96px));margin-inline:auto}.section{padding-block:var(--space-9)}.stack{display:grid;gap:var(--space-5)}.text-small{font-size:var(--text-sm)}.eyebrow{font-size:var(--text-xs);font-weight:600;letter-spacing:.12em;line-height:1.5;color:var(--rose);margin-bottom:var(--space-5)}.card{border-radius:var(--radius-md)}.border{border:var(--border)}.rounded{border-radius:var(--radius-md)}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.actions{display:flex;align-items:center;gap:var(--space-5);flex-wrap:wrap}.btn{display:inline-flex;justify-content:center;align-items:center;gap:20px;min-height:50px;padding:13px 23px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:500;line-height:1.5;transition:background var(--ease),color var(--ease),transform var(--ease)}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--ink);color:white}.btn-primary:hover{background:var(--rose)}.btn-outline{border-color:var(--ink);background:transparent}.btn-outline:hover{background:var(--ink);color:white}.btn-light{background:var(--paper);color:var(--ink)}.btn-light:hover{background:var(--rose-soft)}.btn-full{width:100%;justify-content:space-between}.text-link{display:inline-flex;gap:16px;align-items:center;font-size:var(--text-sm);font-weight:500;border:0;border-bottom:1px solid currentColor;padding:0 0 5px;background:none;line-height:1.6}.text-link:hover{color:var(--rose)}.icon-button{border:0;background:none;display:inline-flex;justify-content:center;align-items:center;min-width:44px;min-height:44px}.icon{width:22px;height:22px;stroke-width:1.5;vertical-align:middle;flex-shrink:0}.btn .icon,.text-link .icon{width:19px;height:19px}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip-link:focus{top:10px}
.announcement{height:32px;display:flex;align-items:center;justify-content:center;background:var(--ink);color:var(--paper);font-size:12px;letter-spacing:.035em;gap:15px}.announcement .icon{width:16px;height:16px}.site-header{position:sticky;top:0;z-index:30;background:#fffffff5;border-bottom:var(--border);backdrop-filter:blur(14px)}.header-inner{height:85px;display:flex;align-items:center;gap:27px}.brand{width:135px;flex-shrink:0}.brand img{width:100%;height:auto}.header-inner nav{display:flex;gap:22px;align-items:center;margin-left:auto}.header-inner nav a{font-size:12px;white-space:nowrap;padding:14px 0;position:relative;display:flex;gap:6px;align-items:center}.header-inner nav .icon{width:15px;height:15px}.header-inner nav a::after{content:'';position:absolute;bottom:4px;left:0;width:0;height:2px;background:var(--rose);transition:width var(--ease)}.header-inner nav a:hover::after,.header-inner nav a.is-active::after{width:100%}.bag-button{gap:5px;padding:0}.bag-button .icon{width:22px;height:22px}.bag-button span{font-size:11px}.menu-toggle{display:none}
/* Inicio: composición editorial asimétrica inspirada en la referencia del usuario. */
.creative-hero{margin-top:28px;margin-bottom:35px;background:var(--ink-deep);border-radius:var(--radius-lg);display:grid;grid-template-columns:1fr 1.12fr;gap:28px;padding:55px 48px;color:var(--white);overflow:hidden;min-height:617px}.creative-copy{padding-block:8px;align-self:center}.creative-copy .eyebrow{color:#e6bac4;margin-bottom:22px;font-size:11px}.creative-copy h1{font-size:clamp(3.5rem,5vw,4.6rem);line-height:1.01;letter-spacing:-.015em}.creative-copy em{color:var(--rose-soft)}.creative-description{font-size:15px;line-height:1.75;color:#d0dcda;max-width:390px;margin:25px 0}.hero-benefits{display:grid;grid-template-columns:1fr 1fr;gap:13px 18px;margin-bottom:29px;font-size:12px;max-width:425px}.hero-benefits span{display:flex;align-items:center;gap:10px}.hero-benefits .icon{color:var(--rose-soft);width:19px;height:19px}.hero-shop-link{display:flex;gap:10px;align-items:center;color:white;font-size:13px;border-bottom:1px solid #ffffff60;padding-bottom:4px}.creative-copy .actions{gap:21px}.creative-copy .btn{font-size:12px;padding:14px 17px}.hero-shop-link .icon{width:18px;height:18px}.creative-mosaic{position:relative;min-height:480px;align-self:stretch;margin-block:10px}.creative-mosaic>a{transition:transform 350ms ease}.creative-mosaic>a:hover{transform:translateY(-4px)}.mosaic-jewel{position:absolute;left:0;bottom:0;width:33%;height:88%;border-radius:18px;overflow:hidden;background:var(--rose-soft);z-index:2}.mosaic-jewel img{width:100%;height:100%;object-fit:cover;object-position:52% center;transition:transform 500ms}.mosaic-jewel:hover img{transform:scale(1.03)}.mosaic-jewel::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#3b2316aa)}.mosaic-jewel>span{position:absolute;left:18px;right:12px;bottom:23px;color:#fff;font-size:15px;line-height:1.45;z-index:2}.mosaic-jewel>span .icon{display:block;margin-top:14px}.mosaic-community{position:absolute;right:0;top:0;width:63%;height:67%;border-radius:18px 18px 18px 0;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 100%,0 86%)}.mosaic-community img{width:100%;height:100%;object-fit:cover;object-position:55% center;transform:scale(1.12)}.mosaic-community::after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,#172c27b3)}.mosaic-community>span{position:absolute;bottom:19%;left:18px;z-index:2;font-size:10px;letter-spacing:.12em}.mosaic-note{position:absolute;bottom:0;right:0;width:42%;height:29%;border-radius:14px;background:var(--rose-soft);padding:18px 21px;color:var(--ink-deep);display:flex;flex-direction:column;justify-content:center}.mosaic-note>span{font-size:9px;letter-spacing:.13em;margin-bottom:9px;font-weight:600}.mosaic-note strong{font-family:var(--font-display);font-size:25px;line-height:1.08;text-transform:uppercase;font-weight:600}.mosaic-note>.icon{position:absolute;bottom:16px;right:14px}.mosaic-symbol{position:absolute;top:-25px;right:14px;width:94px;height:94px;border-radius:23px;z-index:4;background:#e9bac4;display:grid;place-items:center;transform:rotate(12deg);box-shadow:6px 8px 0 #a7778573,inset 2px 3px 3px #ffeef0a8;color:var(--rose-dark)}.mosaic-symbol .icon{width:65px;height:65px;filter:drop-shadow(2px 3px 0 #ffdce4)}.mosaic-small{position:absolute;bottom:0;left:37%;width:17%;height:31%;border-radius:70px 70px 14px 14px;overflow:hidden}.mosaic-small img{height:100%;width:100%;object-fit:cover}.value-strip{border-top:var(--border);border-bottom:var(--border)}.value-strip .container{display:grid;grid-template-columns:repeat(3,1fr);padding-block:22px;gap:20px}.value-strip span{display:flex;align-items:center;gap:16px;justify-content:center;font-size:12px}.value-strip span+span{border-left:var(--border)}.value-strip .icon{color:var(--rose);width:20px;height:20px}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-intro{color:var(--muted);font-size:15px;max-width:370px;margin:0 0 4px}.universe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.universe-card{border-radius:var(--radius-md);background:var(--sand);overflow:hidden}.universe-card:nth-child(2){background:var(--mist)}.universe-card:nth-child(3){background:#f3e7e7}.universe-photo{height:260px;overflow:hidden}.universe-photo img{width:100%;height:100%;object-fit:cover;transition:transform 500ms}.universe-card:hover img{transform:scale(1.04)}.universe-card>div:last-child{padding:27px 30px 30px}.universe-card .eyebrow{font-size:10px;display:block;margin-bottom:14px}.universe-card h3{font-size:30px}.universe-card p{color:var(--muted);font-size:14px;margin:17px 0 24px;max-width:290px}.universe-card .text-link{font-size:12px}.home-agenda{background:var(--sand)}.home-agenda-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:85px;align-items:center}.home-agenda-grid>div>p:not(.eyebrow){color:var(--muted);font-size:15px;margin:24px 0}.home-products{display:grid;grid-template-columns:1.07fr 1fr 1fr;gap:28px}.collection-story{position:relative;min-height:490px;border-radius:var(--radius-md);overflow:hidden}.collection-story>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.collection-story::after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#352e22b0)}.collection-story>div{position:absolute;bottom:30px;left:30px;color:#fff;z-index:1}.collection-story .eyebrow{color:#fff;font-size:10px}.collection-story h3{font-size:42px}.home-about{border-radius:var(--radius-lg);background:var(--mist);position:relative;display:grid;grid-template-columns:.7fr 1.3fr;overflow:hidden;gap:70px}.home-about>img{width:100%;height:445px;object-fit:cover;object-position:50% 35%}.home-about>div{padding:50px 85px 50px 0;align-self:center;position:relative;z-index:1}.home-about h2{max-width:620px}.home-about p:not(.eyebrow){margin:23px 0 28px;color:var(--muted);font-size:15px;max-width:550px}.home-about-mark{position:absolute;right:-20px;bottom:-28px;color:#728c8040;transform:rotate(20deg)}.home-about-mark .icon{width:160px;height:160px}.home-contact{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-block:65px}.home-contact p:last-child:not(.eyebrow){color:var(--muted);font-size:14px;margin:18px 0 0}
/* Catálogo y ficha de producto. */
.store-heading{background:#f4e9e7;border-radius:var(--radius-md);padding:40px 45px;display:flex;align-items:flex-end;justify-content:space-between;gap:35px;position:relative;overflow:hidden}.store-heading h1{font-size:54px}.store-heading .eyebrow{font-size:10px;margin-bottom:16px}.store-heading>p{margin:0 120px 4px 0;color:var(--muted);font-size:14px}.store-flower{position:absolute;right:-22px;top:20px;color:#b8808c5c;transform:rotate(20deg)}.store-flower .icon{width:150px;height:150px}.store-catalog{padding-top:32px;padding-bottom:30px}.store-toolbar{display:flex;justify-content:space-between;gap:25px;align-items:center;border-bottom:var(--border);padding-bottom:20px;margin-bottom:30px}.filter-row{display:flex;gap:9px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:transparent;border-radius:var(--radius-pill);padding:9px 18px;min-height:40px;font-size:13px;transition:var(--ease)}.chip:hover{border-color:var(--rose)}.chip.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.store-sort{display:flex;align-items:center;gap:25px;flex-shrink:0}.store-sort>span{font-size:12px;color:var(--muted)}.store-sort select{border:0;background:transparent;color:var(--ink);font-size:13px;padding:8px 24px 8px 8px}.store-layout{display:grid;grid-template-columns:1.6fr .75fr;gap:32px}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-content:start;min-width:0}.product-card{min-width:0}.product-image{display:block;position:relative;aspect-ratio:3/3.7;background:var(--sand);overflow:hidden;border-radius:var(--radius-sm)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform 500ms}.product-card:hover img{transform:scale(1.035)}.badge{position:absolute;z-index:1;top:14px;left:14px;font-size:10px;background:#fff;padding:5px 10px;border-radius:3px}.quick-view{position:absolute;left:12px;right:12px;bottom:12px;background:#ffffffed;padding:11px 13px;display:flex;justify-content:space-between;font-size:12px;opacity:0;transform:translateY(5px);transition:var(--ease)}.product-card:hover .quick-view,.product-image:focus-visible .quick-view{opacity:1;transform:none}.product-category{font-size:10px;letter-spacing:.11em;color:var(--rose);margin:19px 0 8px}.product-title{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.product-title h3{font-size:22px}.product-title>span{font-size:14px;font-weight:500}.product-title small{font-size:10px;font-weight:400}.product-card>.text-small{font-size:13px;color:var(--muted);margin:10px 0 20px}.product-card .btn{font-size:12px;min-height:43px;padding:10px 14px}.catalog-note{font-size:11px;color:var(--muted);margin:24px 0 0}.store-editorial{position:relative;border-radius:var(--radius-md);overflow:hidden;min-height:500px}.store-editorial>img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.store-editorial::after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#362718b3)}.store-editorial>div{position:absolute;bottom:30px;left:28px;right:20px;color:#fff;z-index:1}.store-editorial .eyebrow{color:#fff;font-size:10px}.store-editorial h2{font-size:40px;margin-bottom:24px}.store-editorial .text-link:hover{color:var(--rose-soft)}.product-detail{display:grid;grid-template-columns:1.28fr 1fr;gap:65px;padding-top:15px;padding-bottom:60px;align-items:start}.pdp-gallery{display:grid;grid-template-columns:74px 1fr;gap:18px;min-width:0}.pdp-thumbnails{display:flex;flex-direction:column;gap:12px}.pdp-thumbnails button{padding:3px;border:1px solid transparent;background:var(--sand);border-radius:var(--radius-sm);overflow:hidden}.pdp-thumbnails button.is-active{border-color:var(--ink)}.pdp-thumbnails img{width:100%;aspect-ratio:3/4;object-fit:cover}.thumb-detail img{transform:scale(1.7)}.pdp-main-image{position:relative;display:block;padding:0;border:0;overflow:hidden;border-radius:var(--radius-sm);background:var(--sand);width:100%;aspect-ratio:3/3.6}.pdp-main-image>img{width:100%;height:100%;object-fit:cover;transition:transform 500ms}.pdp-main-image.is-detail>img{transform:scale(1.8)}.pdp-main-image>span{position:absolute;bottom:20px;right:20px;display:grid;place-items:center;background:#fffffff0;border-radius:50%;width:40px;height:40px}.pdp-info{padding-top:10px}.pdp-info .eyebrow{font-size:11px;margin-bottom:18px}.pdp-info h1{font-size:36px}.pdp-price{font-size:23px;font-weight:600;margin:20px 0}.pdp-price span{font-size:12px;font-weight:400}.pdp-description{font-size:15px;line-height:1.75;color:var(--muted);max-width:480px}.pdp-collection{display:flex;align-items:center;gap:12px;font-size:13px;margin:25px 0}.color-dot{width:20px;height:20px;border-radius:50%;background:#d0b171;border:3px solid #f6eedf;outline:1px solid #c7b88c}.pdp-purchase{display:grid;grid-template-columns:75px 1fr;gap:12px;margin:20px 0 13px}.pdp-purchase label{grid-column:1/-1;font-size:12px}.pdp-purchase select{background:white;border:var(--border);border-radius:var(--radius-sm);text-align:center;color:var(--ink);padding:10px;min-height:50px}.pdp-info .form-note{font-size:11px}.pdp-accordions{margin:30px 0 25px;border-top:var(--border)}.pdp-accordions details{border-bottom:var(--border);padding:18px 0}.pdp-accordions summary{font-size:14px;font-weight:500;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none}.pdp-accordions summary::-webkit-details-marker{display:none}.pdp-accordions summary .icon{width:17px;height:17px;transition:var(--ease)}.pdp-accordions details[open] summary .icon{transform:rotate(45deg)}.pdp-accordions p{font-size:13px;color:var(--muted);margin:14px 25px 0 0}.pdp-contact{font-size:12px}.related-products{border-top:var(--border)}.related-products .products-grid{max-width:600px}.related-products .product-title{display:block}.related-products .product-title>span{display:block;margin-top:8px}
/* Experiencias y agenda. */
.experience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.experience-image{display:block;aspect-ratio:1/.98;overflow:hidden;position:relative;border-radius:var(--radius-md)}.experience-image img{width:100%;height:100%;object-fit:cover;transition:transform 600ms}.experience-card:hover img{transform:scale(1.04)}.image-arrow{position:absolute;bottom:18px;right:18px;width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center}.experience-title{display:flex;align-items:center;gap:14px;margin:25px 0 16px}.experience-title .eyebrow{margin:0;letter-spacing:0}.experience-title h3{font-size:26px}.experience-card>p{font-size:14px;line-height:1.8;color:var(--muted);padding-left:28px;margin:0;max-width:365px}.agenda-section{background:var(--sand);min-height:580px;margin-bottom:50px;padding:65px 0}.agenda-layout{display:grid;grid-template-columns:.65fr 1.5fr;gap:65px}.agenda-intro>p:not(.eyebrow){max-width:235px;font-size:14px;color:var(--muted);margin-top:25px}.line-flower{color:var(--rose);font-size:42px;margin-top:34px}.agenda-content>.filter-row{margin-bottom:27px}.event-card{display:grid;grid-template-columns:80px 1fr 28%;border-radius:var(--radius-md);overflow:hidden;min-height:290px;background:#fff}.event-date{background:var(--rose);color:white;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px}.event-date span{font-size:11px;letter-spacing:.09em}.event-date strong{font-family:var(--font-display);font-size:50px;line-height:1.1;font-weight:600}.event-body{padding:30px 25px;min-width:0}.event-body .eyebrow{font-size:10px;margin-bottom:15px}.event-body h3{font-size:30px}.event-body>p:not(.eyebrow){font-size:13px;color:var(--muted);margin-top:16px}.event-image{width:100%;height:100%;object-fit:cover}.event-bottom{border-top:var(--border);padding-top:20px;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.event-bottom .text-small{font-size:11px}.event-bottom .text-link,.event-body>.text-link{font-size:12px}.agenda-note{font-size:12px;color:var(--muted);margin:22px 0 0}.agenda-note a{color:var(--ink);border-bottom:1px solid}.empty-state{background:#fff;padding:40px;min-height:290px;border:var(--border);border-radius:var(--radius-md);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:20px}
.academy-invite{background:var(--ink-deep);color:#fff;border-radius:var(--radius-lg);display:grid;grid-template-columns:1.3fr 1fr;overflow:hidden;margin-bottom:70px}.academy-invite>div{padding:50px;align-self:center}.academy-invite .eyebrow{color:var(--rose-soft)}.academy-invite em{color:var(--rose-soft)}.academy-invite p:not(.eyebrow){font-size:15px;color:#d1d8d7;margin-top:25px;max-width:430px}.academy-invite img{height:100%;max-height:390px;width:100%;object-fit:cover}.academy-section{background:var(--ink);color:#fff;padding:65px 0}.academy-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.academy-art{height:500px;position:relative}.academy-art img{height:100%;width:100%;object-fit:cover;border-radius:24px 24px 100px 24px}.academy-stamp{position:absolute;right:-28px;bottom:30px;background:var(--rose-soft);color:var(--ink);border-radius:22px;width:145px;height:145px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px;letter-spacing:.07em;line-height:1.6;transform:rotate(-8deg)}.academy-stamp i{font-family:var(--font-display);font-size:26px;font-weight:600;font-style:normal;letter-spacing:0;text-transform:uppercase}.academy-copy .eyebrow{color:var(--rose-soft)}.academy-copy em{color:var(--rose-soft)}.academy-copy>p:not(.eyebrow){color:#d1d8d7;font-size:15px;max-width:440px;margin-top:27px}.academy-list{display:grid;margin:25px 0 32px;max-width:440px}.academy-list span{border-bottom:1px solid #ffffff24;padding:13px 0;font-size:13px}.academy-list b{font-weight:400;color:var(--rose-soft);margin-right:25px;font-size:11px}
/* Historia, galería y contacto. */
.about-top{max-width:950px;margin:0 0 50px}.about-top>p:last-child{color:var(--muted);font-size:15px;max-width:650px;margin:25px 0 0}.founder-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:center}.founder-photo{margin:0;position:relative}.founder-photo img{width:100%;height:620px;object-fit:cover;object-position:50% 40%;border-radius:var(--radius-md)}.founder-photo figcaption{position:absolute;bottom:25px;left:25px;right:25px;background:#fff;padding:21px 25px;border-radius:var(--radius-sm)}.founder-photo strong{font:600 26px var(--font-display);text-transform:uppercase;display:block}.founder-photo figcaption span{font-size:12px;color:var(--rose)}.quote-mark{font-family:var(--font-display);font-size:72px;color:var(--rose);line-height:.8;display:block}.founder-copy blockquote{font:500 27px/1.3 var(--font-body);margin:7px 0 27px;letter-spacing:-.035em}.founder-copy>p{font-size:14px;color:var(--muted);line-height:1.8}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:23px;border-top:var(--border);padding-top:25px;margin-top:28px}.about-values .icon{color:var(--rose)}.about-values h3{font:600 16px var(--font-display);margin:14px 0 10px}.about-values p{font-size:12px;color:var(--muted);line-height:1.7;margin:0}.gallery-section{padding-top:35px;background:#fff}.gallery-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr 1.1fr;gap:18px;align-items:center}.gallery-item{border:0;padding:0;position:relative;overflow:hidden;text-align:left;background:var(--ink);border-radius:var(--radius-md)}.gallery-item:nth-child(even){margin-top:50px}.gallery-item img{width:100%;height:340px;object-fit:cover;transition:transform 500ms}.gallery-item:nth-child(even) img{height:400px}.gallery-item:hover img{transform:scale(1.04)}.gallery-item span{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,#0009);padding:45px 18px 20px;color:white;font-size:12px;display:flex;justify-content:space-between;align-items:center;gap:10px}.gallery-item .icon{width:18px;height:18px}.contact-panel{background:#f3e9e6;padding:55px;display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;border-radius:var(--radius-lg)}.contact-copy>p:not(.eyebrow){font-size:15px;max-width:285px;color:var(--muted);margin-top:25px}.contact-flower{display:block;color:var(--rose);font-size:80px;line-height:1;margin-top:35px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:23px;align-content:start}.field{display:flex;flex-direction:column;gap:9px;min-width:0}.field label{font-size:13px;font-weight:500}.field label span{color:var(--muted);font-size:11px}.field input,.field select,.field textarea{width:100%;min-height:51px;padding:14px;border:1px solid #d4c9c5;background:#fff;color:var(--ink);border-radius:var(--radius-sm);font-size:14px}.field input::placeholder,.field textarea::placeholder{color:#777772}.field textarea{resize:vertical}.field select{padding-right:30px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--rose)}.field input:user-invalid,.field textarea:user-invalid,.field select:user-invalid{border-color:#ae3649}.span-2{grid-column:1/-1}.form-note{font-size:11px;color:var(--muted);line-height:1.7;margin-bottom:16px}.form-status{font-size:13px;margin:15px 0 0}.form-status:empty{display:none}.iti{width:100%;--iti-border-color:#d4c9c5}.iti__dropdown-content{font-size:14px;border-radius:var(--radius-sm);box-shadow:var(--shadow)}.iti .iti__search-input{min-height:45px;padding-left:38px;padding-right:34px}.iti__country-list{color:var(--ink)}.login-page{display:grid;grid-template-columns:1fr 1fr;gap:90px;margin-top:20px;margin-bottom:75px;align-items:center}.login-visual{height:600px;border-radius:var(--radius-lg);overflow:hidden;position:relative}.login-visual img{width:100%;height:100%;object-fit:cover}.login-visual::after{content:'';position:absolute;inset:30% 0 0;background:linear-gradient(transparent,#162f2ccc)}.login-visual>div{position:absolute;bottom:40px;left:40px;right:30px;color:white;z-index:1}.login-visual .eyebrow{color:#fff;font-size:10px}.login-content{max-width:420px;width:100%}.login-content>p:not(.eyebrow){color:var(--muted);font-size:15px;margin:20px 0 25px}.login-content .form-note{margin:0}.login-help a{color:var(--ink);text-decoration:underline}#login-status{font-size:13px;margin:0}.not-found{min-height:65vh}.not-found>p:not(.eyebrow){margin:25px 0}
/* Pie y overlays compartidos en todas las páginas. */
.site-footer{background:var(--ink);color:#fff;padding:45px 0 22px}.footer-main{display:flex;align-items:center;gap:50px;padding-bottom:36px}.footer-brand{width:165px;flex-shrink:0}.footer-brand img{filter:brightness(0) invert(1)}.footer-main p{font-size:13px;margin:0;color:#d5dada}.footer-main>a:not(.footer-brand){font-size:13px;display:flex;gap:12px;align-items:center}.footer-main>a:nth-last-child(3){margin-left:auto}.back-top{width:42px;height:42px;justify-content:center;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0}.footer-bottom{border-top:1px solid #ffffff2b;padding-top:22px;display:flex;justify-content:space-between;color:#cad1d1;font-size:11px}.dialog{position:fixed;border:var(--border);border-radius:var(--radius-md);background:#fff;padding:42px;width:min(530px,calc(100% - 32px));max-height:90dvh;overflow:auto;color:var(--ink);box-shadow:var(--shadow)}.dialog::backdrop{background:#182c36a6;backdrop-filter:blur(5px)}.dialog h2{font-size:35px;margin-bottom:20px}.dialog>p{font-size:14px}.dialog .eyebrow{font-size:11px;padding-right:15px}.dialog-close{position:absolute;top:8px;right:8px;z-index:2;background:#fff;border-radius:50%}.dialog .form-note{font-size:12px}.bag-total{border-top:var(--border);margin-top:25px;padding:20px 0;display:flex;justify-content:space-between}.bag-item{display:grid;grid-template-columns:65px 1fr auto;gap:15px;align-items:center;padding:18px 0;border-bottom:var(--border)}.bag-item img{width:65px;height:80px;object-fit:cover}.bag-item h3{font-size:20px}.quantity{display:flex;gap:12px;align-items:center;margin-top:8px;font-size:13px}.quantity button{width:34px;height:34px;border:var(--border);background:none;display:grid;place-items:center}.quantity .icon{width:16px;height:16px}.remove-item{border:0;background:none;min-width:40px;min-height:40px;padding:10px}.remove-item .icon{width:18px;height:18px}.lightbox{width:min(920px,calc(100% - 32px));padding:18px}.lightbox>img{width:100%;max-height:75dvh;object-fit:contain}.lightbox p{margin:13px 0 0;text-align:center}.toast{position:fixed;z-index:60;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:14px 25px;border-radius:var(--radius-sm);box-shadow:var(--shadow);font-size:14px;opacity:0;pointer-events:none;transition:var(--ease);max-width:calc(100% - 32px);width:max-content}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
/* Responsive: misma jerarquía, con contenidos y acciones accesibles en móvil. */
@media(max-width:1200px){.container{width:calc(100% - 64px)}.header-inner{gap:18px}.header-inner nav{gap:15px}.brand{width:120px}.creative-hero{padding:45px 34px;gap:25px}.creative-copy h1{font-size:61px}.creative-mosaic{min-height:460px}.hero-benefits{font-size:11px;gap:13px 8px}.creative-copy .actions{gap:15px}.creative-copy .btn{font-size:11px;padding:13px}.hero-shop-link{font-size:12px}.universe-card>div:last-child{padding:24px}.universe-card h3{font-size:27px}.home-agenda-grid{gap:50px}.event-body{padding:28px 22px}.event-card{grid-template-columns:70px 1fr 27%}.home-products{gap:22px}.product-title{display:block}.product-title>span{display:block;margin-top:7px}.store-heading>p{margin-right:75px}.product-detail{gap:40px}.pdp-gallery{grid-template-columns:58px 1fr;gap:12px}.contact-panel{padding:40px;gap:40px}.footer-main{gap:30px}.login-page{gap:60px}}
@media(max-width:1100px){.header-inner{height:76px}.brand{width:125px}.menu-toggle{display:flex;flex-direction:column;gap:6px;order:2}.menu-toggle span{width:22px;height:1px;background:var(--ink);transition:var(--ease)}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.bag-button{order:1;margin-left:auto}.header-inner nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:25px 32px;box-shadow:var(--shadow);max-height:80dvh;overflow:auto}.header-inner nav.is-open{display:grid;gap:4px}.header-inner nav a{font-size:16px;text-align:left;padding:10px 0}.header-inner nav a::after{width:0!important}.header-inner nav a.is-active{color:var(--rose)}.header-inner nav a:last-child{border-top:var(--border);margin-top:10px;padding-top:17px}}
@media(max-width:980px){.creative-hero{grid-template-columns:1fr 1fr;padding:40px 28px;min-height:550px}.creative-copy h1{font-size:52px}.creative-copy .eyebrow{font-size:9px}.creative-description{font-size:13px;margin:20px 0}.hero-benefits{grid-template-columns:1fr;gap:10px;margin-bottom:23px}.creative-copy .actions{align-items:flex-start;flex-direction:column}.creative-mosaic{min-height:445px}.mosaic-symbol{width:75px;height:75px;right:5px;top:-15px}.mosaic-symbol .icon{width:52px;height:52px}.mosaic-note{padding:14px}.mosaic-note strong{font-size:22px}.mosaic-note>span{font-size:7px}.mosaic-jewel>span{font-size:12px;left:13px}.mosaic-community>span{font-size:8px;left:12px}.value-strip span{font-size:11px;gap:10px}.section{padding-block:65px}.universe-grid{gap:15px}.universe-photo{height:210px}.universe-card>div:last-child{padding:20px}.universe-card h3{font-size:25px}.universe-card p{font-size:13px}.universe-card .text-link{font-size:11px;gap:8px}.home-agenda-grid{grid-template-columns:.65fr 1.35fr;gap:30px}.event-body{padding:25px 18px}.event-body h3{font-size:27px}.home-products{gap:17px;grid-template-columns:.8fr 1fr 1fr}.collection-story{min-height:440px}.collection-story>div{left:20px;bottom:25px}.collection-story h3{font-size:35px}.home-about{gap:35px}.home-about>div{padding:35px 40px 35px 0}.home-about h2{font-size:34px}.home-about>img{height:440px}.store-heading{padding:35px}.store-heading h1{font-size:46px}.store-heading>p{font-size:13px;margin-right:40px}.store-flower{right:-35px;top:30px}.store-flower .icon{width:110px;height:110px}.store-layout{grid-template-columns:1.8fr .8fr;gap:22px}.products-grid{gap:18px}.store-editorial{min-height:465px}.store-editorial h2{font-size:32px}.store-editorial>div{left:20px;right:15px}.store-editorial .text-link{font-size:11px;gap:8px}.product-detail{gap:28px;grid-template-columns:1fr 1fr}.pdp-gallery{grid-template-columns:1fr}.pdp-thumbnails{grid-row:2;flex-direction:row}.pdp-thumbnails button{width:60px}.pdp-info h1{font-size:32px}.pdp-main-image{aspect-ratio:3/4}.pdp-description{font-size:14px}.pdp-purchase{grid-template-columns:60px 1fr;gap:10px}.pdp-purchase .btn{font-size:12px;gap:8px;padding:12px}.agenda-layout{grid-template-columns:1fr;gap:25px}.agenda-intro .line-flower,.agenda-intro .text-small{display:none}.agenda-intro h1 br{display:none}.agenda-intro>p:not(.eyebrow){max-width:none;margin:20px 0 0}.agenda-section{min-height:0}.event-card{grid-template-columns:75px 1fr 27%}.experience-title{gap:10px}.experience-title h3{font-size:23px}.experience-card>p{padding-left:0;font-size:13px}.academy-layout{gap:55px}.academy-art{height:440px}.academy-stamp{width:120px;height:120px;right:-18px}.academy-invite>div{padding:35px}.founder-layout{gap:35px;align-items:start}.founder-photo img{height:590px}.founder-copy blockquote{font-size:24px}.about-values{gap:15px}.about-values p{font-size:11px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-item:nth-child(even){margin-top:25px}.gallery-item img,.gallery-item:nth-child(even) img{height:320px}.contact-panel{grid-template-columns:1fr;gap:30px}.contact-copy>p:not(.eyebrow){max-width:550px}.contact-flower{display:none}.contact-copy>p:last-of-type{display:none}.login-page{gap:40px}.login-visual{height:560px}.login-visual>div{left:27px}.footer-main{flex-wrap:wrap;gap:26px}.footer-brand{width:140px}.footer-main>a:nth-last-child(3){margin-left:0}.footer-main .back-top{margin-left:auto}}
@media(max-width:700px){.creative-hero{grid-template-columns:1fr;padding:35px;gap:35px}.creative-copy h1{font-size:64px}.creative-description{font-size:15px;max-width:420px}.creative-copy .eyebrow{font-size:11px}.hero-benefits{grid-template-columns:1fr 1fr;max-width:420px;font-size:12px}.creative-copy .actions{flex-direction:row;align-items:center}.creative-copy .btn{font-size:12px;padding:13px 16px}.creative-mosaic{min-height:410px;margin:0}.mosaic-community>span{font-size:10px}.mosaic-symbol{width:80px;height:80px;right:10px;top:-15px}.mosaic-note>span{font-size:9px}.mosaic-note strong{font-size:25px}.mosaic-jewel>span{font-size:14px}.universe-grid{grid-template-columns:1fr}.universe-card{display:grid;grid-template-columns:.9fr 1.1fr}.universe-photo{height:100%;min-height:265px}.universe-card>div:last-child{padding:25px}.universe-card h3{font-size:28px}.universe-card p{font-size:13px}.home-agenda-grid{grid-template-columns:1fr;gap:35px}.home-agenda-grid h2 br{display:none}.home-products{grid-template-columns:1fr 1fr}.collection-story{grid-column:1/-1;min-height:300px}.collection-story>img{object-position:center 40%}.collection-story>div{left:28px}.collection-story h3{font-size:42px}.home-about{grid-template-columns:.8fr 1.2fr;gap:25px}.home-about>div{padding:30px 25px 30px 0}.home-about h2{font-size:28px}.home-about p:not(.eyebrow){font-size:13px;margin:20px 0}.home-about>img{height:430px}.home-about .btn{font-size:11px;gap:10px;padding:12px}.home-about-mark{display:none}.store-heading{align-items:flex-start;flex-direction:column;gap:20px}.store-heading>p{margin-right:20px}.store-flower{right:8px;top:20px}.store-toolbar{align-items:flex-start;flex-direction:column;gap:17px}.store-sort{justify-content:space-between;width:100%}.store-layout{grid-template-columns:1fr}.store-editorial{min-height:310px}.store-editorial>img{object-position:center 48%}.store-editorial>div{left:26px;bottom:25px}.store-editorial h2{font-size:36px}.product-detail{grid-template-columns:1fr;gap:32px}.pdp-gallery{grid-template-columns:58px 1fr;gap:13px}.pdp-thumbnails{grid-row:auto;flex-direction:column}.pdp-thumbnails button{width:100%}.pdp-main-image{aspect-ratio:3/3.4}.pdp-info{padding:0}.pdp-info h1{font-size:34px}.pdp-purchase .btn{font-size:14px;gap:16px}.related-products .products-grid{max-width:none}.experience-grid{grid-template-columns:1fr;gap:35px}.experience-image{aspect-ratio:1/.85}.experience-title h3{font-size:28px}.experience-card>p{font-size:15px;max-width:none}.academy-layout{grid-template-columns:1fr;gap:45px}.academy-art{height:420px;margin-right:18px}.academy-stamp{right:-18px}.academy-copy h1 br{display:none}.academy-copy>p:not(.eyebrow){max-width:none}.academy-invite{grid-template-columns:1fr}.academy-invite img{height:220px;grid-row:1}.founder-layout{grid-template-columns:1fr;gap:35px}.founder-photo{max-width:440px;margin:auto;width:100%}.founder-photo img{height:530px}.founder-copy blockquote{font-size:25px}.about-values h3{font-size:15px}.about-values p{font-size:12px}.login-page{grid-template-columns:1fr;gap:35px}.login-visual{height:280px}.login-visual>img{object-position:50% 45%}.login-content{max-width:none}.login-content h1 br{display:none}}
@media(max-width:480px){:root{--heading-lg:2.5rem;--heading-md:2.1rem}.container{width:calc(100% - 36px)}.announcement{font-size:9px;height:29px;gap:9px}.announcement .icon{width:13px;height:13px}.header-inner{height:69px;gap:9px}.brand{width:112px}.creative-hero{margin-top:18px;margin-bottom:24px;padding:29px 23px;border-radius:22px;gap:30px}.creative-copy{padding:0}.creative-copy h1{font-size:54px;line-height:1.025}.creative-copy .eyebrow{font-size:9px;margin-bottom:20px}.creative-description{font-size:14px;margin:21px 0}.hero-benefits{font-size:10px;gap:12px 7px}.hero-benefits .icon{width:16px;height:16px}.hero-benefits span{gap:7px}.creative-copy .actions{gap:16px}.creative-copy .btn{min-height:48px;font-size:12px;padding:12px 15px}.hero-shop-link{font-size:12px}.creative-mosaic{min-height:325px;margin-top:12px}.mosaic-symbol{width:63px;height:63px;right:5px;border-radius:16px;top:-12px;box-shadow:4px 5px 0 #a7778573,inset 2px 3px 3px #ffeef0a8}.mosaic-symbol .icon{width:45px;height:45px}.mosaic-jewel{border-radius:12px;height:89%}.mosaic-jewel>span{font-size:10px;left:11px;right:5px;bottom:16px}.mosaic-jewel>span .icon{width:16px;height:16px;margin-top:9px}.mosaic-community{border-radius:12px}.mosaic-community>span{font-size:7px;left:10px;bottom:19%}.mosaic-note{padding:11px 12px;border-radius:10px}.mosaic-note>span{font-size:6px;margin-bottom:5px}.mosaic-note strong{font-size:19px}.mosaic-note>.icon{width:15px;height:15px;right:9px;bottom:11px}.mosaic-small{border-radius:40px 40px 10px 10px}.value-strip .container{grid-template-columns:1fr;padding-block:18px;gap:13px}.value-strip span{justify-content:flex-start;gap:13px;font-size:12px}.value-strip span+span{border-left:0}.value-strip .icon{width:18px;height:18px}.section{padding-block:48px}.section-heading{display:block;margin-bottom:28px}.section-heading>.text-link{margin-top:22px}.section-heading .eyebrow{font-size:10px}.section-intro{font-size:14px;margin-top:20px}.universe-card{grid-template-columns:1fr}.universe-photo{height:240px;min-height:0}.universe-card>div:last-child{padding:25px}.universe-card h3{font-size:31px}.universe-card p{font-size:14px;margin:16px 0 22px}.universe-card .text-link{font-size:13px}.home-agenda-grid h2 br{display:block}.home-agenda-grid>div>p:not(.eyebrow){font-size:14px}.event-card{grid-template-columns:56px 1fr 23%;min-height:300px;border-radius:12px}.event-date strong{font-size:38px}.event-date span{font-size:9px}.event-body{padding:23px 14px}.event-body h3{font-size:25px}.event-body .eyebrow{font-size:8px}.event-body>p:not(.eyebrow){font-size:12px}.event-body .text-link{font-size:11px;gap:6px}.event-body .text-link .icon{width:16px;height:16px}.event-bottom{gap:10px;padding-top:14px}.event-bottom .text-small{font-size:10px}.home-products{gap:14px}.product-image{aspect-ratio:3/4}.badge{font-size:8px;left:8px;top:9px;padding:4px 7px}.quick-view{opacity:1;transform:none;font-size:10px;padding:9px;left:7px;right:7px;bottom:7px}.quick-view .icon{width:15px;height:15px}.product-category{font-size:8px;margin-top:16px}.product-title h3{font-size:20px}.product-title>span{font-size:13px}.product-card>.text-small{font-size:12px;min-height:40px;margin:10px 0 16px}.product-card .btn{font-size:10px;gap:5px;padding:11px 10px}.product-card .btn .icon{width:16px;height:16px}.catalog-note{font-size:10px}.home-about{grid-template-columns:1fr;gap:0;border-radius:20px}.home-about>img{height:310px;object-position:center 30%}.home-about>div{padding:30px 26px}.home-about h2{font-size:33px}.home-about p:not(.eyebrow){font-size:14px}.home-about .btn{font-size:12px;padding:13px 17px}.home-contact{display:block;padding-block:50px}.home-contact>.btn{margin-top:25px}.home-contact .eyebrow{font-size:10px}.store-heading{padding:28px 25px}.store-heading h1{font-size:43px}.store-heading .eyebrow{font-size:9px;max-width:180px}.store-flower .icon{width:84px;height:84px}.store-flower{right:-20px;top:26px}.store-heading>p{font-size:13px;margin:0}.store-catalog{padding-top:24px}.store-toolbar{padding-bottom:15px;margin-bottom:22px}.filter-row{gap:7px}.chip{padding:8px 13px;font-size:11px}.store-sort{gap:14px}.store-sort>span{font-size:11px}.store-sort select{font-size:12px}.products-grid{gap:14px}.pdp-gallery{grid-template-columns:1fr}.pdp-thumbnails{grid-row:2;flex-direction:row}.pdp-thumbnails button{width:56px}.pdp-main-image{aspect-ratio:3/3.3}.pdp-info h1{font-size:31px}.pdp-info .eyebrow{font-size:10px}.pdp-price{font-size:22px}.pdp-description{font-size:14px}.pdp-info .form-note{font-size:10px}.pdp-contact{font-size:11px;gap:8px}.pdp-accordions summary{font-size:13px}.related-products .products-grid{grid-template-columns:1fr 1fr}.agenda-layout{gap:25px}.agenda-intro h1 br{display:block}.agenda-intro>p:not(.eyebrow){font-size:13px}.agenda-section{padding:30px 0 45px;margin:0}.agenda-note{font-size:11px}.empty-state{padding:25px;font-size:14px}.academy-section{padding:35px 0 45px}.academy-art{height:360px}.academy-copy h1{font-size:39px}.academy-copy .eyebrow{font-size:10px}.academy-list span{font-size:12px}.academy-list b{margin-right:15px}.academy-invite{margin-bottom:45px}.academy-invite>div{padding:28px}.about-top{margin-bottom:35px}.about-top h1 br{display:none}.about-top>p:last-child{font-size:14px}.founder-photo img{height:460px}.founder-photo figcaption{bottom:16px;left:16px;right:16px;padding:17px 20px}.founder-photo strong{font-size:24px}.founder-copy blockquote{font-size:23px}.about-values{gap:12px}.about-values h3{font-size:14px}.about-values p{font-size:11px}.gallery-grid{gap:12px}.gallery-item img,.gallery-item:nth-child(even) img{height:235px}.gallery-item:nth-child(even){margin-top:20px}.gallery-item span{padding:35px 10px 14px;font-size:10px;line-height:1.5;gap:5px}.contact-panel{padding:30px 23px;border-radius:18px;gap:25px}.contact-copy .eyebrow{font-size:9px}.contact-copy>p:not(.eyebrow){font-size:14px}.form-grid{grid-template-columns:1fr;gap:18px}.span-2{grid-column:auto}.field label{font-size:12px}.field input,.field textarea,.field select{font-size:16px}.form-note{font-size:10px}.login-page{margin-top:10px;margin-bottom:45px}.login-visual{height:250px;border-radius:18px}.login-visual>div{bottom:25px;left:25px}.login-content>p:not(.eyebrow){font-size:14px}.footer-main{gap:22px}.footer-main p{font-size:11px}.footer-main>a:not(.footer-brand){font-size:11px;gap:8px}.footer-brand{width:120px}.footer-bottom{gap:15px;flex-wrap:wrap;font-size:10px}.dialog{padding:38px 24px 26px}.dialog h2{font-size:30px}.bag-item{grid-template-columns:50px 1fr auto;gap:10px}.bag-item img{width:50px;height:70px}.bag-item h3{font-size:18px}.bag-total{font-size:13px}.lightbox{padding:12px}.lightbox>img{max-height:72dvh}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
@media(hover:none){.quick-view{opacity:1;transform:none}}
/* Revisión 3: hero limpio, navegación legible y recorrido de compra. */
.header-inner nav a{font-family:var(--font-display);font-size:17px;font-weight:500;letter-spacing:.01em}.header-inner nav{gap:24px}.header-inner{height:90px}.bag-button{position:relative}.bag-button #bag-count{display:grid;place-items:center;min-width:19px;height:19px;border-radius:50%;background:var(--rose-soft);color:var(--ink);font-size:11px}
.calm-hero{margin-block:30px 0;padding:62px 55px 64px;background:var(--ink-deep);border-radius:28px;display:grid;grid-template-columns:1fr 1.12fr;gap:65px;align-items:center;color:#fff;overflow:hidden}.calm-copy>.eyebrow{color:var(--rose-soft);font-size:12px;margin-bottom:27px}.calm-copy h1{font-size:clamp(3.7rem,5.4vw,4.8rem);line-height:1.04}.calm-copy h1 em{color:var(--rose-soft)}.calm-copy>p:not(.eyebrow){color:#d4dedc;font-size:17px;line-height:1.8;margin:30px 0 35px}.calm-copy .actions{gap:23px}.calm-copy .btn{font-size:14px;gap:14px;padding:14px 19px}.calm-shop{font-size:14px;display:flex;gap:10px;align-items:center;border-bottom:1px solid #ffffff60;padding-bottom:5px}.calm-shop .icon{width:18px;height:18px}.calm-art{height:425px;position:relative;padding:0 0 40px 38px}.calm-community{width:100%;height:100%;object-fit:cover;object-position:53% center;border-radius:18px 18px 85px 18px}.calm-jewel{position:absolute;bottom:-9px;left:0;width:150px;height:200px;object-fit:cover;border:7px solid var(--ink-deep);border-radius:80px 80px 14px 14px}.benefits-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding-block:38px;border-bottom:var(--border)}.benefits-panel article{display:flex;gap:20px;align-items:center;padding:9px 22px}.benefits-panel article+article{border-left:var(--border)}.benefit-icon{display:grid;place-items:center;width:60px;height:60px;border-radius:18px;background:#f4e6e7;color:var(--rose);flex-shrink:0}.benefits-panel article:nth-child(2) .benefit-icon{background:var(--mist);color:var(--ink)}.benefits-panel article:nth-child(3) .benefit-icon{background:#f5eee2;color:#907750}.benefit-icon .icon{width:29px;height:29px}.benefits-panel h2{font-size:21px;text-transform:none;letter-spacing:0;line-height:1.25;margin-bottom:7px}.benefits-panel p{font-size:15px;color:var(--muted);line-height:1.6;margin:0}
.journal-gallery{padding-block:32px 70px}.journal-gallery .section-heading{margin-bottom:35px}.gallery-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:26px}.gallery-toolbar>span{font-size:13px;color:var(--muted)}.editorial-gallery{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:250px 250px 230px;gap:20px}.journal-photo{position:relative;border:0;padding:0;overflow:hidden;border-radius:18px;background:var(--mist);text-align:left;min-width:0}.journal-photo>img{width:100%;height:100%;object-fit:cover;transition:transform 650ms}.journal-photo:hover>img{transform:scale(1.045)}.journal-photo-0{grid-column:1/8;grid-row:1/3}.journal-photo-1{grid-column:8/13;grid-row:1}.journal-photo-2{grid-column:8/13;grid-row:2}.journal-photo-3{grid-column:1/6;grid-row:3}.journal-photo-4{grid-column:6/13;grid-row:3}.journal-photo-0>img{object-position:55% center}.journal-photo-4>img{object-position:center 58%}.journal-caption{position:absolute;inset:auto 0 0;display:flex;justify-content:space-between;align-items:flex-end;gap:12px;padding:55px 26px 24px;color:#fff;background:linear-gradient(transparent,#132722cc)}.journal-caption strong{display:block;font-family:var(--font-display);font-size:25px;font-weight:600;line-height:1.2}.journal-caption small{display:block;margin-top:8px;font-size:13px;line-height:1.4;color:#f0f1ef}.journal-caption i{display:grid;place-items:center;min-width:38px;height:38px;border-radius:50%;background:#ffffffeb;color:var(--ink);font-style:normal}.journal-caption i .icon{width:20px;height:20px}.editorial-gallery.is-filtered{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.editorial-gallery.is-filtered .journal-photo{grid-column:auto;grid-row:auto;height:380px}.gallery-invite{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:32px 0 0}.gallery-invite>p{margin:0;font-size:16px;color:var(--muted)}
.commerce-page{padding:25px 0 75px}.commerce-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px}.commerce-heading .eyebrow{font-size:11px}.purchase-steps{display:flex;list-style:none;gap:0;padding:0;margin:0 0 42px;border-block:var(--border)}.purchase-steps li{display:flex;gap:12px;align-items:center;padding:20px 40px 20px 0;margin-right:45px;color:#757b78;font-size:14px}.purchase-steps li a{display:flex;align-items:center;gap:12px}.purchase-steps li>span,.purchase-steps li>a>span{font-family:var(--font-display);font-size:17px}.purchase-steps li.is-current{color:var(--rose);font-weight:500;position:relative}.purchase-steps li.is-current::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--rose)}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;align-items:start}.cart-list-heading{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;border-bottom:var(--border);gap:15px}.cart-list-heading h2{font-size:25px}.cart-list-heading>span{font-size:13px;color:var(--muted)}.cart-product{display:grid;grid-template-columns:125px 1fr auto;gap:24px;align-items:center;padding:25px 0;border-bottom:var(--border)}.cart-product>img{width:125px;height:155px;object-fit:cover;border-radius:8px}.cart-product h3{font-size:24px;margin:7px 0 12px}.cart-product .eyebrow{font-size:9px;margin:0}.cart-product p{font-size:13px;color:var(--muted);margin:0 0 12px}.cart-product-side{display:flex;flex-direction:column;align-items:flex-end;gap:35px}.cart-product-side strong{font-size:15px;white-space:nowrap}.cart-product-side button{border:0;background:none;text-decoration:underline;color:var(--muted);font-size:12px;min-height:40px}.cart-bottom-note{display:flex;align-items:center;gap:18px;margin-top:30px;padding:24px;background:var(--sand);border-radius:12px}.cart-bottom-note>.icon{width:33px;height:33px;color:var(--rose)}.cart-bottom-note p{font-size:14px;margin:0;color:var(--muted)}.cart-bottom-note strong{font-weight:500;color:var(--ink)}.order-summary{position:sticky;top:115px;background:var(--sand);border:1px solid #ebe5de;border-radius:18px;padding:32px}.order-summary>.eyebrow{font-size:10px;margin-bottom:15px}.order-summary h2{font-size:27px;margin-bottom:30px}.summary-line{display:flex;justify-content:space-between;gap:20px;margin:18px 0;font-size:14px}.summary-line>strong{font-weight:500;white-space:nowrap}.summary-line>span:last-child{color:var(--muted)}.summary-total{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;margin-top:22px;border-top:var(--border);font-size:14px}.summary-total strong{font-size:21px;white-space:nowrap}.order-summary>.form-note{margin:17px 0 0;line-height:1.7}.summary-help{border-top:var(--border);margin-top:26px;padding-top:24px;display:flex;gap:13px;align-items:center}.summary-help>span{color:var(--rose)}.summary-help p{font-size:13px;margin:0}.summary-help a{text-decoration:underline}.cart-empty{padding:55px 25px;text-align:center}.cart-empty>.icon{width:46px;height:46px;color:var(--rose);margin-bottom:18px}.cart-empty h3{font-size:27px;margin-bottom:16px}.cart-empty p{color:var(--muted);font-size:14px;max-width:390px;margin:0 auto 24px}.cart-empty .actions{justify-content:center;gap:15px}.cart-empty .btn{font-size:12px}.mini-cart-link{margin-bottom:12px}.checkout-block{padding-bottom:32px;margin-bottom:32px;border-bottom:var(--border)}.checkout-block-heading{display:flex;gap:18px;align-items:center;margin-bottom:26px}.checkout-block-heading>span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:50%;background:var(--rose-soft);font-family:var(--font-display);font-size:18px}.checkout-block-heading h2{font-size:25px}.checkout-block-heading p{font-size:13px;color:var(--muted);margin:6px 0 0}.checkout-block .field input,.checkout-block .field select{background:#fff;border-color:var(--line)}.shipping-preview{display:flex;gap:15px;align-items:center;border:var(--border);border-radius:10px;padding:20px;margin-top:22px}.shipping-preview>div{flex:1}.shipping-preview strong{font-size:13px;font-weight:500}.shipping-preview p{font-size:12px;color:var(--muted);margin:5px 0 0;line-height:1.6}.shipping-preview>span{font-size:11px;white-space:nowrap;color:var(--muted)}.payment-options{border:0;padding:0;margin:0;display:grid;gap:12px}.payment-options>label{display:flex;align-items:center;gap:15px;border:var(--border);padding:20px;border-radius:10px;cursor:pointer}.payment-options>label:has(input:checked){border-color:var(--rose);background:#fbf6f5}.payment-options input{accent-color:var(--rose);width:17px;height:17px}.payment-options strong{font-size:14px;font-weight:500}.payment-options small{font-size:12px;color:var(--muted);display:block;margin-top:4px}.payment-visual{font-size:25px;letter-spacing:.07em;margin-left:auto;color:var(--rose)}.payment-placeholder{display:flex;gap:13px;align-items:center;padding:18px 0 0}.payment-placeholder>span{color:var(--rose)}.payment-placeholder p{font-size:12px;line-height:1.7;color:var(--muted);margin:0}.checkout-submit .form-note{font-size:12px}.checkout-submit .btn{justify-content:center}.checkout-item{display:grid;grid-template-columns:65px 1fr;gap:15px;margin-bottom:20px;align-items:center}.checkout-item img{width:65px;height:85px;object-fit:cover;border-radius:6px}.checkout-item h3{font-size:18px}.checkout-item p{font-size:12px;color:var(--muted);margin:5px 0}.checkout-item strong{font-size:13px;font-weight:500}.edit-bag{font-size:12px;margin-bottom:15px}.checkout-empty,.checkout-confirmation{text-align:center;background:var(--sand);border-radius:20px;padding:65px 30px;margin-block:20px 50px}.checkout-empty h2,.checkout-confirmation h2{margin-bottom:23px}.checkout-empty p,.checkout-confirmation>p:not(.eyebrow){font-size:16px;color:var(--muted);margin:0 auto 28px;max-width:600px}.checkout-empty .text-link{margin-left:20px}.confirmation-icon{display:grid;place-items:center;width:75px;height:75px;background:var(--rose-soft);border-radius:50%;margin:0 auto 25px;color:var(--rose)}.confirmation-icon .icon{width:36px;height:36px}.checkout-confirmation .eyebrow{font-size:11px}.checkout-confirmation h2{font-size:48px}.is-disabled{opacity:.45;pointer-events:none}
@media(max-width:1200px){.header-inner nav{gap:19px}.header-inner nav a{font-size:16px}.calm-hero{padding:48px 40px;gap:40px}.calm-copy h1{font-size:62px}.calm-copy>.eyebrow{font-size:11px}.calm-copy>p:not(.eyebrow){font-size:16px}.calm-copy .actions{gap:20px}.calm-copy .btn{font-size:12px;padding:13px 15px}.calm-shop{font-size:13px}.calm-art{height:390px}.benefits-panel{gap:15px}.benefits-panel article{padding:9px 15px;gap:15px}.benefits-panel h2{font-size:20px}.benefits-panel p{font-size:14px}.benefit-icon{width:50px;height:50px;border-radius:15px}.cart-layout,.checkout-layout{gap:35px;grid-template-columns:1.5fr 1fr}.cart-product{grid-template-columns:100px 1fr auto;gap:18px}.cart-product>img{width:100px;height:135px}.cart-product h3{font-size:22px}.order-summary{padding:26px}.summary-total strong{font-size:18px}}
@media(max-width:1100px){.header-inner{height:78px}.header-inner nav a{font-size:20px}.header-inner nav{gap:7px}.header-inner nav a:last-child{padding-top:16px}}
@media(max-width:980px){.calm-hero{gap:30px;padding:42px 32px}.calm-copy h1{font-size:54px}.calm-copy>p:not(.eyebrow){font-size:15px}.calm-copy .actions{align-items:flex-start;flex-direction:column}.calm-art{height:380px;padding-left:18px}.calm-jewel{width:115px;height:165px}.benefits-panel{gap:0;padding-block:28px}.benefits-panel article{align-items:flex-start;flex-direction:column;padding:5px 20px}.benefits-panel h2{font-size:21px}.benefits-panel p{font-size:15px}.editorial-gallery{grid-template-rows:210px 210px 200px;gap:15px}.journal-caption{padding:40px 20px 20px}.journal-caption strong{font-size:23px}.journal-caption small{font-size:12px}.cart-layout,.checkout-layout{grid-template-columns:1fr;gap:35px}.order-summary{position:static}.cart-product{grid-template-columns:115px 1fr auto}.cart-product>img{width:115px;height:140px}.order-summary h2{font-size:29px}.summary-total strong{font-size:22px}.checkout-layout .order-summary{grid-row:1}.checkout-layout .order-summary h2{margin-bottom:22px}#checkout-items{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkout-item{margin:0 0 10px}.purchase-steps li{margin-right:25px;padding-right:25px}}
@media(max-width:700px){.calm-hero{grid-template-columns:1fr;padding:38px;gap:38px}.calm-copy h1{font-size:62px}.calm-copy .actions{flex-direction:row;align-items:center}.calm-art{height:340px;padding-left:55px;padding-bottom:25px}.calm-jewel{width:145px;height:180px;bottom:-7px}.calm-community{border-radius:16px 16px 65px 16px}.benefits-panel article{padding-inline:15px}.benefits-panel h2{font-size:19px}.benefits-panel p{font-size:13px}.gallery-toolbar{align-items:flex-start;flex-direction:column;gap:15px}.editorial-gallery{grid-template-columns:repeat(2,1fr);grid-template-rows:340px 240px 240px}.journal-photo-0{grid-column:1/-1;grid-row:1}.journal-photo-1{grid-column:1;grid-row:2}.journal-photo-2{grid-column:2;grid-row:2}.journal-photo-3{grid-column:1;grid-row:3}.journal-photo-4{grid-column:2;grid-row:3}.journal-caption{padding:40px 16px 18px}.journal-caption strong{font-size:21px}.journal-caption small{font-size:11px}.journal-caption i{min-width:30px;height:30px}.journal-caption i .icon{width:17px;height:17px}.gallery-invite{flex-direction:column;align-items:flex-start}.editorial-gallery.is-filtered .journal-photo{height:300px}.commerce-heading{display:block}.commerce-heading>.text-link{margin-top:24px}.purchase-steps li{font-size:12px;margin-right:20px;padding:17px 12px 17px 0;gap:7px}.purchase-steps li>a{gap:7px}.cart-product{grid-template-columns:95px 1fr auto;gap:15px}.cart-product>img{width:95px;height:125px}.cart-product h3{font-size:21px}.cart-product-side strong{font-size:13px}}
@media(max-width:480px){.header-inner{height:72px}.calm-hero{margin-top:18px;border-radius:22px;padding:30px 25px 35px;gap:36px}.calm-copy>.eyebrow{font-size:10px;margin-bottom:23px}.calm-copy h1{font-size:53px}.calm-copy>p:not(.eyebrow){font-size:15px;line-height:1.8;margin:25px 0 28px}.calm-copy .actions{gap:19px}.calm-copy .btn{font-size:12px;padding:14px 17px}.calm-shop{font-size:13px}.calm-art{height:250px;padding:0 0 20px 25px}.calm-jewel{width:98px;height:130px;left:-3px;bottom:-5px;border-width:5px}.calm-community{border-radius:13px 13px 50px 13px}.benefits-panel{grid-template-columns:1fr;padding-block:24px;gap:0}.benefits-panel article{flex-direction:row;align-items:center;padding:19px 6px;gap:20px}.benefits-panel article+article{border-left:0;border-top:var(--border)}.benefits-panel h2{font-size:22px;margin-bottom:5px}.benefits-panel p{font-size:15px;line-height:1.5}.benefits-panel p br{display:none}.benefit-icon{width:55px;height:55px;flex-shrink:0}.journal-gallery{padding-block:22px 45px}.journal-gallery .section-heading{margin-bottom:25px}.gallery-toolbar{padding-bottom:20px}.gallery-toolbar>span{font-size:12px}.editorial-gallery{gap:12px;grid-template-rows:310px 220px 220px}.journal-photo{border-radius:13px}.journal-caption{padding:40px 12px 16px;gap:6px}.journal-caption strong{font-size:19px}.journal-caption small{font-size:10px;margin-top:6px}.journal-caption i{min-width:26px;height:26px}.journal-photo-0 .journal-caption{padding:50px 22px 22px}.journal-photo-0 .journal-caption strong{font-size:25px}.journal-photo-0 .journal-caption small{font-size:12px}.editorial-gallery.is-filtered{grid-template-columns:1fr}.editorial-gallery.is-filtered .journal-photo{height:300px}.gallery-invite{padding-top:28px}.gallery-invite p{font-size:15px}.commerce-page{padding:18px 0 45px}.commerce-heading{margin-bottom:28px}.commerce-heading .eyebrow{font-size:10px}.purchase-steps{margin-bottom:30px;justify-content:space-between;gap:9px}.purchase-steps li{font-size:10px;gap:6px;padding:17px 0;margin:0}.purchase-steps li>a{gap:6px}.purchase-steps li>span,.purchase-steps li>a>span{font-size:14px}.cart-list-heading h2{font-size:23px}.cart-list-heading>span{font-size:11px}.cart-product{grid-template-columns:82px 1fr;gap:14px;align-items:start;padding:22px 0}.cart-product>img{width:82px;height:112px;grid-row:1/3}.cart-product h3{font-size:22px;margin:6px 0 10px}.cart-product p{font-size:12px}.cart-product .eyebrow{font-size:8px}.cart-product-side{grid-column:2;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.cart-product-side strong{font-size:14px}.cart-product-side button{font-size:11px}.cart-product .quantity{gap:13px;margin-top:10px}.cart-bottom-note{padding:20px;gap:13px}.cart-bottom-note p{font-size:12px}.order-summary{padding:25px 22px;border-radius:15px}.order-summary h2{font-size:27px;margin-bottom:22px}.summary-line{font-size:13px}.summary-total{font-size:12px;gap:10px}.summary-total strong{font-size:19px}.summary-help p{font-size:12px}.checkout-block-heading{gap:13px}.checkout-block-heading h2{font-size:24px}.checkout-block-heading p{font-size:12px}.checkout-block-heading>span{min-width:35px;height:35px;font-size:16px}.checkout-block{margin-bottom:25px;padding-bottom:25px}.shipping-preview{padding:17px;flex-wrap:wrap;gap:12px}.shipping-preview>span{margin-left:34px}.payment-options>label{padding:17px;gap:10px}.payment-options strong{font-size:13px}.payment-options small{font-size:11px}.payment-visual{font-size:20px}.payment-placeholder p{font-size:11px}.checkout-submit .form-note{font-size:11px}#checkout-items{grid-template-columns:1fr;gap:12px}.checkout-item{grid-template-columns:60px 1fr}.checkout-item img{width:60px;height:75px}.checkout-empty,.checkout-confirmation{padding:38px 22px}.checkout-empty h2{font-size:27px}.checkout-empty p,.checkout-confirmation>p:not(.eyebrow){font-size:14px}.checkout-empty .btn{font-size:12px}.checkout-empty .text-link{display:table;margin:22px auto 0}.checkout-confirmation h2{font-size:38px}.checkout-submit .btn{font-size:13px}.cart-empty{padding:40px 10px}.cart-empty .actions{flex-direction:column}}

.calm-main-frame{width:100%;height:100%;overflow:hidden;border-radius:18px 18px 85px 18px}.calm-main-frame .calm-community{transform:scale(1.1);border-radius:0}
@media(max-width:700px){.calm-main-frame{border-radius:16px 16px 65px 16px}}
@media(max-width:480px){.calm-main-frame{border-radius:13px 13px 50px 13px}}
@media(max-width:700px){.benefits-panel{grid-template-columns:1fr;gap:0;padding-block:22px}.benefits-panel article{flex-direction:row;align-items:center;gap:20px;padding:19px 8px}.benefits-panel article+article{border-left:0;border-top:var(--border)}.benefits-panel h2{font-size:22px}.benefits-panel p{font-size:15px}.benefits-panel p br{display:none}}
@media(max-width:480px){.journal-photo:not(.journal-photo-0) .journal-caption small,.journal-photo:not(.journal-photo-0) .journal-caption i{display:none}.journal-photo:not(.journal-photo-0) .journal-caption strong{font-size:19px;line-height:1.2}}
/* Hero a pantalla completa: el encabezado y el hero ocupan la primera vista. */
.calm-hero.container{width:100%;max-width:none;margin:0;border-radius:0;min-height:calc(100svh - 122px);padding:clamp(45px,7vh,90px) max(48px,calc((100vw - 1210px)/2));grid-template-columns:1fr 1.12fr;gap:65px}
.calm-art{height:clamp(425px,55svh,680px)}
@media(max-width:1200px){.calm-hero.container{padding-inline:40px;gap:40px}}
@media(max-width:1100px){.calm-hero.container{min-height:calc(100svh - 110px)}}
@media(max-width:980px){.calm-hero.container{padding-inline:32px;gap:30px}.calm-art{height:clamp(380px,52svh,560px)}}
@media(max-width:700px){.calm-hero.container{grid-template-columns:1fr;gap:36px;padding:38px 32px;min-height:calc(100svh - 110px)}.calm-art{height:340px}}
@media(max-width:480px){.calm-hero.container{min-height:calc(100svh - 101px);padding:32px 25px 35px;gap:30px}.calm-art{height:250px}}

/* Encabezados sin migajas de pan ni espacio reservado. */
body:not(.page-inicio) #contenido > :first-child{margin-top:0;padding-top:24px}
.agenda-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:32px}
.agenda-heading .eyebrow{margin-bottom:16px}
.agenda-heading h1{white-space:nowrap}
.agenda-heading>p{font-size:16px;color:var(--muted);max-width:355px;margin:0 0 4px;line-height:1.65}
.agenda-page>.filter-row{margin-bottom:28px}
.agenda-events-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.agenda-events-grid .event-card{grid-template-columns:56px minmax(0,1fr) 22%;min-height:320px;border:1px solid #e5dfd8}
.agenda-events-grid .event-date strong{font-size:42px}
.agenda-events-grid .event-body{padding:24px 17px}
.agenda-events-grid .event-body h3{font-size:25px;line-height:1.12}
.agenda-events-grid .event-body .eyebrow{font-size:10px}
.agenda-events-grid .event-body>p:not(.eyebrow){font-size:13px;line-height:1.75}
.agenda-events-grid .event-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:13px;padding-top:16px}
.agenda-events-grid .event-bottom .text-link{font-size:12px;gap:8px}
.agenda-page>.agenda-note{margin-top:26px}
.agenda-page>.empty-state{margin-bottom:0}
@media(max-width:1050px){.agenda-events-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agenda-heading{gap:25px}.agenda-heading>p{max-width:290px;font-size:15px}}
@media(max-width:700px){body:not(.page-inicio) #contenido > :first-child{padding-top:20px}.agenda-heading{align-items:flex-start;flex-direction:column;gap:18px}.agenda-heading h1{white-space:normal}.agenda-heading>p{max-width:none;margin:0}.agenda-events-grid{grid-template-columns:1fr;gap:20px}.agenda-events-grid .event-card{grid-template-columns:64px minmax(0,1fr) 25%;min-height:290px}.agenda-events-grid .event-body{padding:24px 18px}.agenda-events-grid .event-body h3{font-size:27px}}
/* Datos Induce dentro de los componentes existentes. */
.fecha-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.induce-cart-product{grid-template-columns:minmax(0,1fr) auto}
.induce-quantity{width:76px;margin-left:12px;padding:8px;border:1px solid var(--border,#ddd);border-radius:8px}
[data-commerce-error]{color:#9b2836;padding:12px 0}
[data-induce-login-modal]{position:fixed;inset:0;background:#18343bc9;z-index:1000;display:grid;place-items:center;padding:20px}
[data-induce-login-modal]>section{background:#fff;padding:32px;border-radius:20px;max-width:450px;width:100%}
[hidden]{display:none!important}
[data-induce-checkout] .checkout-item{grid-template-columns:minmax(0,1fr)}
@media(max-width:700px){.induce-cart-product{grid-template-columns:minmax(0,1fr)}.induce-cart-product .cart-product-side{grid-column:1}}
/* Ficha pública de capacitación. */
.course-page{padding-top:28px;padding-bottom:80px}.course-hero{display:grid;grid-template-columns:1.08fr 1fr;gap:64px;align-items:center;padding:24px 0 72px}.course-intro h1{font-size:clamp(38px,4.6vw,72px);line-height:1.02;max-width:660px;margin:22px 0}.course-lead{font-size:17px;line-height:1.8;color:var(--muted);max-width:550px}.course-meta{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0 30px}.course-meta span{border:var(--border);border-radius:30px;padding:9px 14px;font-size:12px}.course-visual{position:relative;height:570px;overflow:hidden;border-radius:24px 24px 120px 24px;background:var(--sand)}.course-visual img{height:100%;width:100%;object-fit:cover}.course-photo-label{position:absolute;left:25px;bottom:28px;background:#fffef3ed;padding:14px 20px;border-radius:30px;font-size:10px;letter-spacing:2px;color:var(--ink)}.course-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,1fr);gap:80px;align-items:start}.course-block{padding:15px 0 48px}.course-block h2,.course-purpose h2{font-size:clamp(30px,3.3vw,47px);margin:16px 0 25px}.course-story p,.course-story li{font-size:15px;line-height:1.9;color:var(--muted)}.course-purpose{padding:35px;background:#eadadd;border-radius:20px;margin-bottom:40px}.course-purpose p{color:var(--ink)}.course-benefits ul{display:grid;grid-template-columns:1fr 1fr;gap:20px;list-style:none;padding:0}.course-benefits li{padding-left:22px;position:relative}.course-benefits li:before{content:'✧';position:absolute;left:0;color:var(--rose)}.course-accordions details{border-bottom:var(--border);padding:20px 0}.course-accordions summary{cursor:pointer;display:flex;justify-content:space-between;gap:20px;font-weight:500;font-size:17px;list-style:none}.course-accordions summary::-webkit-details-marker{display:none}.course-accordions details[open] summary span{transform:rotate(45deg)}.course-accordions details>div{padding-top:15px}.course-accordions ul{padding-left:20px}.course-reserve{background:#f1eae5;padding:34px;border-radius:22px;position:sticky;top:110px;scroll-margin-top:120px}.course-reserve h2{font-size:40px;line-height:1.1;margin:18px 0}.course-reserve>p:not(.eyebrow){font-size:14px;color:var(--muted)}.course-date{border-top:var(--border);padding:24px 0}.course-date time{font-family:var(--font-display);font-size:24px}.course-date p{font-size:13px;color:var(--muted);margin:10px 0}.course-price{font-size:27px;display:block;margin:20px 0}.course-date .btn{margin:12px 0}.course-help{border-top:var(--border);padding-top:22px;margin-top:25px;font-size:13px}.course-help p{margin-bottom:8px}.course-help a{text-decoration:underline}.course-closing{text-align:center;background:var(--ink);color:#fff;border-radius:25px;padding:60px 25px;margin-top:40px}.course-closing h2{font-size:clamp(34px,4vw,54px);margin:20px 0 30px}.course-closing .btn{color:#fff;border-color:#ffffff70}.course-closing .eyebrow{color:#dec0c6}
@media(max-width:900px){.course-hero{gap:30px}.course-visual{height:470px}.course-layout{gap:30px;grid-template-columns:minmax(0,1fr) 310px}.course-reserve{padding:25px}.course-benefits ul{grid-template-columns:1fr}}
@media(max-width:700px){.course-hero{grid-template-columns:1fr;padding:0 0 35px;gap:30px}.course-intro h1{font-size:43px}.course-visual{height:350px;border-radius:20px 20px 80px 20px}.course-layout{display:flex;flex-direction:column;gap:25px}.course-reserve{position:static;order:-1;width:100%;scroll-margin-top:90px}.course-story{width:100%}.course-lead{font-size:15px}.course-purpose{padding:26px}.course-block{padding-bottom:30px}.course-closing{margin-top:10px}}
.home-catalog-live{display:contents}.catalog-old-price{display:block;font-size:12px;color:var(--muted);font-weight:400}.pdp-collection[data-single-features]{flex-wrap:wrap;gap:12px}.product-card [data-p="descripcion"]{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* Catálogo: nueve piezas junto al editorial y continuación a ancho completo. */
.store-catalog .store-layout{grid-template-columns:minmax(0,3fr) minmax(230px,1fr);gap:28px;align-items:stretch}
.store-catalog #store-products{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}
.store-catalog .store-editorial{min-height:500px}
.store-catalog .store-products-wide{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px;margin-top:32px}
@media(max-width:1050px){.store-catalog .store-layout{grid-template-columns:1fr}.store-catalog .store-editorial{min-height:340px}.store-catalog .store-products-wide{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.store-catalog #store-products,.store-catalog .store-products-wide{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 14px}.store-catalog .store-editorial{min-height:320px}.store-catalog .store-products-wide{margin-top:26px}}

/* Fotografías cuadradas en las tarjetas del catálogo. */
.product-card .product-image{aspect-ratio:1 / 1}
/* Tarjetas de capacitación compactas, sin espacio reservado para descripción. */
[data-fechas-root] .event-card{min-height:0;grid-template-columns:56px minmax(0,1fr) 32%;align-items:stretch}
[data-fechas-root] .event-body{padding:20px 16px}
[data-fechas-root] .event-body .eyebrow{margin-bottom:10px}
[data-fechas-root] .event-body h3{font-size:24px;line-height:1.12;margin:0 0 16px}
[data-fechas-root] .event-bottom{padding-top:12px;gap:10px;flex-direction:column;align-items:flex-start}
[data-fechas-root] .event-image{height:0;min-height:100%;object-fit:cover;object-position:center}
.home-agenda [data-fechas-root] .event-card{grid-template-columns:64px minmax(0,1fr) 36%}
.home-agenda [data-fechas-root] .event-body{padding:24px 20px}
.home-agenda [data-fechas-root] .event-body h3{font-size:28px}
@media(max-width:600px){[data-fechas-root] .event-card,.home-agenda [data-fechas-root] .event-card{grid-template-columns:52px minmax(0,1fr) 32%}[data-fechas-root] .event-body,.home-agenda [data-fechas-root] .event-body{padding:18px 13px}[data-fechas-root] .event-body h3,.home-agenda [data-fechas-root] .event-body h3{font-size:23px}}

.checkout-privacy{display:flex;align-items:flex-start;gap:12px;font-size:17px;line-height:1.6;margin:24px 0;padding:16px 0}.checkout-privacy input{width:22px;height:22px;margin:3px 0 0;flex-shrink:0;accent-color:var(--ink)}.checkout-privacy a{text-decoration:underline;text-underline-offset:3px}.payment-help{font-size:14px;line-height:1.6;color:var(--rose);margin:16px 0}.payment-help:empty{display:none}

.checkout-privacy{font-size:13px;line-height:1.5;padding:0;margin:20px 0;gap:9px}.checkout-privacy input{width:16px;height:16px;margin-top:2px}.checkout-shipping{border:0;min-width:0;padding:0 0 25px}.checkout-shipping legend{font-family:var(--font-display);font-size:26px;margin-bottom:10px}.checkout-shipping>p{font-size:14px;color:var(--muted);margin-bottom:22px}.checkout-page input.checkout-invalid{border:1px solid #b52b40!important;outline:1px solid #b52b40;outline-offset:1px}.checkout-page [data-payment-error]{font-size:14px;color:#a32939;margin:14px 0}@media(max-width:600px){.checkout-privacy{font-size:12px}}

.checkout-continue-row{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:22px}.checkout-continue-row>.btn{margin-left:auto}.summary-payment{padding:24px 0 0;margin:24px 0 0;border-top:var(--border);border-bottom:0}.summary-payment .actions{display:grid;gap:12px}.summary-payment .btn{width:100%}.summary-payment .checkout-block-heading{gap:12px}.summary-payment .checkout-block-heading h2{font-size:25px}.checkout-steps{justify-content:space-between}.checkout-steps li{margin-right:0;padding-right:18px}.checkout-shipping{margin-top:28px}.checkout-no-shipping{padding:30px 0}.checkout-no-shipping p{color:var(--muted);margin-top:15px}[data-delivery-panel]{scroll-margin-top:120px}@media(max-width:600px){.checkout-steps{flex-wrap:wrap;gap:0 18px}.checkout-steps li{font-size:12px;padding:16px 0;gap:8px}.checkout-continue-row{align-items:flex-start;gap:14px}.checkout-continue-row>.text-link{font-size:12px;max-width:160px}.checkout-continue-row>.btn{font-size:12px}}

/* Address rows: location, postal area, street and references. */
.shipping-address-grid{display:grid;gap:20px}.shipping-address-row{display:grid;gap:14px;align-items:end}.shipping-address-row .field{min-width:0}.shipping-address-row input{width:100%;min-width:0}.shipping-location-row{grid-template-columns:repeat(3,minmax(0,1fr))}.shipping-postal-row{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-street-row{grid-template-columns:minmax(0,50fr) minmax(0,25fr) minmax(0,25fr)}.shipping-reference-row{grid-template-columns:minmax(0,1fr)}.shipping-street-row label{overflow-wrap:normal;line-height:1.4}
@media(max-width:600px){.shipping-location-row{grid-template-columns:minmax(0,1fr)}.shipping-street-row{grid-template-columns:repeat(2,minmax(0,1fr))}.shipping-street-row>.field:first-child{grid-column:1/-1}.shipping-address-row{gap:14px}}

.checkout-shipping .ts-wrapper{width:100%;min-width:0}.checkout-shipping .ts-control{min-height:49px;padding:13px 12px;border:var(--border);border-radius:8px;background:#fff;box-shadow:none;color:var(--ink);font-family:var(--font-body);font-size:14px;flex-wrap:wrap}.checkout-shipping .ts-control input{height:auto;min-height:0;padding:0!important;border:0!important;box-shadow:none;font:inherit;width:auto}.checkout-shipping .ts-wrapper.focus .ts-control{border-color:var(--ink);box-shadow:0 0 0 2px #31585315}.checkout-shipping .ts-dropdown{border:var(--border);border-radius:10px;overflow:hidden;box-shadow:0 12px 25px #233e3820;font:inherit;font-size:14px}.checkout-shipping .ts-dropdown .option{padding:11px 13px}.checkout-shipping .ts-dropdown .active{background:#e8efec;color:#244e48}.checkout-shipping .ts-dropdown .highlight{background:#e9d4ce}.checkout-shipping .ts-wrapper:has(+.checkout-invalid) .ts-control,.checkout-shipping .checkout-invalid+.ts-wrapper .ts-control,.checkout-shipping .ts-wrapper.invalid .ts-control{border-color:#b52b40}.checkout-shipping .ts-control .item{overflow-wrap:anywhere}
