/*
Theme Name:   RheiaHub Child
Theme URI:    https://rheiahub.com
Description:  Child theme para RheiaHub — Blog de fragancias
Author:       RheiaHub
Template:     astra
Version:      3.1.0
Text Domain:  rheiahub-child
*/

/* ─────────────────────────────────────────
   TOKENS
───────────────────────────────────────── */
:root{
  --pink:#e05c8a;
  --pink-soft:#f0a0c0;
  --pink-pale:#fdf0f5;
  --pink-btn:linear-gradient(135deg,#e8608e,#f07aaa);
  --pink-hero:linear-gradient(145deg,#f5d6e4 0%,#fce8f0 40%,#f9dce8 100%);

  --cream:#fdf8f5;
  --surface:#ffffff;
  --surface2:#faf6f8;
  --border:rgba(0,0,0,.06);

  --text:#2a1f28;
  --text-mid:#6b5060;
  --text-soft:#a08898;

  --font-head:'Playfair Display', Georgia, serif;
  --font-body:'Manrope', sans-serif;

  --r:14px;
  --r-lg:20px;
  --r-xl:26px;
  --max-w:1100px;
  --shadow:0 2px 16px rgba(0,0,0,.055);
  --shadow-md:0 6px 32px rgba(0,0,0,.09);
}

/* ─────────────────────────────────────────
   BASE
───────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;background:var(--cream);}
body{
  font-family:var(--font-body);
  font-size:15px;
  font-weight:400;
  color:var(--text);
  background:var(--cream);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:var(--pink);text-decoration:none;transition:color .2s;}
a:hover{color:var(--pink-soft);}
img{display:block;max-width:100%;height:auto;}
::selection{background:var(--pink-pale);color:var(--pink);}
::-webkit-scrollbar{width:3px;}
::-webkit-scrollbar-thumb{background:var(--pink-soft);border-radius:2px;}

h1,h2,h3,h4,h5,h6{
  font-family:var(--font-head);
  font-weight:700;
  color:var(--text);
  line-height:1.2;
}
p{margin-bottom:1.1em;color:var(--text-mid);}
p:last-child{margin-bottom:0;}
strong,b{font-weight:700;color:var(--text);}

.wrap{max-width:var(--max-w);margin:0 auto;padding:0 20px;}
.section{padding:52px 0;}

/* ─────────────────────────────────────────
   BUTTONS
───────────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  font-family:var(--font-body);font-weight:700;
  border-radius:100px;border:none;cursor:pointer;
  transition:all .3s;text-decoration:none;line-height:1;
}
.btn-pink{
  background:var(--pink-btn);
  color:#fff !important;
  font-size:.82rem;padding:12px 26px;
  box-shadow:0 4px 16px rgba(224,92,138,.25);
}
.btn-pink:hover{transform:translateY(-1px);box-shadow:0 6px 22px rgba(224,92,138,.35);color:#fff !important;}

.btn-outline{
  background:transparent;
  border:1px solid var(--border);
  color:var(--text-mid) !important;
  font-size:.8rem;padding:10px 20px;
}
.btn-outline:hover{border-color:var(--pink);color:var(--pink) !important;}

.btn-store{
  display:inline-flex;align-items:center;gap:8px;
  padding:10px 20px;
  background:rgba(255,255,255,.15);
  border:1px solid rgba(255,255,255,.3);
  border-radius:100px;
  font-family:var(--font-body);font-size:.78rem;font-weight:600;
  color:rgba(255,255,255,.85) !important;
  transition:all .3s;
}
.btn-store:hover{background:rgba(255,255,255,.25);color:#fff !important;}
.btn-store svg{width:15px;height:15px;fill:currentColor;flex-shrink:0;}

/* ─────────────────────────────────────────
   HEADER NUEVO
───────────────────────────────────────── */
.rh-topbar{
  background:#f8edf2;
  border-bottom:1px solid var(--border);
  padding:8px 0;
  font-size:.72rem;
}
.rh-topbar__inner{
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.rh-topbar__lang,.rh-topbar__social{
  display:flex;align-items:center;gap:10px;
}
.rh-topbar__lang a{
  color:var(--text-soft);
  font-weight:600;
  padding:2px 4px;
}
.rh-topbar__lang a.active,
.rh-topbar__lang a:hover{color:var(--pink);}
.rh-topbar__lang .sep{color:rgba(0,0,0,.16);}
.rh-topbar__social a{
  color:var(--text-soft);
  display:inline-flex;align-items:center;justify-content:center;
}
.rh-topbar__social a:hover{color:var(--pink);}
.rh-topbar__social svg{width:14px;height:14px;fill:currentColor;}

.rh-header{
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
  position:sticky;
  top:0;
  z-index:50;
}
.rh-header__inner{
  min-height:78px;
  display:flex;align-items:center;justify-content:space-between;
  gap:24px;
}
.rh-header__brand{
  display:flex;align-items:center;gap:12px;
  flex-shrink:0;
}
.rh-header__logo{
  display:flex;align-items:center;text-decoration:none;
}
.rh-header__logo img{
  max-height:42px;
  width:auto;
  display:block;
}
.rh-header__brand-text{
  font-family:var(--font-head);
  font-size:1.5rem;
  font-weight:700;
  color:var(--text);
  line-height:1;
}
.rh-header__tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:28px;
  padding:0 12px;
  border-radius:999px;
  background:var(--pink-pale);
  border:1px solid rgba(224,92,138,.14);
  color:var(--pink);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.rh-header__nav{margin-left:auto;}

.rh-menu{
  display:flex;align-items:center;gap:26px;
  list-style:none;margin:0;padding:0;
}
.rh-menu > li{position:relative;}
.rh-menu > li > a{
  font-family:var(--font-body);
  font-size:.9rem;
  font-weight:600;
  color:var(--text-mid);
  text-decoration:none;
  transition:color .2s ease;
}
.rh-menu > li > a:hover,
.rh-menu > .current-menu-item > a,
.rh-menu > .current_page_item > a{color:var(--pink);}

.rh-menu .sub-menu{
  position:absolute;
  top:calc(100% + 14px);
  left:0;
  min-width:220px;
  padding:10px;
  list-style:none;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:16px;
  box-shadow:var(--shadow-md);
  opacity:0;
  visibility:hidden;
  transform:translateY(8px);
  transition:all .22s ease;
  z-index:30;
}
.rh-menu li:hover > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.rh-menu .sub-menu li a{
  display:block;
  padding:10px 12px;
  border-radius:10px;
  color:var(--text-mid);
  font-size:.84rem;
}
.rh-menu .sub-menu li a:hover{
  background:var(--pink-pale);
  color:var(--pink);
}

/* ─────────────────────────────────────────
   SECTION HEADER + CATEGORIES
───────────────────────────────────────── */
.rh-section-header{
  display:flex;align-items:baseline;justify-content:space-between;
  margin-bottom:24px;gap:12px;flex-wrap:wrap;
}
.rh-section-header h2{
  font-size:clamp(1.3rem,3vw,1.7rem);
}
.rh-section-header a{
  font-size:.75rem;font-weight:600;color:var(--pink);white-space:nowrap;
}

.rh-cats{display:flex;flex-wrap:wrap;gap:10px;}
.rh-cat{
  display:inline-flex;align-items:center;gap:4px;
  padding:7px 16px;
  border-radius:100px;
  background:var(--surface);
  border:1px solid var(--border);
  font-size:.75rem;font-weight:600;
  color:var(--text-mid);
  transition:all .25s;
  white-space:nowrap;
}
.rh-cat:hover,.rh-cat.active{
  background:var(--pink-pale);
  border-color:rgba(224,92,138,.2);
  color:var(--pink);
}
.rh-cat .count{
  font-size:.62rem;color:var(--text-soft);
  font-weight:400;margin-left:2px;
}

/* ─────────────────────────────────────────
   CARDS
───────────────────────────────────────── */
.rh-card{
  background:var(--surface);
  border-radius:var(--r-lg);
  overflow:hidden;
  border:1px solid var(--border);
  display:flex;flex-direction:column;
  transition:box-shadow .3s,transform .3s;
}
.rh-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);}
.rh-card-link{
  display:block;
  color:inherit;
  text-decoration:none;
  height:100%;
}
.rh-card__thumb-wrap{overflow:hidden;flex-shrink:0;}
.rh-card__thumb{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
  transition:transform .4s;
}
.rh-card:hover .rh-card__thumb{transform:scale(1.04);}
.rh-card__placeholder{
  width:100%;
  aspect-ratio:4/3;
  background:var(--pink-pale);
  display:flex;align-items:center;justify-content:center;
  font-size:2rem;color:var(--pink-soft);
}
.rh-card__body{
  padding:18px 20px 20px;
  flex:1;
  display:flex;
  flex-direction:column;
}
.rh-card__cat{
  font-size:.62rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.1em;
  color:var(--pink);margin-bottom:7px;display:block;
}
.rh-card__title{
  font-family:var(--font-head);
  font-size:.98rem;font-weight:700;
  color:var(--text);line-height:1.35;
  margin-bottom:8px;
}
.rh-card__excerpt{
  font-size:.78rem;color:var(--text-mid);
  line-height:1.6;flex:1;margin-bottom:16px;
  display:-webkit-box;-webkit-line-clamp:3;
  -webkit-box-orient:vertical;overflow:hidden;
}
.rh-card__footer{margin-top:auto;}

.rh-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.rh-grid .rh-card:first-child{grid-column:1/-1;}
.rh-grid .rh-card:first-child .rh-card__thumb{aspect-ratio:16/6;}
.rh-grid .rh-card:first-child .rh-card__title{font-size:1.15rem;}

/* ─────────────────────────────────────────
   HOME HERO
───────────────────────────────────────── */
.rh-home-section{
  padding-top:30px;
  padding-bottom:30px;
}
.rh-home-section--tight-top{padding-top:12px;}

.rh-home-hero{
  margin-top:18px;
  margin-bottom:18px;
}
.rh-home-hero__inner{
  position:relative;
  min-height:500px;
  border-radius:30px;
  overflow:hidden;
  border:1px solid var(--border);
  box-shadow:var(--shadow-md);
  background:url('../../uploads/2026/04/image-scaled.png') center center / cover no-repeat;
  display:flex;
  align-items:center;
}
.rh-home-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,
    rgba(253,248,245,.92) 0%,
    rgba(253,248,245,.82) 30%,
    rgba(253,248,245,.48) 58%,
    rgba(253,248,245,.16) 100%);
  z-index:1;
}
.rh-home-hero__content{
  position:relative;
  z-index:2;
  max-width:620px;
  padding:60px 54px;
}
.rh-home-hero__eyebrow{
  display:inline-block;
  margin-bottom:14px;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--pink);
}
.rh-home-hero__title{
  font-size:clamp(2.4rem,4.7vw,4.5rem);
  line-height:.95;
  margin-bottom:18px;
  color:var(--text);
  max-width:580px;
}
.rh-home-hero__sub{
  font-size:1rem;
  line-height:1.75;
  color:var(--text-mid);
  max-width:500px;
  margin-bottom:26px;
}
.rh-home-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

