/** Shopify CDN: Minification failed

Line 576:0 Unexpected "}"

**/
/* ============================================
   RITO — Beta Brand Identity
   Overlay de marca sobre Heritage.
   Paleta: crema + azul noche + arena dorada
   Tipografía: Manrope + Instrument Serif
   ============================================ */

/* --- Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Manrope:wght@300;400;500;600&display=swap');

/* --- Palette override --- */
:root {
  --color-background: #f7f3ec;
  --color-foreground: #151b26;
  --color-background-rgb: 247 243 236;
  --color-foreground-rgb: 21 27 38;

  /* Accento bronce */
  --rito-night: #0b2140;
  --rito-night-rgb: 16 26 42;
  --rito-accent: #c29a59;
  --rito-accent-rgb: 194 154 89;
  --rito-copper-ink: #76512c;
  --rito-stone: #d8c5a7;
  --rito-stone-rgb: 216 197 167;
}

/* --- Typography override --- */
:root {
  --font-paragraph--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-heading--family: 'Instrument Serif', Georgia, serif;
  --font-heading--weight: 400;
  --font-h1--family: 'Instrument Serif', Georgia, serif;
  --font-h2--family: 'Instrument Serif', Georgia, serif;
  --font-h3--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-h4--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-h5--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-h6--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-body--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-subheading--family: 'Manrope', 'Helvetica Neue', sans-serif;
  --font-accent--family: 'Manrope', 'Helvetica Neue', sans-serif;
}

/* --- Heading weight: más editorial (300-400 en vez de bold) --- */
body,
button,
input,
select,
textarea {
  font-family: 'Manrope', 'Helvetica Neue', sans-serif;
}

h1, h2 {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
}

.rito-demo h1,
.rito-demo h2,
.rito-guide h2,
.rito-collection h1,
.rito-footer h2,
.rito-product h1,
.rito-demo__help-links span,
.rito-demo__categories span {
  font-family: 'Instrument Serif', Georgia, serif;
  font-weight: 400 !important;
}

