:root {
  /* Paleta "Cabalgata de Reyes" (mood board del cliente, 2026-08-29):
     dorado y azul marino como protagonistas, beige arena de neutro claro,
     verde petróleo / violeta real / magenta / azul jade / champán de apoyo. */
  --micele-dorado: #c9972c;
  --micele-azul-marino: #16233f;
  --micele-beige-arena: #eddfc0;
  --micele-champan: #e9d9ae;
  --micele-verde-petroleo: #0f5d56;
  --micele-violeta-real: #6e3fa3;
  --micele-magenta: #c11f63;
  --micele-azul-jade: #2e8b93;
  --micele-noche: #201c3d;
  --micele-pastel-dorado: #f7edd3;
  --micele-pastel-violeta: #e9defa;
  --micele-pastel-jade: #ddf1ee;

  --micele-forest: var(--micele-azul-marino);
  --micele-forest-2: #24365c;
  --micele-gold: var(--micele-dorado);
  --micele-gold-soft: var(--micele-champan);
  --micele-cream: var(--micele-beige-arena);
  --micele-paper: #fbf6ea;
  --micele-ink: #1b2a44;
  --micele-muted: #5a6a82;
  --micele-line: #d8c9a0;
  --micele-day-coral: var(--micele-magenta);
  --micele-day-peach: var(--micele-champan);
  --micele-day-lilac: #d9c5ec;
  --micele-day-sky: var(--micele-verde-petroleo);
  --micele-night-plum: var(--micele-violeta-real);
  --micele-night-teal: var(--micele-azul-jade);
  --micele-night-ochre: var(--micele-dorado);
  --micele-display: 'Italiana', Georgia, serif;
  --micele-sans: 'DM Sans', Arial, sans-serif;
  --micele-shell: min(1220px, 88vw);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
/* Fondo continuo de toda la web (mismo "ink" que el héroe), como en la muestra
   original "1 · Oasis Nocturno": un único fondo fijo, nunca bloques planos claros
   por sección. `fixed` para que no haya costuras al hacer scroll. */
body { margin: 0; overflow-x: hidden; background: radial-gradient(ellipse at 50% -10%, var(--micele-noche) 0%, var(--micele-azul-marino) 60%) fixed; color: var(--micele-champan); font-family: var(--micele-sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 10px; left: 10px; z-index: 9999; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: #000; }
.micele-icon { width: 1.35em; height: 1.35em; display: inline-block; flex: 0 0 auto; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: height .3s ease, background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled, body:not(.home) .site-header { height: 68px; background: rgba(22,35,63,.96); box-shadow: 0 12px 35px rgba(0,0,0,.08); backdrop-filter: blur(15px); }
.brand { display: flex; align-items: center; gap: 10px; min-width: max-content; font-family: var(--micele-display); font-size: 21px; letter-spacing: .02em; }
.brand > img { width: 36px; height: 36px; object-fit: contain; }
.brand__custom-logo img { display: block; width: auto; max-width: 210px; height: 52px; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 15px; font-weight: 600; }
.primary-nav__menu, .footer-menu { display: flex; align-items: center; gap: 28px; padding: 0; margin: 0; list-style: none; }
.primary-nav a { opacity: .96; text-shadow: 0 1px 6px rgba(0,0,0,.45); transition: color .2s ease, opacity .2s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--micele-gold-soft); opacity: 1; }
.nav-cta { padding: 11px 18px; border: 1px solid rgba(216,173,71,.75); opacity: 1 !important; text-transform: uppercase; letter-spacing: .09em; font-size: 10px; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-cart { position: relative; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; }
.header-cart__count { position: absolute; top: -2px; right: -4px; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; background: var(--micele-gold); color: var(--micele-forest); font-size: 9px; font-weight: 700; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-icon { display: grid; place-items: center; }
.menu-icon--close { display: none; }
.menu-toggle[aria-expanded='true'] .menu-icon--open { display: none; }
.menu-toggle[aria-expanded='true'] .menu-icon--close { display: grid; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--hero-image) center / cover no-repeat; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,17,30,.88) 0%,rgba(10,17,30,.54) 47%,rgba(10,17,30,.18) 100%),linear-gradient(0deg,rgba(22,35,63,.6),transparent 45%); }
.hero__content { position: relative; z-index: 2; width: min(760px, 90vw); margin-left: 10vw; padding-top: 65px; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; font-weight: 600; }
.hero .eyebrow, .eyebrow--gold { color: var(--micele-gold-soft); }
.hero h1, .manifesto h2, .product-story h2, .coming h2, .journal h2, .contact h2, .page-hero h1, .not-found h1 { margin: 0; font-family: var(--micele-display); font-weight: 400; line-height: .98; }
.hero h1 { max-width: 760px; margin-top: 10px; font-size: clamp(64px, 8vw, 120px); letter-spacing: -.035em; text-shadow: 0 4px 40px rgba(0,0,0,.25); }
.hero h1 em, h2 em { color: var(--micele-gold); font-weight: 400; }
.hero__copy { max-width: 650px; margin: 28px 0 34px; color: rgba(255,255,255,.88); font-family: var(--micele-display); font-size: clamp(18px,2vw,25px); line-height: 1.5; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 50px; padding: 15px 22px; border: 0; border-radius: 0; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 600; line-height: 1.25; cursor: pointer; transition: background .22s ease, color .22s ease, transform .22s ease; }
.button--gold, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button:hover, .woocommerce button.button:hover { background: var(--micele-gold); color: var(--micele-forest); }
.button--gold:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { background: var(--micele-gold-soft); color: var(--micele-forest); transform: translateY(-2px); }
.button--wide { width: 100%; }
.text-link, .inline-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 11px; }
.inline-link { text-transform: uppercase; letter-spacing: .14em; font-size: 9px; }
.inline-link .micele-icon { width: 16px; height: 16px; }
.hero__edition { position: absolute; z-index: 2; right: 4vw; bottom: 36px; margin: 0; writing-mode: vertical-rl; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .25em; font-size: 9px; }
.hero__stars i { position: absolute; width: 4px; height: 4px; background: #fff; box-shadow: 0 0 12px 3px rgba(255,255,255,.8); transform: rotate(45deg); animation: micele-twinkle 3s ease-in-out infinite; }
.hero__stars i:nth-child(1){left:22%;top:21%}.hero__stars i:nth-child(2){left:63%;top:18%;animation-delay:.7s}.hero__stars i:nth-child(3){left:82%;top:33%;animation-delay:1.3s}.hero__stars i:nth-child(4){left:52%;top:61%;animation-delay:2s}.hero__stars i:nth-child(5){left:90%;top:13%;animation-delay:1s}
@keyframes micele-twinkle { 50% { opacity: .2; transform: scale(.6) rotate(45deg); } }

.section-shell { width: var(--micele-shell); margin-inline: auto; padding-block: 112px; }
.section-label { display: flex; align-items: center; gap: 16px; margin-bottom: 58px; color: #75817b; text-transform: uppercase; letter-spacing: .23em; font-size: 10px; font-weight: 600; }
.section-label::after { content: ''; height: 1px; flex: 1; background: var(--micele-line); }
.section-label span { order: 3; color: var(--micele-gold); }
.section-label--dark { color: rgba(255,255,255,.56); }
.section-label--dark::after { background: rgba(255,255,255,.14); }
.kicker { margin: 0 0 18px; color: #9a7527; text-transform: uppercase; letter-spacing: .17em; font-size: 10px; font-weight: 600; }
.manifesto__grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: 10vw; }
.manifesto h2, .journal h2 { max-width: 720px; font-size: clamp(44px,5.1vw,76px); line-height: 1.05; }
.manifesto__copy { color: #44554f; font-family: var(--micele-display); font-size: 18px; line-height: 1.7; }
.manifesto__copy p:first-child { margin-top: 0; }
.manifesto__copy .inline-link { margin-top: 18px; font-family: var(--micele-sans); }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 90px; border-block: 1px solid var(--micele-line); }
.pillar { padding: 34px 36px 40px; border-right: 1px solid var(--micele-line); }
.pillar:last-child { border-right: 0; }
.pillar__top { display: flex; justify-content: space-between; color: var(--micele-gold); }
.pillar__top span { color: #a0a7a2; font-size: 10px; }
.pillar h3 { margin: 28px 0 12px; font-family: var(--micele-display); font-size: 25px; font-weight: 400; }
.pillar p { margin: 0; color: var(--micele-muted); font-size: 13px; line-height: 1.7; }

.product-story { min-height: 900px; display: grid; grid-template-columns: 1.02fr .98fr; background: var(--micele-forest); color: #fff; }
.product-story__visual { position: relative; min-height: 850px; padding: 100px 7vw; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-direction: column; background: radial-gradient(circle at 45% 44%,#1b473c 0,#0b2520 42%,#061714 72%); }
.product-arch { position: relative; width: min(430px,80%); height: 620px; display: grid; place-items: center; border: 1px solid rgba(216,173,71,.42); border-radius: 240px 240px 8px 8px; background: linear-gradient(rgba(255,255,255,.02),rgba(0,0,0,.2)); box-shadow: inset 0 0 60px rgba(216,173,71,.07),0 0 0 18px rgba(216,173,71,.025); }
.product-arch::after { content: ''; position: absolute; inset: 14px; z-index: 1; border: 1px solid rgba(216,173,71,.17); border-radius: 220px 220px 4px 4px; pointer-events: none; }
.product-arch__moon { position: absolute; z-index: 0; top: 58px; right: 52px; width: 70px; height: 70px; border-radius: 50%; background: var(--micele-gold-soft); box-shadow: 0 0 45px rgba(241,214,140,.5); }
.product-arch__moon::after { content: ''; position: absolute; left: -10px; top: -5px; width: 70px; height: 70px; border-radius: 50%; background: #12332c; }
.product-arch__image { position: relative; z-index: 2; max-width: 80%; max-height: 78%; width: auto; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,.28)); }
.product-arch__placeholder { position: relative; z-index: 2; width: 65%; aspect-ratio: .68; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px; padding: 30px; border: 1px solid rgba(216,173,71,.28); border-radius: 48% 48% 15% 15%; background: linear-gradient(145deg,rgba(216,173,71,.15),rgba(216,173,71,.03)); color: var(--micele-gold-soft); font-family: var(--micele-display); font-size: 17px; line-height: 1.45; text-align: center; }
.product-arch__placeholder span { font-size: 35px; }
.image-caption { margin-top: 32px; color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.product-story__copy { align-self: center; padding: 100px clamp(45px,7vw,115px); }
.product-story h2 { margin: 12px 0 0; font-size: clamp(56px,6.3vw,98px); }
.product-story__lead { max-width: 560px; margin: 30px 0; color: rgba(255,255,255,.76); font-family: var(--micele-display); font-size: 21px; line-height: 1.55; }
.product-features { border-top: 1px solid rgba(255,255,255,.12); }
.product-features > div { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.product-features .micele-icon { color: var(--micele-gold); }
.product-features strong { display: block; color: #fff; font-family: var(--micele-display); font-size: 16px; font-weight: 400; }
.product-story__commerce { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.product-story__price { color: var(--micele-gold-soft); font-family: var(--micele-display); font-size: 30px; white-space: nowrap; }
.product-story__price del { color: rgba(255,255,255,.35); font-size: .65em; }

.coming { background: transparent; }
.coming__card { min-height: 600px; display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: #e7ddc9; }
.coming__art { position: relative; min-height: 480px; overflow: hidden; background: linear-gradient(#f1c88c 0%,#d99b5f 48%,#a45b37 100%); }
.coming__sun { position: absolute; z-index: 2; top: 13%; left: 25%; color: #ffe0a0; font-size: 95px; text-shadow: 0 0 45px #ffe9bd; }
.coming__dune { position: absolute; bottom: -25%; width: 120%; height: 60%; border-radius: 50% 50% 0 0; background: #b56b3c; transform: rotate(-8deg); }
.coming__dune--b { left: 20%; bottom: -35%; background: #7f412c; transform: rotate(9deg); }
.coming__camel { position: absolute; z-index: 3; bottom: 18%; left: 38%; color: #40251e; font-size: 100px; filter: sepia(1); }
.coming__copy { padding: 80px clamp(40px,6vw,88px); display: flex; justify-content: center; flex-direction: column; background: transparent; }
.coming__copy h2 { margin: 14px 0 25px; font-size: clamp(48px,5vw,72px); }
.coming__copy > p:not(.eyebrow) { color: #5d635e; font-family: var(--micele-display); font-size: 17px; line-height: 1.65; }
.coming__copy .inline-link { margin-top: 22px; }

.journal__head { display: grid; grid-template-columns: 1.6fr 1fr; align-items: end; gap: 6vw; }
.journal__head > p { margin-bottom: 5px; padding: 0 clamp(0px, 3vw, 48px) 0 0; color: #65716c; font-family: var(--micele-display); font-size: 17px; line-height: 1.7; }
.article-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 24px; margin-top: 70px; }
.article-card__image { position: relative; height: 290px; overflow: hidden; display: flex; align-items: flex-end; justify-content: flex-start; background: linear-gradient(135deg,#536c7a,#172c3a); color: #fff; }
.article-card--featured .article-card__image { height: 360px; }
.article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.article-card__image:hover img { transform: scale(1.03); }
.article-card__image > span { padding: 24px; font-family: var(--micele-display); font-size: 22px; }
.article-card__placeholder { background: linear-gradient(135deg,#6f8a66,#273d32); }
.article-card:nth-child(2) .article-card__placeholder { background: linear-gradient(135deg,#d2ae75,#704a2d); }
.article-card__meta { margin: 21px 0 0; color: #9a8060; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.article-card h3 { margin: 10px 0 16px; font-family: var(--micele-display); font-size: 23px; font-weight: 400; line-height: 1.3; }

.contact { padding: 100px 20px; background: var(--micele-forest); color: #fff; text-align: center; }
.contact__logo { width: min(330px,72vw); height: 160px; margin-bottom: 20px; object-fit: contain; }
.contact .eyebrow { justify-content: center; }
.contact h2 { margin: 15px 0 22px; font-size: clamp(46px,6vw,82px); }
.contact > p:not(.eyebrow):not(.form-notice) { max-width: 600px; margin-inline: auto; color: rgba(255,255,255,.66); font-family: var(--micele-display); font-size: 17px; line-height: 1.6; }
.contact__form { width: min(840px,92vw); margin: 35px auto 45px; display: grid; grid-template-columns: 1fr 1.2fr auto; border: 1px solid rgba(255,255,255,.25); padding: 6px; }
.contact__form input:not([type='hidden']), .contact__form textarea { min-width: 0; padding: 14px 18px; border: 0; border-right: 1px solid rgba(255,255,255,.12); outline: 0; resize: none; background: transparent; color: #fff; font-size: 12px; }
.contact__form input::placeholder, .contact__form textarea::placeholder { color: rgba(255,255,255,.4); }
.contact__honeypot { position: absolute; left: -9999px; }
.contact__meta { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.35); text-transform: uppercase; letter-spacing: .18em; font-size: 8px; }
.contact__meta i { color: var(--micele-gold); font-style: normal; }
.form-notice { width: fit-content; margin: 22px auto -12px; padding: 10px 14px; font-size: 12px; }
.form-notice--success { background: #dbe8d4; color: #244129; }
.form-notice--error { background: #f1d7ce; color: #5d2b22; }

.site-footer { min-height: 72px; padding: 24px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: #04120f; color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.site-footer__links { display: flex; align-items: center; gap: 24px; }
.footer-menu { gap: 18px; }

.content-shell, .micele-shop { width: var(--micele-shell); min-height: 70vh; margin-inline: auto; padding-top: 150px; padding-bottom: 100px; }
.page-hero { max-width: 960px; margin-bottom: 70px; }
.page-hero .eyebrow { margin-bottom: 18px; color: var(--micele-dorado); }
.page-hero h1, .not-found h1 { font-size: clamp(48px,7vw,94px); }
.page-hero--post { max-width: 1020px; }
.archive-description { max-width: 650px; color: rgba(233, 217, 174, .82); font-family: var(--micele-display); font-size: 18px; line-height: 1.6; }
.post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.post-card { background: #fff; }
.post-card__image { height: 270px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg,#536c7a,#172c3a); color: var(--micele-gold-soft); font-size: 35px; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__image img { transform: scale(1.03); }
.post-card__body { padding: 25px; }
.post-card__meta { color: #9a8060; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.post-card h2 { margin: 10px 0; font-family: var(--micele-display); font-size: 27px; font-weight: 400; line-height: 1.25; }
.post-card__body > p:not(.post-card__meta) { color: var(--micele-muted); font-size: 13px; line-height: 1.65; }
.prose-view { width: min(900px,88vw); }
.entry-content { color: rgba(233, 217, 174, .9); font-family: var(--micele-display); font-size: 19px; line-height: 1.8; }
.entry-content > * { max-width: 760px; margin-inline: auto; }
.entry-content > .alignwide { max-width: 1100px; }
.entry-content > .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.entry-content a { color: var(--micele-dorado); text-decoration: underline; text-underline-offset: 3px; }
.entry-content h2, .entry-content h3 { margin-top: 2em; color: #fff; font-family: var(--micele-display); font-weight: 400; line-height: 1.2; }
.entry-content h2 { font-size: 42px; }.entry-content h3 { font-size: 30px; }
.entry-content ul { padding-left: 22px; }
.legal-pending-notice { max-width: 760px; margin: 0 auto 2em; padding: 18px 22px; border: 1px solid rgba(201, 151, 44, .45); border-left: 4px solid var(--micele-dorado); border-radius: 8px; background: rgba(201, 151, 44, .1); font-family: var(--micele-sans); font-size: 15px; line-height: 1.6; color: rgba(233, 217, 174, .95); }
.single-featured { width: min(1100px,100%); margin: 0 auto 55px; }
.single-featured img { width: 100%; max-height: 680px; object-fit: cover; }
.post-navigation-custom { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--micele-line); font-family: var(--micele-display); font-size: 18px; }
.post-navigation-custom div:last-child { text-align: right; }
.tag-list { margin-top: 50px; }
.tag-list a { display: inline-block; margin: 4px; padding: 6px 10px; border: 1px solid var(--micele-line); font-size: 10px; text-transform: uppercase; }
.navigation.pagination { margin-top: 55px; text-align: center; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--micele-line); font-size: 11px; }
.page-numbers.current { background: var(--micele-forest); color: #fff; border-color: var(--micele-forest); }
.empty-state, .not-found { min-height: 72vh; padding: 150px 24px 90px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.empty-state > span { color: var(--micele-gold); font-size: 40px; }
.empty-state h2 { font-family: var(--micele-display); font-size: 42px; font-weight: 400; }
.not-found { background: var(--micele-forest); color: #fff; }.not-found img { width: 120px; }.not-found .eyebrow { margin: 25px 0; color: var(--micele-gold-soft); }.not-found p:not(.eyebrow) { color: rgba(255,255,255,.65); font-family: var(--micele-display); font-size: 18px; }.not-found .button { margin-top: 20px; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { margin-bottom: 38px; color: rgba(233, 217, 174, .6); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.woocommerce .woocommerce-breadcrumb a { color: rgba(233, 217, 174, .85); }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-family: var(--micele-display); font-size: clamp(46px,6vw,78px); font-weight: 400; line-height: 1; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin: 30px 0; color: rgba(233, 217, 174, .75); font-size: 11px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 35px 0 12px; border: 1px solid var(--micele-line); background: #fff; color: var(--micele-ink); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px 24px; clear: both; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 22px; background: #fff; }
.woocommerce ul.products li.product a img { aspect-ratio: 1; margin: 0; object-fit: cover; background: var(--micele-cream); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 20px 20px 4px; color: var(--micele-ink); font-family: var(--micele-display); font-size: 24px; font-weight: 400; }
.woocommerce ul.products li.product .price { padding-inline: 20px; color: #9a7527; font-family: var(--micele-display); font-size: 17px; }
.woocommerce ul.products li.product .button { margin: 14px 20px 0; background: var(--micele-forest); color: #fff; }
.woocommerce span.onsale { min-width: 54px; min-height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--micele-gold); color: var(--micele-forest); font-size: 10px; line-height: 1; }
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 70px; }
.woocommerce div.product div.images img { background: var(--micele-cream); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #9a7527; font-family: var(--micele-display); font-size: 27px; }
.woocommerce div.product .woocommerce-product-details__short-description { color: var(--micele-muted); font-family: var(--micele-display); font-size: 18px; line-height: 1.65; }
.woocommerce .quantity .qty { min-height: 50px; border: 1px solid var(--micele-line); }
.woocommerce div.product form.cart { display: flex; gap: 10px; margin-top: 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--micele-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-radius: 0; border-color: var(--micele-line); background: var(--micele-cream); }
.woocommerce div.product .woocommerce-tabs .panel { color: #44554f; font-family: var(--micele-display); font-size: 17px; line-height: 1.7; }
.woocommerce div.product .woocommerce-tabs .panel h2, .woocommerce .related.products > h2 { font-family: var(--micele-display); font-size: 38px; font-weight: 400; }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--micele-line); }
.woocommerce table.shop_table th { color: var(--micele-ink); text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.woocommerce table.shop_table td { border-color: var(--micele-line); }
.woocommerce-cart table.cart img { width: 85px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { padding: 26px; background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { min-height: 48px; padding: 10px 12px; border: 1px solid var(--micele-line); border-radius: 0; background: #fff; }
.woocommerce-info, .woocommerce-message, .woocommerce-error { border-top-color: var(--micele-gold); background: var(--micele-cream); color: var(--micele-ink); }
.woocommerce-message::before, .woocommerce-info::before { color: #9a7527; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 15px; border-bottom: 1px solid var(--micele-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--micele-forest); color: #fff; }


/* Contraste editorial: bloques diferenciados con la doble paleta de marca. */
/* Paso 1: recuadros en pastel de la propia paleta, texto oscuro para legibilidad. */
.manifesto__grid { padding: clamp(34px, 5vw, 72px); border: 1px solid rgba(22, 35, 63, .12); background: var(--micele-pastel-violeta); border-radius: 18px; }
.manifesto .section-label { color: rgba(233, 217, 174, .75); }.manifesto .section-label::after { background: rgba(233, 217, 174, .3); }
.manifesto .pillars { background: transparent; border-color: transparent; gap: 24px; }
.manifesto .pillar { border-right: 0 !important; border-radius: 18px; padding: 34px 32px 38px; }
.manifesto .pillar:nth-child(1) { background: var(--micele-pastel-dorado); }
.manifesto .pillar:nth-child(2) { background: var(--micele-pastel-violeta); }
.manifesto .pillar:nth-child(3) { background: var(--micele-pastel-jade); }
.pillar h3 { color: var(--micele-azul-marino); }
.manifesto h2 { color: var(--micele-azul-marino); }
.manifesto__copy { color: var(--micele-azul-marino); font-family: var(--micele-sans); font-size: 17px; font-weight: 500; line-height: 1.75; }
.manifesto .kicker, .manifesto .inline-link { color: var(--micele-forest-2); font-family: var(--micele-sans); font-weight: 700; }
.manifesto .section-label { font-family: var(--micele-sans); font-weight: 700; }
.manifesto .kicker, .manifesto .section-label { letter-spacing: .16em; }
.manifesto .inline-link { font-size: 10px; letter-spacing: .12em; }
.manifesto .pillar__top { color: var(--micele-dorado); }
.manifesto .pillar__top span, .manifesto .pillar p { color: rgba(22, 35, 63, .68); font-family: var(--micele-sans); font-weight: 500; opacity: 1; }
.manifesto .pillar p { font-size: 14px; line-height: 1.65; }
.manifesto .pillar h3 { color: var(--micele-azul-marino); font-family: var(--micele-display); font-weight: 400; }
.product-story { background: var(--micele-forest); }
.product-story__visual { background: radial-gradient(circle at 45% 44%, var(--micele-night-teal) 0%, var(--micele-forest-2) 39%, var(--micele-azul-marino) 73%); }
.product-arch { border-color: rgba(201, 151, 44, .72); box-shadow: inset 0 0 60px rgba(201, 151, 44, .13), 0 0 0 18px rgba(201, 151, 44, .06); }
.product-arch::after { border-color: rgba(233, 217, 174, .4); }
.product-arch__moon::after { background: var(--micele-forest-2); }
.coming .section-label { color: rgba(233, 217, 174, .75); }.coming .section-label::after { background: rgba(233, 217, 174, .3); }
.coming__card { background: var(--micele-pastel-dorado); border: 1px solid rgba(22, 35, 63, .12); border-radius: 18px; box-shadow: 0 24px 70px rgba(6, 9, 20, .28); }
.coming__art { background: linear-gradient(160deg, var(--micele-day-coral) 0%, var(--micele-day-peach) 52%, var(--micele-night-ochre) 100%); border-radius: 18px 0 0 18px; }
.coming__dune { background: #b97850; }.coming__dune--b { background: #75455a; }
.coming__copy h2 { color: var(--micele-azul-marino); }
.coming__copy .eyebrow { color: var(--micele-forest-2); }
.coming__copy > p:not(.eyebrow) { color: rgba(22, 35, 63, .72); }
.coming__copy .inline-link { color: var(--micele-forest-2); }
.journal .section-label { color: rgba(233, 217, 174, .75); }.journal .section-label::after { background: rgba(233, 217, 174, .3); }
.journal__head h2 { color: #fff; }
.journal__head .kicker { color: var(--micele-dorado); }
.journal__head > p { color: rgba(233, 217, 174, .82); }
.article-card__meta { color: rgba(233, 217, 174, .65); }
.article-card h3, .article-card h3 a { color: #fff; }
.journal .inline-link { color: var(--micele-dorado); }
.article-card__image > span { color: var(--micele-azul-marino); font-weight: 500; }
.article-card__placeholder { background: linear-gradient(135deg, var(--micele-night-teal), var(--micele-forest)); }
.article-card:nth-child(2) .article-card__placeholder { background: linear-gradient(135deg, var(--micele-day-peach), var(--micele-night-ochre)); }
.contact { background: linear-gradient(135deg, var(--micele-azul-marino) 0%, var(--micele-forest) 55%, var(--micele-night-plum) 150%); }
.site-footer { background: var(--micele-azul-marino); }
.button--gold, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--micele-azul-marino); }
.woocommerce ul.products li.product, .post-card, .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { box-shadow: 0 12px 30px rgba(22, 35, 63, .10); }

@media (max-width: 1050px) {
  .primary-nav { gap: 17px; }.primary-nav__menu { gap: 17px; }.nav-cta { display: none; }
  .post-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 900px) {
  .site-header { height: 70px; padding-inline: 20px; }
  .brand { position: relative; z-index: 3; }
  .brand__custom-logo img { max-width: 170px; height: 44px; }
  .menu-toggle { position: relative; z-index: 3; display: grid; place-items: center; }
  .primary-nav { position: fixed; inset: 0; z-index: 2; display: flex; flex-direction: column; justify-content: center; gap: 30px; background: var(--micele-forest); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; }
  .primary-nav__menu { flex-direction: column; gap: 26px; font-family: var(--micele-display); font-size: 28px; }
  .primary-nav .nav-cta { display: block; font-family: var(--micele-sans); font-size: 10px; }
  .manifesto__grid, .journal__head { grid-template-columns: 1fr; gap: 45px; }
  .pillars { grid-template-columns: 1fr; }.pillar { border-right: 0; border-bottom: 1px solid var(--micele-line); }.pillar:last-child { border-bottom: 0; }
  .product-story { grid-template-columns: 1fr; }.product-story__visual { min-height: 720px; }.product-story__copy { padding: 80px 8vw; }
  .coming__card { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr 1fr; }.article-card--featured { grid-column: 1 / -1; }.article-card__image, .article-card--featured .article-card__image { height: 300px; }
  .contact__form { width: min(620px,92vw); grid-template-columns: 1fr; border: 0; gap: 12px; }.contact__form input:not([type='hidden']), .contact__form textarea { min-height: 54px; border: 1px solid rgba(255,255,255,.25); }
  .woocommerce ul.products { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .brand > span:not(.brand__custom-logo) { font-size: 18px; }
  .header-actions { gap: 4px; }
  .hero { min-height: 850px; background-position: 58% center; }
  .hero__content { width: auto; margin-inline: 24px; }
  .hero h1 { font-size: clamp(54px,17vw,76px); }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__edition { display: none; }
  .section-shell { width: auto; padding: 80px 24px; }
  .section-label { margin-bottom: 40px; }
  .pillars { margin-top: 55px; }
  .product-story__visual { min-height: 620px; padding: 70px 20px; }
  .product-arch { width: 82%; height: 480px; }
  .product-story__copy { padding: 75px 24px; }
  .product-story__commerce { align-items: stretch; flex-direction: column; }
  .coming { padding-inline: 0; }.coming > .section-label { margin-inline: 24px; }.coming__art { min-height: 380px; }.coming__copy { padding: 60px 26px; }
  .article-grid { grid-template-columns: 1fr; }.article-card--featured { grid-column: auto; }
  .contact { padding-inline: 16px; }.contact__form { width: 100%; }
  .site-footer { align-items: center; flex-direction: column; text-align: center; }.site-footer__links, .footer-menu { flex-wrap: wrap; justify-content: center; }
  .content-shell, .micele-shop { width: auto; padding: 120px 22px 75px; }
  .post-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: 100%; }
  .woocommerce div.product form.cart { align-items: stretch; flex-direction: column; }
  .woocommerce div.product form.cart .button { width: 100%; }
}

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