/* ─────────────────────────────────────────
   HOME DESTACADOS / MAGAZINE
───────────────────────────────────────── */
.rh-featured-editorial,
.rh-home-magazine{
  display:grid;
  grid-template-columns:1.35fr .85fr;
  gap:18px;
  align-items:stretch;
}
.rh-featured-editorial__main,
.rh-home-magazine__hero{min-height:100%;}
.rh-featured-editorial__side,
.rh-home-magazine__side{
  display:grid;
  gap:18px;
}
.rh-featured-editorial__thumb-main,
.rh-home-magazine__thumb-hero{aspect-ratio:16/9;}
.rh-featured-editorial__thumb-side,
.rh-home-magazine__thumb-side{aspect-ratio:16/10;}
.rh-featured-editorial__title-main,
.rh-home-magazine__title-hero{
  font-size:1.45rem;
  line-height:1.22;
}
.rh-featured-editorial__body-main,
.rh-home-magazine__body-hero{
  padding:22px 24px 24px;
}
.rh-home-magazine__bottom{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.rh-home-magazine__thumb-bottom{aspect-ratio:4/3;}

.rh-latest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.rh-latest-grid__item.is-featured{grid-column:span 2;}
.rh-latest-grid__item.is-featured .rh-card__thumb{aspect-ratio:16/8;}
.rh-latest-grid__item:not(.is-featured) .rh-card__thumb{aspect-ratio:4/3;}

/* ─────────────────────────────────────────
   AUTHORS
───────────────────────────────────────── */
.rh-authors{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px,1fr));
  gap:14px;
}
.rh-author-card{
  background:var(--surface);
  border-radius:var(--r-lg);
  padding:22px 18px;
  border:1px solid var(--border);
  display:flex;align-items:center;gap:14px;
  transition:box-shadow .25s;
}
.rh-author-card:hover{box-shadow:var(--shadow);}
.rh-author-card__avatar{
  width:48px;height:48px;border-radius:50%;
  background:var(--pink-btn);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-head);font-size:1.1rem;font-weight:700;
  color:#fff;flex-shrink:0;
  border:2px solid rgba(224,92,138,.15);
}
.rh-author-card__name{
  font-family:var(--font-head);font-size:.92rem;
  font-weight:700;color:var(--text);margin-bottom:2px;
}
.rh-author-card__role{font-size:.72rem;color:var(--text-soft);}
.rh-author-card__count{font-size:.68rem;color:var(--pink);margin-top:3px;}