/* --- Cómo elegir: orientación de compra, no biblioteca editorial --- */
.rito-guide {
  --guide-paper: #fbfaf7;
  --guide-ink: #101a2a;
  --guide-muted: #4f5b63;
  --guide-line: #c5ced0;
  --guide-bronze: #806039;
  background: var(--guide-paper);
  color: var(--guide-ink);
  padding: 86px clamp(20px, 5vw, 80px) 0;
}
.rito-guide h1,
.rito-guide h2,
.rito-guide h3 { font-weight: 400; }
.rito-guide h1,
.rito-guide h2 { font-family: 'Instrument Serif', Georgia, serif; letter-spacing: -.04em; }
.rito-guide h1 { font-size: clamp(52px, 7vw, 104px); line-height: .9; margin: 0 0 28px; max-width: 850px; }
.rito-guide h2 { font-size: clamp(38px, 5vw, 70px); line-height: .94; margin: 0 0 20px; max-width: 760px; }
.rito-guide h3 { font-size: 20px; line-height: 1.1; margin: 30px 0 13px; }
.rito-guide p { line-height: 1.5; }
.rito-guide__eyebrow { color: var(--guide-bronze); font-size: 10px; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.rito-guide__hero,
.rito-guide__jump,
.rito-guide__section,
.rito-guide__process,
.rito-guide__note,
.rito-guide__cta { margin: 0 auto; max-width: 1440px; }
.rito-guide__hero { align-items: end; display: grid; gap: 70px; grid-template-columns: 1.15fr .85fr; min-height: 510px; }
.rito-guide__intro > p:last-child { font-size: 18px; max-width: 640px; }
.rito-guide__hero-note { border-top: 1px solid var(--guide-line); padding-top: 18px; max-width: 310px; }
.rito-guide__hero-note span { color: var(--guide-bronze); font-size: 10px; letter-spacing: .14em; }
.rito-guide__hero-note p { font-size: 14px; margin: 18px 0 0; }
.rito-guide__jump { border-bottom: 1px solid var(--guide-line); border-top: 1px solid var(--guide-line); display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.rito-guide__jump a { border-right: 1px solid var(--guide-line); color: var(--guide-ink); display: flex; flex-direction: column; gap: 26px; min-height: 108px; padding: 17px 18px 15px 0; text-decoration: none; }
.rito-guide__jump a + a { padding-left: 18px; }
.rito-guide__jump a:last-child { border-right: 0; }
.rito-guide__jump span,
.rito-guide__cards article > span,
.rito-guide__compare-number { color: var(--guide-bronze); font-size: 11px; letter-spacing: .12em; }
.rito-guide__jump a:hover { color: var(--guide-bronze); }
.rito-guide__section { padding-top: 130px; }
.rito-guide__section-head { max-width: 620px; }
.rito-guide__section-head--wide { max-width: 780px; }
.rito-guide__section-head > p:last-child { color: var(--guide-muted); font-size: 15px; max-width: 560px; }
.rito-guide__cards { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 66px; }
.rito-guide__cards article { border-top: 1px solid var(--guide-line); min-height: 245px; padding: 18px 12px 26px 0; }
.rito-guide__cards article p { color: var(--guide-muted); font-size: 14px; margin: 0; max-width: 270px; }
.rito-guide__cards article a { color: var(--guide-ink); display: inline-block; font-size: 12px; margin-top: 22px; text-decoration: none; }
.rito-guide__cards article a:hover { color: var(--guide-bronze); }
.rito-guide__compare-section { background: #e9eff0; margin-top: 130px; max-width: 1440px; padding: 100px clamp(20px, 5vw, 80px); }
.rito-guide__compare { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); margin-top: 60px; }
.rito-guide__compare article { background: var(--guide-paper); display: grid; gap: 30px; grid-template-columns: auto 1fr; padding: 28px; }
.rito-guide__compare h3 { margin-top: 0; }
.rito-guide__compare p,
.rito-guide__compare li { color: var(--guide-muted); font-size: 14px; line-height: 1.5; }
.rito-guide__compare ul { border-top: 1px solid var(--guide-line); list-style: none; margin: 24px 0 0; padding: 0; }
.rito-guide__compare li { border-bottom: 1px solid var(--guide-line); padding: 13px 0; }
.rito-guide__process { background: #0b2140; color: var(--guide-paper); display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; margin-top: 130px; padding: 100px clamp(20px, 7vw, 110px); }
.rito-guide__process-intro { max-width: 510px; }
.rito-guide__process-intro p:not(.rito-guide__eyebrow) { color: #d9e0ea; font-size: 15px; }
.rito-guide__steps { border-top: 1px solid rgba(247,243,236,.3); }
.rito-guide__steps div { border-bottom: 1px solid rgba(247,243,236,.3); display: grid; gap: 20px; grid-template-columns: 30px 1fr; padding: 19px 0; }
.rito-guide__steps span { color: #d8c5a7; font-size: 11px; letter-spacing: .12em; }
.rito-guide__steps p { font-size: 14px; margin: 0; }
.rito-guide__steps strong { font-weight: 500; }
.rito-guide__trust { align-items: start; background: #0b2140; color: var(--guide-paper); display: grid; gap: 70px; grid-template-columns: .9fr 1.1fr; margin: 130px auto 0; max-width: 1440px; padding: 88px clamp(20px, 7vw, 110px); }
.rito-guide__trust h2 { max-width: 500px; }
.rito-guide__trust-lead { color: #d9e0ea; max-width: 390px; }
.rito-guide__trust-list { border-top: 1px solid rgba(247,243,236,.3); }
.rito-guide__trust-list div { border-bottom: 1px solid rgba(247,243,236,.3); padding: 18px 0; }
.rito-guide__trust-list strong,
.rito-guide__trust-list span { display: block; }
.rito-guide__trust-list strong { font-size: 14px; font-weight: 500; margin-bottom: 7px; }
.rito-guide__trust-list span { color: #d9e0ea; font-size: 13px; line-height: 1.45; }
.rito-guide__button { background: var(--guide-ink); color: var(--guide-paper); display: inline-flex; font-size: 10px; letter-spacing: .12em; margin-top: 20px; padding: 15px 18px; text-decoration: none; text-transform: uppercase; }
.rito-guide__button:hover { background: #29435f; }
.rito-guide__button--dark { background: var(--guide-ink); color: var(--guide-paper); }
.rito-guide__note { border-bottom: 1px solid var(--guide-line); border-top: 1px solid var(--guide-line); margin-top: 36px; padding: 24px 0; }
.rito-guide__note p:last-child { color: var(--guide-muted); font-size: 12px; margin: 0; max-width: 760px; }
.rito-guide__cta { padding: 130px 0 150px; }
.rito-guide__cta h2 { max-width: 540px; }
.rito-guide__cta > p:not(.rito-guide__eyebrow) { color: var(--guide-muted); max-width: 430px; }
@media screen and (max-width: 989px) {
  .rito-guide__hero { gap: 42px; grid-template-columns: 1fr .65fr; }
  .rito-guide__cards { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 749px) {
  .rito-guide { padding-top: 62px; }
  .rito-guide h1 { font-size: clamp(48px, 15vw, 72px); }
  .rito-guide h2 { font-size: clamp(38px, 12vw, 58px); }
  .rito-guide__hero { display: block; min-height: 0; }
  .rito-guide__hero-note { margin-top: 54px; max-width: 100%; }
  .rito-guide__jump { display: flex; margin-top: 58px; overflow-x: auto; }
  .rito-guide__jump a { flex: 0 0 145px; min-height: 92px; }
  .rito-guide__jump a + a { padding-left: 14px; }
  .rito-guide__section { padding-top: 88px; }
  .rito-guide__cards { display: block; margin-top: 44px; }
  .rito-guide__cards article { min-height: 0; padding-bottom: 26px; }
  .rito-guide__cards article + article { margin-top: 22px; }
  .rito-guide__compare-section { margin-top: 88px; padding-bottom: 72px; padding-top: 72px; }
  .rito-guide__compare { display: block; margin-top: 42px; }
  .rito-guide__compare article + article { margin-top: 12px; }
  .rito-guide__process { display: block; margin-top: 88px; padding-bottom: 72px; padding-top: 72px; }
  .rito-guide__steps { margin-top: 48px; }
  .rito-guide__trust { display: block; margin-top: 88px; padding: 72px 20px; }
  .rito-guide__trust-list { margin-top: 48px; }
  .rito-guide__cta { padding: 88px 0 100px; }
}

/* --- Guía RITO: contraste y límites claros entre decisiones --- */
.rito-guide__jump { background: #fff; grid-template-columns: repeat(5, 1fr); }
.rito-guide__jump a { border-color: var(--guide-line); }
.rito-guide__hero-note a,
.rito-guide__text-link { color: var(--guide-ink); display: inline-block; font-size: 12px; margin-top: 18px; text-underline-offset: 4px; }
.rito-guide__hero-note a:hover,
.rito-guide__text-link:hover { color: var(--guide-bronze); }
.rito-guide__section { border-top: 1px solid var(--guide-line); padding: 92px clamp(20px, 5vw, 80px) 84px; }
.rito-guide__section + .rito-guide__section { margin-top: 0; }
.rito-guide__section--tinted { background: #e9eff0; border-bottom: 1px solid #c2ccce; border-top: 0; max-width: 1440px; }
.rito-guide__section-head { display: grid; column-gap: clamp(34px, 7vw, 120px); grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr); max-width: 1080px; }
.rito-guide__section-head .rito-guide__eyebrow { grid-column: 1 / -1; margin-bottom: 28px; }
.rito-guide__section-head h2 { grid-column: 1; margin: 0; }
.rito-guide__section-head > p:last-child { align-self: end; border-left: 1px solid var(--guide-line); color: var(--guide-muted); font-size: 15px; grid-column: 2; margin: 0; max-width: 530px; padding-left: 28px; }
.rito-guide__decision-card { background: #fff; border: 1px solid #c7d0d2; border-left: 4px solid var(--guide-ink); margin-top: 42px; max-width: 1080px; padding: 22px 28px 24px; }
.rito-guide__decision-card p { color: var(--guide-muted); font-size: 14px; margin: 0; max-width: 860px; }
.rito-guide__decision-card strong { color: var(--guide-ink); font-weight: 600; }
.rito-guide__actions { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 22px; }
.rito-guide__actions a { color: var(--guide-ink); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.rito-guide__actions a:hover { color: var(--guide-bronze); }
.rito-guide__process { margin-top: 84px; }
.rito-guide__note { margin-top: 0; }
.rito-guide__cta { padding-top: 96px; }
.rito-guide__button--light { background: #fbfaf7; color: var(--guide-ink); }
.rito-guide__button--light:hover { background: #fff; }
@media screen and (max-width: 989px) {
  .rito-guide__jump { grid-template-columns: repeat(5, minmax(125px, 1fr)); }
  .rito-guide__section-head { column-gap: 34px; }
}
@media screen and (max-width: 749px) {
  .rito-guide__jump { grid-template-columns: none; }
  .rito-guide__section { padding: 70px 20px 64px; }
  .rito-guide__section--tinted { padding-left: 20px; padding-right: 20px; }
  .rito-guide__section-head { display: block; }
  .rito-guide__section-head .rito-guide__eyebrow { margin-bottom: 18px; }
  .rito-guide__section-head > p:last-child { border-left: 0; border-top: 1px solid var(--guide-line); margin-top: 24px; padding-left: 0; padding-top: 20px; }
  .rito-guide__decision-card { margin-top: 28px; padding: 18px 18px 20px; }
  .rito-guide__process { margin-top: 64px; }
  .rito-guide__cta { padding-top: 70px; }
}

h3, h4, h5, h6 {
  font-weight: 500 !important;
}

/* --- Links y acentos en bronce --- */
a {
  color: inherit;
}

/* --- Buttons: borde sutil, sin caja de color --- */
.button,
.shopify-payment-button__button {
  border-radius: 2px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.button,
.rito-demo__button--solid,
.rito-product__button { background: #b38a54 !important; color: #101a2a !important; }

.button:hover,
.rito-demo__button--solid:hover,
.rito-product__button:hover { background: #c29a63 !important; }

/* Footer base: the inherited Heritage footer should feel like RITO. */
footer {
  background: #101a2a;
  color: #f4f0e9;
}

footer a,
footer button {
  color: inherit;
}

/* --- Product cards: sin borde, hover sutil --- */
.card {
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: opacity 0.3s ease;
}

.card:hover {
  opacity: 0.85;
}

/* --- Header: limpio, sticky con blur --- */
.header {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.header__row { background: #f7f3ec; color: #0b2140; }
.header__row a, .header__row button { color: #0b2140; }
.header__row .logo-block__image { filter: brightness(0) invert(1); }
.header__row { --cart-bubble-background: #c29a59; --cart-bubble-text: #0b2140; }

/* RITO header: firma editorial con presencia suficiente para orientar la marca. */
#header-component { position: relative; z-index: 20; }
#header-component .header__row--top { background: #f7f3ec !important; min-height: 62px; }
#header-component .header__columns { min-height: 58px; }
#header-component .header-logo__image--rito { height: 39px; width: 132px; }
#header-component .header-menu { display: flex !important; }
#header-component .header__column--menu { display: flex !important; }
#header-component .header__column--logo { flex: 0 0 auto; }
#header-component .header__column--actions { margin-left: auto; }
#header-component .header-actions__action { color: #0b2140; }
#header-component .account-button { display: none !important; }
#header-component .header__column--right header-actions { gap: 10px; margin-inline-start: 0; }
#header-component .rito-header-concierge-action {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
  width: 44px;
}
#header-component .rito-header-concierge-action:hover,
#header-component .rito-header-concierge-action:focus-visible,
#header-component .rito-header-concierge-action[aria-expanded="true"] {
  background: #e9e1d4;
  border-color: #c29a59;
  color: #76512c;
  outline: none;
}
#header-component .rito-header-concierge-action__icon {
  align-items: center;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}
#header-component .rito-header-concierge-action__icon svg {
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  width: 22px;
}
.rito-concierge__image-preview[hidden],
.rito-concierge__audio-preview[hidden] {
  display: none !important;
}
#header-component .header__row a:hover,
#header-component .header__row button:hover,
#header-component .header__column--menu .menu-list__link:hover,
#header-component .header__column--menu .menu-list__link:focus-visible {
  color: #0b2140 !important;
  opacity: 1 !important;
}
/* Heritage subdues every sibling link when one item is hovered. RITO keeps
   the complete desktop menu at full contrast instead. */
#header-component .menu-list:has(.menu-list__list-item:hover) .menu-list__link,
#header-component .menu-list:has(.menu-list__list-item:focus-within) .menu-list__link,
#header-component .menu-list:has(.menu-list__list-item:hover) .menu-list__link-title,
#header-component .menu-list:has(.menu-list__list-item:focus-within) .menu-list__link-title {
  color: #0b2140 !important;
  opacity: 1 !important;
}
#header-component .header__drawer { color: #0b2140; display: flex !important; position: static; transform: none; width: auto; }
#header-component .rito-header-drawer { display: block; }
#header-component .rito-header-drawer > details > summary { color: #0b2140; }
#header-component .rito-menu-panel {
  background: #0b2140;
  bottom: 0;
  color: #f7f3ec;
  height: 100dvh;
  left: 0;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .3s ease;
  width: 100vw;
  z-index: 50;
}
#header-component .rito-header-drawer details[open] .rito-menu-panel { transform: translateX(0); }
#header-component .rito-header-drawer details[open] > summary { opacity: 0; pointer-events: none; visibility: hidden; }
#header-component .rito-menu-panel .menu-drawer__close-button {
  align-items: center;
  background: transparent !important;
  border: 0;
  color: #f7f3ec !important;
  display: flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 44px;
  z-index: 2;
}
#header-component .rito-menu-panel .menu-drawer__close-button .header-drawer-icon--close {
  display: flex !important;
  height: 24px;
  width: 24px;
}
#header-component .rito-mobile-menu { display: block; padding: 92px 34px 44px; }
#header-component .rito-mobile-menu ul { display: grid; gap: 0; margin: 0; }
#header-component .rito-mobile-menu li { border-bottom: 1px solid rgba(216, 197, 167, .35); }
#header-component .rito-mobile-menu a { color: #f7f3ec; display: block; font-family: var(--font-h1--family); font-size: 26px; line-height: 1.1; padding: 16px 0; text-decoration: none; }
#header-component .rito-mobile-menu a:hover,
#header-component .rito-mobile-menu a:focus-visible { color: #f7f3ec !important; opacity: 1 !important; }
#header-component .rito-mobile-menu__eyebrow { color: #d8c5a7; font-size: 11px; letter-spacing: .14em; margin-bottom: 28px; text-transform: uppercase; }
#header-component .rito-mobile-menu__group details > summary { align-items: center; color: #f7f3ec; cursor: pointer; display: flex; font-family: var(--font-h1--family); font-size: 26px; line-height: 1.1; justify-content: space-between; list-style: none; padding: 16px 0; }
#header-component .rito-mobile-menu__group details > summary::-webkit-details-marker { display: none; }
#header-component .rito-mobile-menu__group details > summary span { color: #d8c5a7; font-family: var(--font-body--family); font-size: 22px; font-weight: 300; }
#header-component .rito-mobile-menu__group details[open] > summary span { transform: rotate(45deg); }
#header-component .rito-mobile-menu__group details > div { border-top: 1px solid rgba(216, 197, 167, .25); padding: 5px 0 10px 14px; }
#header-component .rito-mobile-menu__group details > div a { font-family: var(--font-body--family); font-size: 17px; padding: 11px 0; }
#header-component .rito-mobile-menu__group details > div small { color: #d8c5a7; display: block; font-size: 11px; line-height: 1.35; margin-top: 3px; }

#header-component .rito-desktop-menu { height: 100%; position: relative; }
#header-component .rito-desktop-menu > ul { align-items: center; display: flex; gap: 26px; height: 100%; list-style: none; margin: 0; padding: 0; }
#header-component .rito-desktop-menu > ul > li { align-items: center; display: flex; height: 100%; position: static; }
#header-component .rito-desktop-menu a,
#header-component .rito-desktop-menu summary { color: #0b2140; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
#header-component .rito-desktop-menu a { text-decoration: none; }
#header-component .rito-desktop-menu__trigger { align-items: center; display: flex; gap: 7px; }
#header-component .rito-desktop-menu summary { align-items: center; cursor: pointer; display: flex; gap: 7px; list-style: none; }
#header-component .rito-desktop-menu summary::-webkit-details-marker { display: none; }
#header-component .rito-desktop-menu summary span { color: #a48663; font-size: 13px; letter-spacing: 0; transition: transform .2s ease; }
#header-component .rito-desktop-menu details[open] summary span { transform: rotate(45deg); }
#header-component .rito-desktop-menu__dropdown { background: #f7f3ec; border-top: 1px solid #ded8cc; box-shadow: 0 18px 40px rgba(11, 33, 64, .12); display: grid; gap: 24px; grid-template-columns: minmax(280px, 400px) minmax(160px, 240px); left: 0; min-height: 0; opacity: 0; padding: 22px clamp(22px, 4vw, 58px); pointer-events: none; position: absolute; right: 0; top: 100%; transform: translateY(-6px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; visibility: hidden; z-index: 20; }
#header-component .rito-desktop-menu__dropdown:not(.rito-desktop-menu__dropdown--with-mark) { grid-template-columns: minmax(280px, 440px); }
#header-component .rito-desktop-menu__dropdown--catalog { grid-template-columns: minmax(300px, 1fr) minmax(170px, 230px); }
#header-component .rito-desktop-menu__has-submenu:hover .rito-desktop-menu__dropdown,
#header-component .rito-desktop-menu__has-submenu:focus-within .rito-desktop-menu__dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); visibility: visible; }
#header-component .rito-desktop-menu__dropdown-links { display: grid; gap: 4px; align-content: start; }
#header-component .rito-desktop-menu__eyebrow { color: #a48663; font-size: 9px; letter-spacing: .15em; margin: 0 0 7px; text-transform: uppercase; }
#header-component .rito-desktop-menu__dropdown-links a { border-top: 1px solid #ded8cc; display: flex; gap: 14px; justify-content: space-between; padding: 7px 0; text-transform: none; }
#header-component .rito-desktop-menu__dropdown-links strong { color: #0b2140; font-family: var(--font-h1--family); font-size: 14px; font-weight: 400; letter-spacing: -.015em; line-height: 1.2; text-transform: none; }
#header-component .rito-desktop-menu__dropdown-links small { align-self: center; color: #716d66; font-size: 10px; letter-spacing: 0; line-height: 1.25; text-align: right; text-transform: none; }
#header-component .rito-desktop-menu__lead-link { margin-bottom: 5px; }
#header-component .rito-desktop-menu__lead-link strong { font-size: 16px; }
#header-component .rito-desktop-menu__section-label { color: #a48663; font-size: 9px; letter-spacing: .14em; margin: 8px 0 0; text-transform: uppercase; }
#header-component .rito-desktop-menu__option-grid { display: grid; gap: 0 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
#header-component .rito-desktop-menu__option { align-items: center; border-top: 1px solid #ded8cc; display: flex !important; gap: 9px !important; justify-content: flex-start !important; min-width: 0; padding: 8px 0 !important; }
#header-component .rito-desktop-menu__option > span:last-child { display: grid; gap: 2px; min-width: 0; }
#header-component .rito-desktop-menu__option strong { font-family: var(--font-body--family); font-size: 12px; letter-spacing: 0; line-height: 1.15; }
#header-component .rito-desktop-menu__option small { font-size: 9px; line-height: 1.2; text-align: left; }
#header-component .rito-desktop-menu__option-icon { align-items: center; color: #a48663; display: inline-flex; flex: 0 0 28px; height: 28px; justify-content: center; }
#header-component .rito-desktop-menu__option-icon svg { height: 24px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.1; width: 24px; }
#header-component .rito-desktop-menu__mark { align-items: end; background: #e9e1d4; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; text-align: right; text-transform: none !important; }
#header-component .rito-desktop-menu__mark img { height: auto; max-width: 150px; width: 100%; }
#header-component .rito-desktop-menu__mark span { color: #0b2140; font-family: var(--font-h1--family); font-size: 17px; letter-spacing: -.02em; line-height: 1.02; max-width: 150px; text-transform: none; }
#header-component .rito-desktop-menu__dropdown a:hover,
#header-component .rito-desktop-menu__dropdown a:focus-visible { color: #a07842; }

#header-component .rito-menu-panel { box-shadow: -20px 0 60px rgba(0, 0, 0, .18); }

@media screen and (min-width: 750px) {
  #header-component .header__drawer { display: none !important; }
  #header-component .header__column--menu { align-items: center; }
  #header-component .header__column--menu .menu-list__link { color: #0b2140; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
  #header-component .header__column--menu .menu-list__list { gap: 24px; }
}

@media screen and (max-width: 989px) {
  #header-component .header__row--top { background: #f7f3ec !important; }
  /* Keep the mobile header on one deliberate row. Heritage's drawer mode
     otherwise restores a five-column layout that pushes the actions down. */
  #header-component[data-menu-style='drawer'] .header__columns,
  #header-component .header__columns {
    align-items: center;
    column-gap: 0;
    display: grid;
    grid-template-areas: 'left center right';
    grid-template-columns: 44px minmax(0, 1fr) auto;
    grid-column: 1 / -1 !important;
    padding-inline: 0 12px;
    position: relative;
  }
  #header-component .header__column--left { display: contents; }
  #header-component .header__column--center { display: none !important; }
  #header-component .header__column--right { grid-area: right; min-width: 0; }
  #header-component .header__drawer {
    align-items: center;
    display: flex !important;
    grid-area: left;
    min-height: 44px;
    min-width: 44px;
  }
  #header-component .header-menu,
  #header-component .header__column--menu,
  #header-component .search-action,
  #header-component .account-button { display: none !important; }
  #header-component .header-logo {
    grid-area: 1 / 1 / -1 / -1;
    justify-self: center;
    left: calc(50% + 6px);
    position: absolute;
    transform: translateX(-50%);
  }
  #header-component .header__column--right header-actions {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    grid-area: right !important;
    margin-inline-start: 0;
    white-space: nowrap;
  }
  #header-component .header-logo__image--rito { filter: none; height: 37px; width: 125px; }
  #header-component .header__row a, #header-component .header__row button { color: #0b2140; }
  #header-component .rito-mobile-menu a,
  #header-component .rito-mobile-menu a:visited,
  #header-component .rito-mobile-menu__group details > div a {
    color: #f7f3ec !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header-component .rito-mobile-menu__group details > div small { color: #d8c5a7 !important; }
  #header-component .header__icon--summary {
    align-items: center;
    display: flex;
    height: 44px;
    justify-content: flex-start;
    padding: 0;
    width: 44px;
  }
  #header-component .header__icon--summary .header-drawer-icon {
    display: flex;
    height: 24px;
    margin: 0;
    width: 24px;
  }
  #header-component .header__icon--summary .header-drawer-icon--close { display: none; }
  #header-component .menu-drawer-container[open] .header__icon--summary .header-drawer-icon--open { display: none; }
  #header-component .menu-drawer-container[open] .header__icon--summary .header-drawer-icon--close { display: flex; }

  /* Draw the mobile menu control locally so Safari cannot lose the theme's
     two-line asset during the sticky-header state change. */
  #header-component .header__icon--summary {
    color: #0b2140 !important;
    position: relative;
  }
  #header-component .header__icon--summary .header-drawer-icon--open { display: none !important; }
  #header-component .header__icon--summary::before {
    background: linear-gradient(
      to bottom,
      currentColor 0 2px,
      transparent 2px 7px,
      currentColor 7px 9px,
      transparent 9px 14px,
      currentColor 14px 16px
    );
    content: '';
    display: block;
    height: 16px;
    width: 22px;
  }
  #header-component .menu-drawer-container[open] .header__icon--summary::before { display: none; }

}

/* Keep the mobile header compatible with Heritage's scroll-up behavior while
   making the menu control independent from the action group's grid column. */
@media screen and (max-width: 989px) {
  #header-component .header__drawer {
    display: flex !important;
    left: 0;
    opacity: 1 !important;
    position: absolute;
    top: 9px;
    visibility: visible !important;
    z-index: 3;
  }

  #header-component[data-sticky-state='active'] .header__row--top,
  #header-component[data-sticky-state='active'] .header__underlay-closed,
  #header-component[data-sticky-state='active'] .header__underlay-open {
    background: #f7f3ec !important;
  }

  #header-component[data-sticky-state='active'] .header-logo,
  #header-component[data-sticky-state='active'] header-actions,
}

/* Copper accents on paper need ink-level contrast, especially over hero photography. */
.rito-demo-hero__eyebrow,
.rito-demo__paths .rito-demo__eyebrow,
.rito-demo__how .rito-demo__eyebrow,
.rito-collection__eyebrow,
.rito-guide__eyebrow,
.rito-trust-page__eyebrow,
.rito-how__eyebrow,
.rito-product__details .rito-product__eyebrow {
  color: var(--rito-copper-ink) !important;
}

/* --- Homepage V0.3: deseo + guía --- */
:root {
  --rito-home-v03-paper: #f7f3ec;
  --rito-home-v03-ink: #302d29;
  --rito-home-v03-night: #0b2140;
  --rito-home-v03-soft: #e5ddd0;
  --rito-home-v03-stone: #d8c5a7;
  --rito-home-v03-copper: #76512c;
}

/* --- Fondos de sección: crema consistente --- */
.section-background {
  background-color: var(--color-background);
}

/* --- Separadores sutiles --- */
hr {
  border-color: var(--rito-stone);
}

/* --- Precios: más presentes --- */
.price {
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* --- Confianza y condiciones --- */
.rito-trust-page { background: #f7f3ec; color: #101a2a; padding: 90px clamp(20px, 5vw, 80px) 140px; }
.rito-trust-page__hero,
.rito-trust-page__grid,
.rito-trust-page__checklist,
.rito-trust-page__cta { margin: 0 auto; max-width: 1440px; }
.rito-trust-page__hero { max-width: 800px; }
.rito-trust-page__eyebrow { color: #a48663; font-size: 10px; letter-spacing: .15em; margin: 0 0 18px; text-transform: uppercase; }
.rito-trust-page h1,
.rito-trust-page h2 { font-family: 'Instrument Serif', Georgia, serif; font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.rito-trust-page h1 { font-size: clamp(52px, 7vw, 100px); margin: 0 0 24px; }
.rito-trust-page h2 { font-size: clamp(34px, 4vw, 58px); margin: 0 0 18px; }
.rito-trust-page__hero > p:last-child { color: #716d66; font-size: 17px; max-width: 650px; }
.rito-trust-page__grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-top: 110px; }
.rito-trust-page__grid article { border-top: 1px solid #cfc7ba; padding: 18px 10px 30px 0; }
.rito-trust-page__grid article > span { color: #a48663; font-size: 11px; letter-spacing: .12em; }
.rito-trust-page__grid article p { color: #716d66; font-size: 14px; line-height: 1.5; }
.rito-trust-page__checklist { background: #e9e1d4; margin-top: 110px; padding: 80px clamp(20px, 7vw, 110px); }
.rito-trust-page__checklist ul { border-top: 1px solid #cfc7ba; list-style: none; margin: 40px 0 0; max-width: 720px; padding: 0; }
.rito-trust-page__checklist li { border-bottom: 1px solid #cfc7ba; font-size: 15px; line-height: 1.45; padding: 18px 0; }
.rito-trust-page__cta { padding-top: 120px; }
.rito-trust-page__cta > p { color: #716d66; }
@media screen and (max-width: 989px) {
  .rito-trust-page__grid { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 749px) {
  .rito-trust-page__grid { grid-template-columns: 1fr; }
  .rito-trust-page { padding-top: 62px; }
  .rito-trust-page__grid { margin-top: 72px; }
  .rito-trust-page__checklist { margin-top: 72px; padding-bottom: 58px; padding-top: 58px; }
  .rito-trust-page__cta { padding-top: 86px; }
}

/* --- Mobile header contract: one stable row + native scroll-up states --- */
@media screen and (max-width: 989px) {
  #header-component .header__row--top {
    min-height: 62px;
    overflow: visible;
  }

  #header-component .header__columns,
  #header-component[data-menu-style='drawer'] .header__columns {
    align-items: center !important;
    column-gap: 0 !important;
    display: grid !important;
    grid-column: 1 / -1 !important;
    grid-template-areas: 'left center right' !important;
    grid-template-columns: 44px minmax(0, 1fr) auto !important;
    min-height: 62px;
    padding-inline: 0 12px !important;
    position: relative !important;
  }

  #header-component .header__column--left { display: contents !important; }
  #header-component .header__column--center { display: none !important; }
  #header-component .header__column--right {
    display: flex !important;
    grid-area: right !important;
    justify-content: flex-end !important;
    min-width: 0 !important;
  }

  #header-component .header__drawer {
    display: flex !important;
    grid-area: left !important;
    left: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 9px !important;
    z-index: 5 !important;
  }

  #header-component .header-logo {
    display: flex !important;
    flex: 0 0 125px !important;
    grid-area: 1 / 1 / -1 / -1 !important;
    justify-self: center !important;
    left: 50% !important;
    opacity: 1 !important;
    position: absolute !important;
    transform: translateX(-50%) !important;
    visibility: visible !important;
    width: 125px !important;
    z-index: 2 !important;
  }

  #header-component .header-logo__image--rito {
    display: block !important;
    flex: 0 0 125px !important;
    height: 37px !important;
    width: 125px !important;
  }

  #header-component .header__column--right header-actions {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 4px !important;
    grid-area: right !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    white-space: nowrap;
  }

  #header-component[data-sticky-state='idle'] {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  #header-component[data-sticky-state='active'],
  #header-component[data-sticky-state='inactive'] {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #header-component[data-sticky-state='active'] .header__row--top {
    background: #f7f3ec !important;
  }
}

/* --- Guía RITO: plantilla editorial clara para artículos y archivo --- */
.rito-guide-article__background,
.rito-guide-article,
.rito-guide-blog__background,
.rito-guide-blog {
  --color-background: #fbfaf7 !important;
  --color-background-rgb: 251 250 247 !important;
  --color-foreground: #101a2a !important;
  --color-foreground-rgb: 16 26 42 !important;
  background-color: #fbfaf7 !important;
  color: #101a2a !important;
}

.rito-guide-article .section-content-wrapper {
  gap: 0 !important;
  padding-block-end: 88px !important;
  padding-block-start: 0 !important;
}

.rito-guide-article .section-content-wrapper > .text-block:first-child {
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1040px;
  padding: 76px clamp(20px, 5vw, 72px) 20px !important;
  width: 100%;
}

.rito-guide-article .section-content-wrapper > .text-block:first-child h1 {
  color: #101a2a !important;
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-size: clamp(46px, 6.6vw, 84px) !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
  line-height: .94 !important;
  max-width: 920px !important;
  text-align: left !important;
}

.rito-guide-article .section-content-wrapper > .blog-post-details {
  color: #68737a !important;
  font-size: 11px !important;
  justify-content: flex-start !important;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 clamp(20px, 5vw, 72px) 34px !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  width: 100%;
}

.rito-guide-article .blog-post-featured-image {
  border: 1px solid #d9e0e0;
  margin: 18px auto 64px;
  max-width: 1040px;
  width: calc(100% - clamp(40px, 10vw, 144px));
}

.rito-guide-article .blog-post-content {
  color: #263640 !important;
  font-size: 16px;
  line-height: 1.68;
  margin: 0 auto;
  max-width: 760px;
  width: calc(100% - clamp(40px, 10vw, 144px));
}

.rito-guide-article .blog-post-content rte-formatter {
  color: #263640 !important;
}

.rito-guide-article .blog-post-content h2,
.rito-guide-article .blog-post-content h3 {
  color: #101a2a !important;
}

.rito-guide-article .blog-post-content h2 {
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-size: clamp(34px, 4.4vw, 52px) !important;
  font-weight: 400 !important;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 64px 0 18px;
}

.rito-guide-article .blog-post-content h3 {
  font-family: 'Manrope', 'Helvetica Neue', sans-serif !important;
  font-size: 14px;
  font-weight: 600 !important;
  letter-spacing: .07em;
  line-height: 1.3;
  margin: 42px 0 14px;
  text-transform: uppercase;
}

.rito-guide-article .blog-post-content p,
.rito-guide-article .blog-post-content li {
  color: #435159 !important;
}

.rito-guide-article .blog-post-content strong {
  color: #101a2a !important;
  font-weight: 600;
}

.rito-guide-article .blog-post-content a {
  color: #76512c !important;
  text-decoration-color: #b39a7b;
  text-underline-offset: 3px;
}

.rito-guide-article .blog-post-content a:hover {
  color: #101a2a !important;
}

.rito-guide-article .blog-post-content table {
  border-collapse: collapse;
  border: 1px solid #c7d1d2;
  color: #263640;
  font-size: 13px;
  margin: 28px 0 38px;
  width: 100%;
}

.rito-guide-article .blog-post-content th {
  background: #102a44;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .07em;
  padding: 13px 14px;
  text-align: left;
  text-transform: uppercase;
}

.rito-guide-article .blog-post-content td {
  background: #fff;
  border-bottom: 1px solid #d8e0e0;
  padding: 14px;
  vertical-align: top;
}

.rito-guide-article .blog-post-content tr:nth-child(even) td {
  background: #eef2f2;
}

.rito-guide-article .blog-post-content ul,
.rito-guide-article .blog-post-content ol {
  padding-inline-start: 22px;
}

.rito-guide-article .blog-post-content li + li {
  margin-top: 8px;
}

/* El artículo no necesita una caja de comentarios heredada si no hay comentarios. */
.rito-guide-article .blog-post-comments-container {
  color: #263640;
  max-width: 760px;
  width: calc(100% - clamp(40px, 10vw, 144px));
}

.rito-guide-blog {
  padding-block-end: 96px !important;
}

.rito-guide-blog .text-block:first-child {
  margin: 0 auto 36px;
  max-width: 1040px;
  width: 100%;
}

.rito-guide-blog .text-block:first-child h1 {
  color: #101a2a !important;
  font-family: 'Instrument Serif', Georgia, serif !important;
  font-size: clamp(48px, 6vw, 76px) !important;
  font-weight: 400 !important;
  letter-spacing: -.045em !important;
  line-height: .95 !important;
}

.rito-guide-blog .blog-posts-container {
  column-gap: 18px;
  margin: 0 auto;
  max-width: 1040px;
  row-gap: 18px;
}

.rito-guide-blog .blog-post-item {
  background: #fff;
  border-color: #c7d1d2;
  color: #101a2a;
  padding: 24px 24px 28px;
}

.rito-guide-blog .blog-post-card__content a,
.rito-guide-blog .blog-post-card__title-link {
  color: #101a2a !important;
}

.rito-guide-blog .blog-post-card__content a:hover,
.rito-guide-blog .blog-post-card__title-link:hover {
  color: #76512c !important;
}

.rito-guide-blog .blog-post-details {
  color: #68737a;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .rito-guide-article .section-content-wrapper > .text-block:first-child {
    padding-bottom: 14px !important;
    padding-top: 54px !important;
  }

  .rito-guide-article .section-content-wrapper > .text-block:first-child h1 {
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .rito-guide-article .section-content-wrapper > .blog-post-details {
    padding-bottom: 28px !important;
  }

  .rito-guide-article .blog-post-featured-image,
  .rito-guide-article .blog-post-content,
  .rito-guide-article .blog-post-comments-container {
    width: calc(100% - 40px);
  }

  .rito-guide-article .blog-post-featured-image {
    margin-bottom: 48px;
  }

  .rito-guide-article .blog-post-content {
    font-size: 15px;
  }

  .rito-guide-article .blog-post-content table {
    min-width: 600px;
  }

  .rito-guide-article .blog-post-content rte-formatter {
    display: block;
    overflow-x: auto;
  }

  .rito-guide-blog .text-block:first-child {
    margin-bottom: 24px;
  }

  .rito-guide-blog .blog-post-item {
    padding: 20px 18px 24px;
  }
}
