:root{--hr-white: #ffffff;--hr-offwhite: #f9f1e9;--hr-cream: #fdf6ee;--hr-black: #2a1a0b;--hr-text-primary: #2a1a0b;--hr-text-secondary: #5a4a3a;--hr-text-muted: #8a7a6a;--hr-accent: #ed8d1c;--hr-accent-bright: #eeb254;--hr-accent-hover: #d4872a;--hr-accent-light: #fef6ea;--hr-gold: #c9a96e;--hr-gradient: linear-gradient(135deg, #ed8d1c 0%, #eeb254 50%, #f5c46a 100%);--hr-border: #e8ddd0;--hr-bg-light: #f5ece2;--hr-bg-card: #ffffff;--hr-radius-sm: 10px;--hr-radius-md: 18px;--hr-radius-lg: 28px;--hr-font-primary: var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);--hr-font-reading: var(--font-body-family, "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);--hr-max-width: 1392px;--hr-content-width: 820px;--hr-transition: .3s cubic-bezier(.4, 0, .2, 1)}.hr-blog *,.hr-blog *:before,.hr-blog *:after,.hr-article *,.hr-article *:before,.hr-article *:after{box-sizing:border-box}.hr-promo-banner{background:var(--hr-accent);padding:10px 20px;text-align:center;font-family:var(--hr-font-primary)}.hr-promo-banner__inner{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;max-width:var(--hr-max-width);margin:0 auto}.hr-promo-banner__text{color:var(--hr-white);font-size:14px;font-weight:500;letter-spacing:.02em}.hr-promo-banner__cta{display:inline-block;background:var(--hr-white);color:var(--hr-accent);padding:6px 20px;border-radius:100px;font-size:13px;font-weight:600;text-decoration:none;transition:opacity var(--hr-transition)}.hr-promo-banner__cta:hover{opacity:.85}.hr-blog-header{font-family:var(--hr-font-primary);max-width:1120px;margin:0 auto;padding:64px 24px 20px;text-align:center}.hr-blog-header__title{font-size:clamp(2.6rem,5.5vw,4.5rem);font-weight:700;color:var(--hr-text-primary);letter-spacing:-.03em;line-height:1;margin:0 0 18px;text-transform:none;max-width:none}.hr-blog-header__title em{font-style:normal;background:var(--hr-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hr-blog-header__subtitle{font-size:clamp(1rem,.5vw + .9rem,1.2rem);color:var(--hr-text-secondary);line-height:1.6;margin:0 auto 24px;max-width:600px}.hr-category-nav{font-family:var(--hr-font-primary);max-width:var(--hr-max-width);margin:0 auto;padding:0 24px}.hr-category-nav__list{display:flex;align-items:center;justify-content:center;gap:10px;list-style:none;margin:0;padding:0 0 12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.hr-category-nav__list::-webkit-scrollbar{display:none}.hr-category-nav__item{flex-shrink:0}.hr-category-nav__link{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:500;color:var(--hr-text-secondary);text-decoration:none;border:1.5px solid var(--hr-border);border-radius:999px;background:var(--hr-white);transition:color var(--hr-transition),background var(--hr-transition),border-color var(--hr-transition),box-shadow var(--hr-transition);white-space:nowrap}.hr-category-nav__link:hover{color:var(--hr-accent);border-color:var(--hr-accent);background:var(--hr-accent-light);box-shadow:0 2px 8px #ed8d1c1f}.hr-category-nav__link--active{color:var(--hr-white);background:var(--hr-accent);border-color:var(--hr-accent);box-shadow:0 4px 12px #ed8d1c40}.hr-category-nav__link--all{font-weight:600}.hr-category-nav__link--research{background:linear-gradient(135deg,#ed8d1c,#eeb254);color:#fff;border-color:#ed8d1c;font-weight:600;letter-spacing:.01em}.hr-category-nav__link--research:hover{background:linear-gradient(135deg,#d4872a,#ed8d1c);color:#fff;border-color:#d4872a;box-shadow:0 4px 16px #ed8d1c4d}.hr-featured{font-family:var(--hr-font-primary);max-width:var(--hr-max-width);margin:0 auto;padding:48px 24px}.hr-featured__inner{display:grid;grid-template-columns:1fr;gap:32px;align-items:stretch}@media(min-width:768px){.hr-featured__inner{grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:24px}}.hr-featured__lead{background:var(--hr-offwhite);border-radius:var(--hr-radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr;border:1px solid var(--hr-border);transition:box-shadow var(--hr-transition)}.hr-featured__lead:hover{box-shadow:0 16px 48px #ed8d1c1a}@media(min-width:1024px){.hr-featured__lead{grid-template-columns:1.1fr 1fr}}.hr-featured__image-wrap{position:relative;overflow:hidden;aspect-ratio:4/3}.hr-featured__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hr-featured__inner:hover .hr-featured__image-wrap img{transform:scale(1.03)}.hr-featured__content{display:flex;flex-direction:column;gap:16px;padding:32px}@media(min-width:768px){.hr-featured__content{padding:40px}}.hr-featured__tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hr-accent);background:var(--hr-accent-light);padding:5px 14px;border-radius:100px;width:fit-content}.hr-featured__title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;color:var(--hr-text-primary);letter-spacing:-.02em;line-height:1.1;margin:0}.hr-featured__title a{color:inherit;text-decoration:none}.hr-featured__title a:hover{color:var(--hr-accent)}.hr-featured__excerpt{font-size:1.16rem;color:var(--hr-text-secondary);line-height:1.72;margin:0}.hr-featured__meta{display:flex;align-items:center;gap:12px;font-size:15px;color:var(--hr-text-muted)}.hr-featured__author{font-weight:500;color:var(--hr-text-primary)}.hr-featured__date{color:var(--hr-text-muted)}.hr-featured__read-more{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--hr-white);background:var(--hr-accent-bright);padding:12px 28px;border-radius:100px;text-decoration:none;width:fit-content;transition:background var(--hr-transition),gap var(--hr-transition)}.hr-featured__read-more:hover{background:var(--hr-accent-hover);gap:12px}.hr-featured__read-more svg{width:16px;height:16px}.hr-featured__rail{display:grid;grid-template-columns:1fr;gap:16px}.hr-compact-card{display:grid;grid-template-columns:112px 1fr;gap:14px;align-items:center;border:1px solid var(--hr-border);border-radius:14px;background:var(--hr-white);padding:10px;transition:transform var(--hr-transition),box-shadow var(--hr-transition),border-color var(--hr-transition)}.hr-compact-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ed8d1c1a;border-color:var(--hr-accent-bright)}.hr-compact-card__image{display:block;width:112px;aspect-ratio:1 / 1;border-radius:10px;overflow:hidden;background:var(--hr-bg-light)}.hr-compact-card__image img{width:100%;height:100%;object-fit:cover}.hr-compact-card__body{min-width:0;display:grid;gap:6px}.hr-compact-card__tag{font-size:10px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--hr-accent)}.hr-compact-card__title{margin:0;font-size:1.12rem;line-height:1.28;letter-spacing:-.01em}.hr-compact-card__title a{color:var(--hr-text-primary);text-decoration:none}.hr-compact-card__title a:hover{color:var(--hr-accent)}.hr-compact-card__meta{font-size:13px;color:var(--hr-text-muted)}.hr-articles{font-family:var(--hr-font-primary);max-width:var(--hr-max-width);margin:0 auto;padding:0 24px 64px}.hr-topic-rows{font-family:var(--hr-font-primary);max-width:var(--hr-max-width);margin:0 auto;padding:0 24px 24px;display:grid;gap:38px}.hr-topic-row{background:var(--hr-cream);border-radius:var(--hr-radius-lg);padding:28px;border:1px solid var(--hr-border)}.hr-topic-row__header{margin-bottom:16px}.hr-topic-row__title{margin:0;font-size:clamp(1.3rem,1.6vw,1.6rem);letter-spacing:-.02em;color:var(--hr-text-primary);font-weight:700}.hr-topic-row__title:before{content:"";display:inline-block;width:4px;height:1em;background:var(--hr-gradient);border-radius:4px;margin-right:10px;vertical-align:-.1em}.hr-topic-row__grid{--hr-topic-cols: 4;display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:680px){.hr-topic-row__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.hr-topic-row__grid{grid-template-columns:repeat(var(--hr-topic-cols),minmax(0,1fr))}}.hr-topic-card{border-radius:14px;background:var(--hr-white);border:1px solid var(--hr-border);overflow:hidden;display:flex;flex-direction:column;min-width:0;transition:transform var(--hr-transition),box-shadow var(--hr-transition)}.hr-topic-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #ed8d1c1a}.hr-topic-card:hover .hr-topic-card__image img{transform:scale(1.05)}.hr-topic-card__image{display:block;background:var(--hr-bg-light);aspect-ratio:4 / 3;overflow:hidden}.hr-topic-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hr-topic-card__body{padding:12px 12px 14px}.hr-topic-card__title{margin:0;font-size:1.08rem;line-height:1.34;letter-spacing:-.01em}.hr-topic-card__title a{color:var(--hr-text-primary);text-decoration:none}.hr-topic-card__title a:hover{color:var(--hr-accent)}.hr-topic-card__meta{margin:8px 0 0;font-size:13px;color:var(--hr-text-muted)}.hr-articles__heading{font-size:1.4rem;font-weight:700;color:var(--hr-text-primary);margin:0 0 32px;text-transform:uppercase;letter-spacing:.06em}.hr-articles__heading:before{content:"";display:inline-block;width:4px;height:1em;background:var(--hr-gradient);border-radius:4px;margin-right:10px;vertical-align:-.1em}.hr-articles__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:640px){.hr-articles__grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media(min-width:1024px){.hr-articles__grid{grid-template-columns:repeat(3,1fr);gap:32px}}.hr-card{display:flex;flex-direction:column;border-radius:var(--hr-radius-md);overflow:hidden;background:var(--hr-bg-card);border:1px solid var(--hr-border);transition:transform var(--hr-transition),box-shadow var(--hr-transition)}.hr-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #ed8d1c1f;border-color:var(--hr-accent-bright)}.hr-card__image-wrap{position:relative;aspect-ratio:16/10;overflow:hidden;background:var(--hr-bg-light)}.hr-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.hr-card:hover .hr-card__image-wrap img{transform:scale(1.05)}.hr-card__body{display:flex;flex-direction:column;gap:10px;padding:20px}.hr-card__tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hr-accent);width:fit-content}.hr-card__title{font-size:1.28rem;font-weight:700;color:var(--hr-text-primary);letter-spacing:-.01em;line-height:1.27;margin:0}.hr-card__title a{color:inherit;text-decoration:none}.hr-card__title a:hover{color:var(--hr-accent)}.hr-card__excerpt{font-size:16px;color:var(--hr-text-secondary);line-height:1.65;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hr-card__meta{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--hr-text-muted);margin-top:4px}.hr-card__author{font-weight:500;color:var(--hr-text-primary)}.hr-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.hr-card__tags span{font-size:11px;font-weight:500;color:var(--hr-text-secondary);background:var(--hr-bg-light);padding:3px 10px;border-radius:100px;transition:background var(--hr-transition),color var(--hr-transition)}.hr-card__tags span:hover{background:var(--hr-accent-light);color:var(--hr-accent)}.hr-pagination{font-family:var(--hr-font-primary);display:flex;justify-content:center;align-items:center;gap:8px;padding:48px 24px 80px}.hr-pagination a,.hr-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;font-weight:500;color:var(--hr-text-secondary);text-decoration:none;border-radius:var(--hr-radius-sm);transition:background var(--hr-transition),color var(--hr-transition)}.hr-pagination a:hover{background:var(--hr-bg-light);color:var(--hr-text-primary)}.hr-pagination .hr-pagination--current{background:var(--hr-accent);color:var(--hr-white);font-weight:600}.hr-pagination__arrow{font-size:18px}.hr-see-all{font-family:var(--hr-font-primary);text-align:center;padding:0 24px 64px}.hr-see-all a{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--hr-accent);text-decoration:none;padding:12px 32px;border:2px solid var(--hr-accent);border-radius:100px;transition:background var(--hr-transition),color var(--hr-transition)}.hr-see-all a:hover{background:var(--hr-accent);color:var(--hr-white)}.hr-article{font-family:var(--hr-font-primary);background:var(--hr-white)}.hr-article__hero-shell{background:transparent;border-radius:0;margin-bottom:0}.hr-article__breadcrumbs{max-width:1180px;margin:0 auto;padding:22px 24px 0;display:flex;align-items:center;gap:8px;font-size:13px;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.hr-article__breadcrumbs a{color:var(--hr-text-muted);text-decoration:none;transition:color var(--hr-transition)}.hr-article__breadcrumbs a:hover{color:var(--hr-accent)}.hr-article__breadcrumbs span{color:var(--hr-text-muted)}.hr-article__breadcrumbs .hr-article__breadcrumbs-current{color:var(--hr-text-primary);font-weight:600}.hr-article__header{max-width:1180px;margin:0 auto;padding:26px 24px 20px}.hr-article__title-media{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}@media(min-width:980px){.hr-article__title-media{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:28px}}.hr-article__category{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--hr-accent);background:var(--hr-accent-light);padding:5px 14px;border-radius:100px;margin-bottom:20px;text-decoration:none;transition:background var(--hr-transition)}.hr-article__category:hover{background:var(--hr-accent);color:var(--hr-white)}.hr-article__title{font-size:clamp(2.3rem,4.4vw,3.6rem);font-weight:700;color:var(--hr-text-primary);letter-spacing:-.03em;line-height:1.02;margin:0 0 14px;max-width:14ch}.hr-article__dek{margin:0 0 14px;color:var(--hr-text-secondary);font-size:clamp(17px,.45vw + 15px,21px);line-height:1.58;max-width:48ch}.hr-article__author-block{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid #ece3d8;border-radius:14px;background:linear-gradient(180deg,#fffdfb,#f9f4ee);width:fit-content;min-width:min(100%,520px)}.hr-article__author-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--hr-bg-light)}.hr-article__author-avatar img{width:100%;height:100%;object-fit:cover}.hr-article__author-info{display:flex;flex-direction:column;gap:2px;font-size:14px}.hr-article__author-name{font-weight:600;color:var(--hr-text-primary)}.hr-article__author-role{color:var(--hr-text-secondary);font-size:13px}.hr-article__dates{margin-left:auto;display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--hr-text-secondary);text-align:right}.hr-article__inline-image{margin-top:2px;max-width:460px;justify-self:end;width:100%}.hr-article__inline-image img{width:100%;aspect-ratio:16 / 9;max-height:280px;object-fit:cover;border-radius:18px;display:block;box-shadow:0 10px 24px #111a1c1f;border:1px solid rgba(17,26,28,.08)}@media(max-width:979px){.hr-article__title-media{grid-template-columns:1fr;gap:16px}.hr-article__inline-image{max-width:min(100%,420px);justify-self:start}.hr-article__inline-image img{max-height:240px}}@media(max-width:639px){.hr-article__inline-image{max-width:100%}.hr-article__inline-image img{border-radius:16px;aspect-ratio:16 / 10;max-height:220px}}.hr-article__chapter-nav{display:none;margin-top:14px;padding:14px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#ffffff1a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-x:auto}.hr-article__chapter-nav::-webkit-scrollbar{display:none}.hr-article__chapter-list{display:flex;gap:8px;list-style:none;margin:0;padding:0;width:max-content}.hr-article__chapter-list a{display:inline-flex;align-items:center;padding:9px 16px;border-radius:999px;font-size:14px;font-weight:600;line-height:1.2;color:#fff4e8;text-decoration:none;white-space:nowrap;transition:background var(--hr-transition),color var(--hr-transition)}.hr-article__chapter-list a:hover,.hr-article__chapter-list a.is-active{background:#1f1208;color:#fff}.hr-article__hero-image{max-width:1100px;margin:28px auto 40px;padding:0 24px}.hr-article__hero-image img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--hr-radius-lg);display:block}.hr-article__reading-layout{max-width:980px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,1fr);gap:22px}@media(min-width:1120px){.hr-article__reading-layout{max-width:980px;grid-template-columns:minmax(0,1fr);justify-content:stretch;align-items:start;gap:22px}.hr-article__reading-layout:has(.hr-article__guide-card:not([hidden])){max-width:1200px;grid-template-columns:minmax(0,1fr) 280px;gap:28px}.hr-article__guide-card:not([hidden]){display:block}}.hr-article__reading-main{min-width:0;display:grid;gap:18px}.hr-article__guide-card{display:none;position:sticky;top:90px;align-self:start;border:1px solid rgba(187,107,35,.18);border-radius:22px;background:linear-gradient(155deg,#ffffffeb,#f8f3e9eb);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 24px 56px #111a1c1f;padding:22px 18px 18px;max-height:calc(100vh - 120px);overflow-y:auto}.hr-article__guide-title{margin:0 0 14px;font-size:1.02rem;letter-spacing:.08em;text-transform:uppercase;color:var(--hr-text-secondary)}.hr-article__guide-list{list-style:none;padding:0 0 0 6px;margin:0 0 14px;display:grid;gap:8px;position:relative}.hr-article__guide-list:before{content:"";position:absolute;left:13px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#bb6b238c,#bb6b2314)}.hr-article__guide-list a{display:flex;align-items:flex-start;gap:10px;text-decoration:none;color:#2f3838;font-size:1.05rem;line-height:1.45;border-left:2px solid transparent;padding:6px 0 6px 12px;transition:color var(--hr-transition),border-color var(--hr-transition),transform var(--hr-transition)}.hr-article__guide-list a:before{content:attr(data-step);display:inline-flex;align-items:center;justify-content:center;flex:0 0 20px;width:22px;height:22px;margin-top:1px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;background:linear-gradient(180deg,#313b3d,#0e1112);box-shadow:0 4px 10px #111a1c33;z-index:1;position:relative}.hr-article__guide-text{display:block;flex:1 1 auto;min-width:0}.hr-article__guide-list a:hover,.hr-article__guide-list a.is-active{color:var(--hr-text-primary);border-left-color:var(--hr-accent);transform:translate(3px)}.hr-article__guide-list a.is-active:before{background:linear-gradient(180deg,#ff9a4d,#bb6b23)}.hr-article__media-rail{border-top:1px solid rgba(51,51,51,.12);padding-top:14px;display:grid;gap:12px}.hr-article__media-rail-title{margin:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--hr-text-secondary)}.hr-article__media-card{background:#fff;border:1px solid #e9e6e0;border-radius:12px;overflow:hidden}.hr-article__media-image{display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--hr-bg-light)}.hr-article__media-image img{width:100%;height:100%;object-fit:cover}.hr-article__media-card-title{margin:0;padding:10px 10px 12px;font-size:.98rem;line-height:1.4}.hr-article__media-card-title a{color:var(--hr-text-primary);text-decoration:none}.hr-article__media-card-title a:hover{color:var(--hr-accent)}.hr-article__content{max-width:100%;margin:0;padding:clamp(22px,2.1vw,34px) clamp(20px,2.2vw,40px) 36px;font-family:var(--hr-font-reading);font-size:clamp(17px,.42vw + 15px,21px);color:#2b241d;line-height:1.76;letter-spacing:.005em;background:linear-gradient(180deg,#fff,#fcfaf7);border:1px solid #ebe4dc;border-radius:24px;box-shadow:0 18px 38px #111a1c0f}.hr-article__content h2{font-size:clamp(1.55rem,1.8vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.16;margin:42px 0 14px;color:var(--hr-text-primary)}.hr-article__content h2+p{margin-top:0}.hr-article__content h3{font-size:clamp(1.28rem,1.25vw,1.55rem);font-weight:700;letter-spacing:-.02em;line-height:1.3;margin:24px 0 10px;color:var(--hr-text-primary)}.hr-article__content h4{font-size:1.2rem;font-weight:600;line-height:1.4;margin:32px 0 10px;color:var(--hr-text-primary)}.hr-article__content p{margin:0 0 1.15em;max-width:100%}.hr-article__content a{color:var(--hr-accent-bright);text-decoration:underline;text-underline-offset:2px;transition:color var(--hr-transition)}.hr-article__content a:hover{color:var(--hr-accent-hover)}.hr-article__content img{max-width:100%;border-radius:var(--hr-radius-md);margin:28px auto;display:block;box-shadow:0 8px 20px #111a1c14}.hr-article__content ul,.hr-article__content ol{padding-left:26px;margin:0 0 1.2em;max-width:100%}.hr-article__content li{margin-bottom:10px}.hr-article__content ul li::marker,.hr-article__content ol li::marker{color:#9a5e2f;font-weight:600}.hr-article__content blockquote{margin:44px 0;padding:28px 30px;border-left:4px solid var(--hr-accent);background:linear-gradient(180deg,#fff8f2,#fff4e8);border-radius:0 var(--hr-radius-sm) var(--hr-radius-sm) 0;font-style:italic;color:#5b4a39;max-width:66ch}.hr-article__content blockquote p:last-child{margin-bottom:0}.hr-article__content table{width:100%;border-collapse:collapse;margin:32px 0}.hr-article__content th,.hr-article__content td{padding:12px 16px;border-bottom:1px solid var(--hr-border);text-align:left;font-size:15px}.hr-article__content th{font-weight:600;color:var(--hr-text-primary);background:var(--hr-bg-light)}.hr-article__tags{max-width:100%;margin:0 auto;padding:0 10px 34px;display:flex;flex-wrap:wrap;gap:8px}.hr-article__tags a{display:inline-block;font-size:13px;font-weight:500;color:var(--hr-text-secondary);background:var(--hr-bg-light);padding:6px 16px;border-radius:100px;text-decoration:none;transition:background var(--hr-transition),color var(--hr-transition)}.hr-article__tags a:hover{background:var(--hr-accent-light);color:var(--hr-accent)}.hr-related{font-family:var(--hr-font-primary);max-width:var(--hr-max-width);margin:0 auto;padding:64px 24px;border-top:1px solid var(--hr-border)}.hr-related__heading{font-size:1.5rem;font-weight:700;color:var(--hr-text-primary);letter-spacing:-.02em;margin:0 0 32px;text-transform:uppercase}.hr-related__grid{display:grid;grid-template-columns:1fr;gap:28px}@media(min-width:640px){.hr-related__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hr-related__grid{grid-template-columns:repeat(3,1fr)}}.hr-article__content [style*=font-family],.hr-article__content [style*=font-size],.hr-article__content [style*=color],.hr-article__content [style*=background-color],.hr-article__content [style*=line-height],.hr-article__content [style*="font:"]{font-family:inherit!important;font-size:inherit!important;color:inherit!important;background-color:transparent!important;line-height:inherit!important}.hr-article__content :where(p,li,span,strong,em,b,i){font-family:var(--hr-font-reading)!important}.hr-article__content :where(p,li){font-size:1em!important;line-height:inherit!important;color:#2b241d!important}.hr-article__content :where(div,p,span,li,ul,ol,a,strong,em,b,i){font-size:inherit!important}.hr-article__content p,.hr-article__content li{font-size:1em!important}.hr-article__content h1{display:none!important}.hr-article__content :where(h2,h3,h4,h5,h6){color:var(--hr-text-primary)!important}.hr-article__content span:not([class]){font-family:inherit;font-size:inherit;color:inherit}.hr-article__content div:not([class]){margin-bottom:1.3em}.hr-article__content meta{display:none}.hr-article__content div>img:only-child{margin:40px auto}.hr-article__content p:empty{display:none}.hr-article__content span>a{color:var(--hr-accent-bright);text-decoration:underline}.hr-article__content iframe{max-width:100%;border-radius:var(--hr-radius-md);margin:40px auto;aspect-ratio:16/9;width:100%;border:none;display:block}.hr-article__content .float-left,.hr-article__content img[style*="float: left"],.hr-article__content img[style*="float:left"],.hr-article__content .float-right,.hr-article__content img[style*="float: right"],.hr-article__content img[style*="float:right"]{float:none!important;display:block;margin:40px auto;max-width:100%}.hr-article__content a[style*=background]{display:inline-block;border-radius:100px;transition:opacity var(--hr-transition)}.hr-article__content a[style*=background]:hover{opacity:.85}.hr-article__content h2:first-child,.hr-article__content h3:first-child{margin-top:0}.hr-article__content hr{border:none;height:1px;background:var(--hr-border);margin:48px 0}.hr-article__content dl{margin:0 0 24px}.hr-article__content dt{font-weight:700;margin-top:16px}.hr-article__content dd{margin-left:0;padding-left:20px;color:var(--hr-text-secondary)}.hr-article__content figure{margin:28px auto;max-width:100%}.hr-article__content figure img{margin:0}.hr-article__content figcaption{font-size:.84rem;color:var(--hr-text-muted);text-align:center;margin-top:10px;line-height:1.5}.hr-article__content blockquote blockquote{border-left:none;padding:0;margin:12px 0 0;background:none}.hr-article__content pre{background:var(--hr-bg-light);padding:20px;border-radius:var(--hr-radius-sm);overflow-x:auto;margin:24px 0;font-size:14px;line-height:1.6}.hr-article__content code{font-family:SF Mono,Fira Code,monospace;font-size:.9em;background:var(--hr-bg-light);padding:2px 6px;border-radius:4px}.hr-article__content pre code{background:none;padding:0}.hr-article__header--simple{max-width:1080px}.hr-article__title-pane{max-width:62ch}.hr-article__hero-featured{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(17,26,28,.08);box-shadow:0 16px 34px #111a1c24}.hr-article__hero-media{aspect-ratio:21 / 9;min-height:280px;background:#d9c9b3}.hr-article__hero-media img{width:100%;height:100%;object-fit:cover;display:block}.hr-article__hero-overlay{position:absolute;inset:auto 0 0 0;padding:clamp(18px,2.2vw,30px);background:linear-gradient(180deg,#0000000f,#000000c7)}.hr-article__category--overlay{margin-bottom:10px;color:#2a170b;background:#fff2e0f0}.hr-article__title--overlay{margin:0 0 12px;max-width:14ch;color:#fffefb;font-size:clamp(2.35rem,4.4vw,3.9rem);line-height:.96;letter-spacing:-.035em;text-shadow:0 10px 24px rgba(0,0,0,.36)}.hr-article__hero-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;line-height:1.35;color:#fff8f0eb}.hr-article__hero-author{font-weight:600;color:#fff}.hr-article__hero-dot{opacity:.7}.hr-article__reading-layout{max-width:1200px;gap:12px}.hr-article__reading-main{gap:10px}.hr-article__content{text-wrap:pretty;padding:clamp(16px,1.6vw,24px) clamp(18px,1.9vw,32px) 24px;font-size:clamp(15.5px,.24vw + 14px,18px);line-height:1.64;border-radius:18px;background:linear-gradient(180deg,#fffaf3f0,#fff5e8e6),linear-gradient(135deg,#ffaa3314,#ff7f330d,#bb6b2312);border:1px solid rgba(187,107,35,.16);box-shadow:0 14px 32px #1c140e14,inset 0 1px #ffffffa6}.hr-article__content>:where(h2,h3,h4,p,ul,ol,blockquote,table,pre,hr,dl,figure),.hr-article__intro-block>:where(h2,h3,h4,p,ul,ol,blockquote,table,pre,hr,dl,figure),.hr-article__section-block>:where(h2,h3,h4,p,ul,ol,blockquote,table,pre,hr,dl,figure){max-width:72ch;margin-left:auto;margin-right:auto}.hr-article__content>:where(h2,h3,h4),.hr-article__intro-block>:where(h2,h3,h4),.hr-article__section-block>:where(h2,h3,h4){max-width:32ch}.hr-article__intro-block{max-width:100%;padding-bottom:8px}.hr-article__section-block{max-width:100%;padding:8px 0 0}.hr-article__section-block+.hr-article__section-block{border-top:1px solid #e8dfd5;margin-top:8px;padding-top:14px}.hr-article__content>h2,.hr-article__section-block>h2{font-size:clamp(1.7rem,2vw,2.2rem);font-weight:700;letter-spacing:-.024em;line-height:1.12;margin-top:24px;margin-bottom:10px;color:#22180f}.hr-article__content>h3,.hr-article__section-block>h3{font-size:clamp(1.28rem,1.35vw,1.6rem);font-weight:650;letter-spacing:-.015em;line-height:1.2;margin-top:16px;margin-bottom:8px;color:#2b1e12}.hr-article__content>h4,.hr-article__section-block>h4{font-size:clamp(1.08rem,1.05vw,1.25rem);font-weight:640;line-height:1.28;margin-top:12px;margin-bottom:6px;color:#362618}.hr-article__content>p,.hr-article__intro-block>p,.hr-article__section-block>p{font-size:1em;color:#2f2418}.hr-article__content>p strong,.hr-article__section-block>p strong,.hr-article__content li strong{color:#1f150d}.hr-article__content ul,.hr-article__content ol{padding-left:1.3em}.hr-article__content li{margin-bottom:.45em}.hr-article__content-media{width:100%;margin:30px auto 34px!important;border-radius:18px;overflow:hidden;background:#f2eee8;border:1px solid #e6ddd3;box-shadow:0 12px 28px #111a1c1a}.hr-article__content-media.has-caption{aspect-ratio:auto!important;overflow:visible}.hr-article__content-media.is-landscape{max-width:640px;aspect-ratio:16 / 9}.hr-article__content-media.is-square{max-width:500px;aspect-ratio:1 / 1}.hr-article__content-media.is-portrait{max-width:380px;aspect-ratio:4 / 5}.hr-article__content .hr-article__content-media img,.hr-article__content figure.hr-article__content-media img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;margin:0!important;border-radius:0;box-shadow:none;display:block}.hr-article__content .hr-article__content-media.has-caption img{height:auto!important}.hr-article__content .hr-article__content-media figcaption{margin:0;padding:10px 14px 12px;font-size:12px;line-height:1.45;text-align:center;color:#6d6051;background:linear-gradient(180deg,#fff,#f8f2ea)}@media(max-width:639px){.hr-article__hero-featured{border-radius:16px}.hr-article__hero-media{aspect-ratio:16 / 10;min-height:210px}.hr-article__hero-overlay{padding:12px}.hr-article__title--overlay{font-size:clamp(1.7rem,7vw,2.45rem);margin-bottom:8px;max-width:100%}.hr-article__hero-meta{font-size:11px;gap:6px}.hr-blog-header{padding:32px 16px 0}.hr-blog-header__title{max-width:100%;line-height:.96}.hr-category-nav{padding:0 16px}.hr-featured{padding:32px 16px}.hr-featured__rail{gap:12px}.hr-compact-card{grid-template-columns:88px 1fr;gap:10px;padding:8px}.hr-compact-card__image{width:88px}.hr-featured__content{padding:24px 20px 28px}.hr-articles{padding:0 16px 48px}.hr-topic-rows{padding:0 16px 16px;gap:24px}.hr-topic-row{padding:14px;border-radius:14px}.hr-article__breadcrumbs,.hr-article__header,.hr-article__content,.hr-article__tags,.hr-article__reading-layout{padding-left:16px;padding-right:16px}.hr-article__hero-shell{border-radius:0}.hr-article__chapter-nav{padding:10px}.hr-article__chapter-list a{font-size:11px;padding:7px 12px}.hr-article__content{font-size:15px;line-height:1.58;letter-spacing:0;border-radius:12px;padding:12px 12px 18px}.hr-article__content>:where(h2,h3,h4,p,ul,ol,blockquote,table,pre,hr,dl,figure){max-width:100%}.hr-article__intro-block>:where(h2,h3,h4,p,ul,ol,blockquote,table,pre,hr,dl,figure),.hr-article__section-block>:where(h2,h3,h4,p,ul,ol,blockquote,table,pre,hr,dl,figure){max-width:100%}.hr-article__guide-card{display:none}.hr-article__content img,.hr-article__content figure{margin:42px auto;box-shadow:none}.hr-article__content h2{margin-top:42px}.hr-article__content h3{margin-top:36px}.hr-article__content-media,.hr-article__content-media.is-landscape,.hr-article__content-media.is-square,.hr-article__content-media.is-portrait{max-width:100%}.hr-article__author-block{flex-wrap:wrap}.hr-article__dates{margin-left:0;margin-top:8px;text-align:left;width:100%;padding-left:64px}}.hr-product-cta{display:grid;grid-template-columns:100px 1fr;gap:16px;align-items:center;margin:24px auto;max-width:72ch;padding:16px 20px;border-radius:20px;border:1px solid rgba(187,107,35,.18);background:linear-gradient(180deg,#fff,#fcfaf7);box-shadow:0 12px 28px #111a1c0f;text-decoration:none;color:inherit;transition:box-shadow .3s ease,transform .3s ease}.hr-product-cta:hover{box-shadow:0 16px 36px #8654281f;transform:translateY(-2px);color:inherit;text-decoration:none}.hr-product-cta__image{width:100px;height:100px;border-radius:14px;object-fit:cover;background:#fdf7ef;border:1px solid rgba(187,107,35,.1)}.hr-product-cta__body{display:flex;flex-direction:column;gap:4px;min-width:0}.hr-product-cta__kicker{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#bb6b23}.hr-product-cta__title{font-size:1.1rem;font-weight:700;color:#2c1a0c;line-height:1.25;margin:0}.hr-product-cta__price{font-size:.95rem;font-weight:700;color:#bb6b23}.hr-product-cta__price s{color:#999;font-weight:400;margin-right:6px}.hr-product-cta__btn{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:6px 16px;border-radius:999px;background:linear-gradient(135deg,#bb6b23,#ff7f33,#fa3);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border:none;width:fit-content}.hr-product-cta:hover .hr-product-cta__btn{filter:brightness(1.08)}@media(max-width:600px){.hr-product-cta{grid-template-columns:80px 1fr;gap:12px;padding:12px 14px;border-radius:16px}.hr-product-cta__image{width:80px;height:80px;border-radius:12px}.hr-product-cta__title{font-size:1rem}}.hr-mobile-toc{display:none}@media(max-width:1119px){.hr-mobile-toc{display:block;position:sticky;top:0;z-index:50;margin:0 -16px 16px;border-bottom:1px solid rgba(187,107,35,.15);background:#fff8ecf2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.hr-mobile-toc__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:none;background:transparent;cursor:pointer;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#bb6b23}.hr-mobile-toc__toggle:after{content:"+";font-size:1.2rem;font-weight:400;transition:transform .3s ease}.hr-mobile-toc.is-open .hr-mobile-toc__toggle:after{content:"\2212"}.hr-mobile-toc__list{list-style:none;padding:0 16px 12px;margin:0;display:none}.hr-mobile-toc.is-open .hr-mobile-toc__list{display:grid;gap:2px}.hr-mobile-toc__list a{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;text-decoration:none;color:#3a2510;font-size:.92rem;line-height:1.35;transition:background .2s ease,color .2s ease}.hr-mobile-toc__list a:before{content:attr(data-step);display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;border-radius:999px;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(180deg,#313b3d,#0e1112)}.hr-mobile-toc__text{display:block;flex:1 1 auto;min-width:0}.hr-mobile-toc__list a:hover,.hr-mobile-toc__list a.is-active{background:#bb6b2314;color:#bb6b23}.hr-mobile-toc__list a.is-active:before{background:linear-gradient(180deg,#ff9a4d,#bb6b23)}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/hers-blog.css.map */