/* ─────────────────────────────────────────
   APP CTA
───────────────────────────────────────── */
.rh-app{
  background:#1e1823;
  border-radius:var(--r-xl);
  margin:0 20px;
  padding:44px 36px;
  display:flex;align-items:center;justify-content:space-between;
  gap:28px;overflow:hidden;position:relative;
}
.rh-app::before{
  content:'';
  position:absolute;
  width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(224,92,138,.12) 0%,transparent 70%);
  top:-80px;right:80px;pointer-events:none;
}
.rh-app--home{margin:0;}
.rh-app__text{flex:1;position:relative;z-index:1;}
.rh-app__label{
  font-size:.62rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--pink-soft);
  margin-bottom:12px;display:flex;align-items:center;gap:7px;
}
.rh-app__label .dot{
  width:5px;height:5px;border-radius:50%;
  background:var(--pink-soft);
  animation:rh-pulse 2s infinite;
}
@keyframes rh-pulse{0%,100%{opacity:1}50%{opacity:.25}}
.rh-app__title{
  font-size:clamp(1.3rem,4vw,1.9rem);
  color:rgba(255,255,255,.9);
  line-height:1.25;
  margin-bottom:10px;
}
.rh-app__title em{font-style:italic;color:var(--pink-soft);}
.rh-app__sub{
  font-size:.82rem;color:rgba(255,255,255,.42);
  line-height:1.65;margin-bottom:24px;
}
.rh-app__btns{display:flex;gap:10px;flex-wrap:wrap;}
.rh-app__phones{
  flex-shrink:0;
  display:flex;align-items:flex-end;
  position:relative;z-index:1;
}
.rh-app__phone{
  width:90px;height:160px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-size:2rem;
}
.rh-app__phone:last-child{margin-left:-20px;margin-bottom:16px;}

/* ─────────────────────────────────────────
   ADS
───────────────────────────────────────── */
.rh-ad-zone{
  background:var(--surface2);
  border:1px dashed rgba(224,92,138,.2);
  border-radius:var(--r);
  padding:20px;
  text-align:center;
  color:var(--text-soft);
  font-size:.72rem;
  min-height:90px;
  display:flex;align-items:center;justify-content:center;
}

/* ─────────────────────────────────────────
   SINGLE POST
───────────────────────────────────────── */
.rh-single-hero{
  background:var(--pink-hero);
  padding:52px 20px 40px;
}
.rh-single-hero__cat{
  font-size:.62rem;font-weight:700;
  text-transform:uppercase;letter-spacing:.12em;
  color:var(--pink);margin-bottom:14px;display:block;
}
.rh-single-hero__title{
  font-size:clamp(1.6rem,5vw,2.4rem);
  line-height:1.2;margin-bottom:18px;
}
.rh-single-meta{
  display:flex;align-items:center;flex-wrap:wrap;gap:10px;
  font-size:.75rem;color:var(--text-soft);
}
.rh-single-meta__avatar{
  width:30px;height:30px;border-radius:50%;
  background:var(--pink-btn);
  display:flex;align-items:center;justify-content:center;
  font-size:.7rem;font-weight:700;color:#fff;flex-shrink:0;
}
.rh-single-meta a{color:var(--pink);font-weight:600;}
.rh-single-meta .sep{color:var(--border);}
.rh-single-thumb{
  width:100%;max-height:420px;
  object-fit:cover;display:block;
}
.rh-single-content{
  max-width:680px;margin:0 auto;
  padding:40px 20px 60px;
}
.rh-single-content p{font-size:.96rem;line-height:1.85;color:var(--text-mid);}
.rh-single-content h2{font-size:1.3rem;margin:36px 0 12px;}
.rh-single-content h3{font-size:1.1rem;margin:28px 0 10px;}
.rh-single-content blockquote{
  border-left:3px solid var(--pink-soft);
  background:var(--pink-pale);
  border-radius:0 var(--r) var(--r) 0;
  padding:18px 22px;margin:28px 0;
  font-style:italic;color:var(--text-mid);
}
.rh-single-content a{color:var(--pink);font-weight:500;}
.rh-single-content img{border-radius:var(--r);margin:24px 0;}
.rh-single-content ul,.rh-single-content ol{padding-left:1.4em;margin:14px 0;}
.rh-single-content li{margin-bottom:5px;color:var(--text-mid);}
.rh-single-content code{
  background:var(--surface2);
  border:1px solid var(--border);
  border-radius:5px;
  padding:1px 7px;
  font-size:.85em;
}
.rh-post-tags{
  display:flex;flex-wrap:wrap;gap:8px;
  margin-top:32px;padding-top:24px;border-top:1px solid var(--border);
}
.rh-post-tags a{
  font-size:.72rem;font-weight:600;padding:5px 13px;
  border-radius:100px;background:var(--pink-pale);
  color:var(--pink);border:1px solid rgba(224,92,138,.15);
}
.rh-author-bio{
  background:var(--pink-pale);
  border-radius:var(--r-lg);
  padding:24px;
  display:flex;gap:18px;align-items:flex-start;
  margin:36px 0;border:1px solid rgba(224,92,138,.1);
}
.rh-author-bio__avatar{
  width:56px;height:56px;border-radius:50%;flex-shrink:0;
  background:var(--pink-btn);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-head);font-size:1.3rem;font-weight:700;color:#fff;
}
.rh-author-bio__name{font-family:var(--font-head);font-size:1rem;font-weight:700;margin-bottom:4px;}
.rh-author-bio__role{font-size:.72rem;color:var(--pink);margin-bottom:8px;}
.rh-author-bio__desc{font-size:.8rem;color:var(--text-mid);line-height:1.6;}
.rh-related h3{font-size:1.2rem;margin-bottom:18px;}
.rh-related-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

/* ─────────────────────────────────────────
   PAGE TEMPLATE
───────────────────────────────────────── */
.rh-page-hero{
  background:linear-gradient(145deg,#fff7fa 0%, #fdeef4 100%);
  border-bottom:1px solid var(--border);
  padding:56px 0 42px;
}
.rh-page-hero__title{
  max-width:860px;
  margin:0 auto;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.08;
  color:var(--text);
}
.rh-page-content{
  max-width:860px;
  margin:0 auto;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--r-xl);
  padding:40px;
  box-shadow:var(--shadow);
}
.rh-page-content p{
  font-size:.96rem;
  line-height:1.85;
  color:var(--text-mid);
}
.rh-page-content h2{
  font-size:1.5rem;
  margin:28px 0 14px;
}
.rh-page-content h3{
  font-size:1.15rem;
  margin:22px 0 10px;
}

/* ─────────────────────────────────────────
   PAGINATION / ARCHIVE / WIDGETS
───────────────────────────────────────── */
.rh-pagination{
  display:flex;gap:8px;justify-content:center;
  padding:40px 0;flex-wrap:wrap;
}
.rh-pagination .page-numbers{
  width:36px;height:36px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:100px;font-size:.82rem;font-weight:600;
  color:var(--text-mid);background:var(--surface);
  border:1px solid var(--border);transition:all .2s;
}
.rh-pagination .page-numbers:hover,
.rh-pagination .page-numbers.current{
  background:var(--pink-btn);color:#fff;border-color:transparent;
}
.rh-archive-header{
  background:var(--pink-pale);
  padding:36px 20px 28px;
  border-bottom:1px solid var(--border);
}
.rh-archive-header h1{font-size:clamp(1.4rem,4vw,2rem);}
.rh-archive-header p{font-size:.85rem;color:var(--text-soft);margin-top:6px;}
.widget{
  background:var(--surface);
  border-radius:var(--r-lg);
  padding:22px;
  border:1px solid var(--border);
  margin-bottom:18px;
}
.widget-title{
  font-family:var(--font-head);
  font-size:.95rem;
  font-weight:700;
  margin-bottom:14px;
  padding-bottom:10px;
  border-bottom:1px solid var(--border);
}
.widget ul{list-style:none;}
.widget ul li{
  padding:7px 0;
  border-bottom:1px solid var(--border);
  font-size:.82rem;
}
.widget ul li:last-child{border-bottom:none;}
.widget ul li a{color:var(--text-mid);}
.widget ul li a:hover{color:var(--pink);}

/* ─────────────────────────────────────────
   FOOTER NUEVO
───────────────────────────────────────── */
.rh-footer{
  background:#17111b;
  padding:56px 0 0;
  margin-top:50px;
}
.rh-footer__grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr;
  gap:38px;
  padding-bottom:34px;
}
.rh-footer__logo{
  display:inline-flex;align-items:center;text-decoration:none;
  margin-bottom:14px;
}
.rh-footer__logo img{
  max-height:46px;
  width:auto;
  display:block;
}
.rh-footer__brand-name{
  font-family:var(--font-head);
  font-size:1.45rem;
  font-weight:700;
  color:rgba(255,255,255,.94);
}
.rh-footer__desc{
  max-width:320px;
  font-size:.84rem;
  line-height:1.75;
  color:rgba(255,255,255,.48);
  margin-bottom:18px;
}
.rh-footer__social{
  display:flex;align-items:center;gap:14px;
}
.rh-footer__social a{
  color:rgba(255,255,255,.42);
  display:inline-flex;align-items:center;justify-content:center;
}
.rh-footer__social a:hover{color:var(--pink-soft);}
.rh-footer__social svg{
  width:16px;height:16px;fill:currentColor;
}
.rh-footer__col h4{
  font-family:var(--font-body);
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(255,255,255,.28);
  margin-bottom:16px;
}
.rh-footer__col ul{list-style:none;margin:0;padding:0;}
.rh-footer__col li{margin-bottom:10px;}
.rh-footer__col a{
  font-size:.84rem;
  color:rgba(255,255,255,.50);
  text-decoration:none;
}
.rh-footer__col a:hover{color:var(--pink-soft);}
.rh-footer__bottom{
  border-top:1px solid rgba(255,255,255,.06);
  min-height:58px;
  display:flex;align-items:center;justify-content:space-between;
  gap:14px;flex-wrap:wrap;
  font-size:.72rem;
  color:rgba(255,255,255,.28);
}
.rh-footer__bottom a{
  color:rgba(255,255,255,.34);
  text-decoration:none;
}
.rh-footer__bottom a:hover{color:var(--pink-soft);}
.rh-footer__bottom .dot{
  margin:0 8px;
  color:rgba(255,255,255,.18);
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width:980px){
  .rh-home-hero__inner{min-height:430px;}
  .rh-featured-editorial,
  .rh-home-magazine{grid-template-columns:1fr;}
  .rh-home-magazine__bottom,
  .rh-latest-grid{grid-template-columns:repeat(2,1fr);}
  .rh-latest-grid__item.is-featured{grid-column:auto;}
  .rh-latest-grid__item.is-featured .rh-card__thumb{aspect-ratio:4/3;}
}

@media (max-width:900px){
  .rh-header__inner{min-height:68px;}
  .rh-header__tag{display:none;}
  .rh-menu{gap:16px;}
  .rh-menu > li > a{font-size:.84rem;}
  .rh-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
}

@media (max-width:700px){
  .rh-topbar__inner{justify-content:center;}
  .rh-topbar__social{display:none;}
  .rh-header__inner{
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    padding-top:14px;
    padding-bottom:14px;
    min-height:auto;
  }
  .rh-header__nav{
    width:100%;
    margin-left:0;
  }
  .rh-menu{
    width:100%;
    gap:14px;
    flex-wrap:wrap;
  }
}

@media (max-width:640px){
  .section{padding:40px 0;}

  .rh-home-hero__inner{
    min-height:360px;
    border-radius:22px;
    background-position:center;
  }
  .rh-home-hero__overlay{
    background:linear-gradient(180deg,
      rgba(253,248,245,.9) 0%,
      rgba(253,248,245,.74) 48%,
      rgba(253,248,245,.32) 100%);
  }
  .rh-home-hero__content{
    padding:30px 22px;
    max-width:100%;
  }
  .rh-home-hero__title{
    font-size:2.2rem;
    line-height:1;
  }
  .rh-home-hero__sub{font-size:.92rem;}

  .rh-grid,
  .rh-home-magazine__bottom,
  .rh-latest-grid,
  .rh-related-grid{grid-template-columns:1fr;}

  .rh-home-magazine__title-hero{font-size:1.2rem;}

  .rh-app{
    margin:0 12px;
    flex-direction:column;
    text-align:center;
    padding:36px 24px;
  }
  .rh-app__label{justify-content:center;}
  .rh-app__btns{justify-content:center;}
  .rh-app__phones{display:none;}

  .rh-page-content{padding:26px 22px;}

  .rh-footer{padding-top:42px;}
  .rh-footer__grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .rh-footer__bottom{
    padding:14px 0;
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width:480px){
  .rh-related-grid{grid-template-columns:1fr;}
}

.rh-latest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

@media (max-width: 640px){
  .rh-latest-grid{
    grid-template-columns:1fr;
  }
}


/* =========================
   EMBED MODE
========================= */

body.rh-embed-mode{
  background:#ffffff;
  margin:0;
  padding:0;
}

body.rh-embed-mode .site-main{
  background:#ffffff;
}

body.rh-embed-mode .rh-single-content{
  max-width:760px;
  margin:0 auto;
  padding:40px 24px 48px;
}

body.rh-embed-mode .rh-single-thumb{
  width:100%;
  border-radius:20px;
  margin-bottom:24px;
  object-fit:cover;
}

body.rh-embed-mode .entry-content{
  font-size:1rem;
  line-height:1.85;
  color:var(--text-mid);
}

body.rh-embed-mode .entry-content h2{
  font-size:1.5rem;
  margin:32px 0 14px;
}

body.rh-embed-mode .entry-content h3{
  font-size:1.15rem;
  margin:24px 0 10px;
}

body.rh-embed-mode .entry-content p{
  margin-bottom:1.2em;
}

body.rh-embed-mode .entry-content img{
  border-radius:16px;
  margin:24px 0;
}

body.rh-embed-mode .entry-content blockquote{
  border-left:3px solid var(--pink-soft);
  background:var(--pink-pale);
  padding:18px 22px;
  border-radius:0 14px 14px 0;
  margin:28px 0;
}

body.rh-embed-mode .rh-single-meta{
  font-size:.8rem;
  color:var(--text-soft);
}

body.rh-embed-mode .rh-single-hero__title{
  font-size:clamp(1.8rem,4vw,2.8rem);
  line-height:1.1;
  margin-bottom:16px;
}

@media (max-width:640px){
  body.rh-embed-mode .rh-single-content{
    padding:28px 18px 36px;
  }

  body.rh-embed-mode .rh-single-hero__title{
    font-size:2rem;
  }
}