:root{
  --ht-primary:#ff6f7d;--ht-primary-dark:#e85365;--ht-accent:#ffb15c;--ht-sage:#a9c99f;--ht-lavender:#b9a7e8;
  --ht-bg:#fffaf7;--ht-text:#253047;--ht-muted:#6f7480;--ht-white:#fff;--ht-border:#f1e5e1;--ht-shadow:0 14px 38px rgba(72,44,52,.08);
  --ht-radius:24px;--ht-radius-sm:16px;--ht-container:1380px;--ht-serif:Georgia,"Times New Roman",serif;--ht-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ht-white);color:var(--ht-text);font-family:var(--ht-sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;margin:0;padding:12px 18px;background:#fff;color:#111;z-index:99999;top:10px;left:10px}.ht-container{width:min(var(--ht-container),calc(100% - 40px));margin-inline:auto}.ht-content-area{padding-block:56px 80px}.ht-section{padding:66px 0}.ht-kicker{color:var(--ht-primary-dark);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ht-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 22px;border:1px solid var(--ht-primary);border-radius:12px;background:linear-gradient(135deg,var(--ht-primary),var(--ht-primary-dark));color:#fff;font-weight:800;box-shadow:0 8px 20px rgba(232,83,101,.18);transition:.2s ease}.ht-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px rgba(232,83,101,.22)}.ht-button--ghost{background:#fff;color:var(--ht-primary-dark);box-shadow:none}.ht-button--small{min-height:38px;padding:8px 16px;font-size:.85rem}.ht-section-heading{text-align:center;max-width:760px;margin:0 auto 32px}.ht-section-heading h2{font:700 clamp(1.7rem,2.7vw,2.55rem)/1.2 var(--ht-serif);margin:4px 0 9px}.ht-section-heading p{margin:0;color:var(--ht-muted)}
/* Header */
.ht-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.96);backdrop-filter:blur(15px);border-bottom:1px solid #f5e7e3}.ht-header__inner{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.ht-brand__link{display:flex;align-items:center;gap:9px;color:var(--ht-primary-dark)}.ht-brand__mark{width:38px;height:38px;display:grid;place-items:center;border:2px solid var(--ht-primary);border-radius:14px;font-size:1.25rem;transform:rotate(-5deg)}.ht-brand strong{font-size:1.24rem;line-height:1;display:block}.ht-brand small{font-size:.64rem;color:var(--ht-primary);display:block;margin-top:2px}.custom-logo{max-height:48px;width:auto}.ht-nav{justify-self:center}.ht-menu{display:flex;align-items:center;gap:25px;list-style:none;padding:0;margin:0}.ht-menu a{display:block;padding:26px 0 23px;font-size:.82rem;font-weight:700;color:#39404d;position:relative}.ht-menu a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:0;background:var(--ht-primary);transition:.2s}.ht-menu a:hover:after,.ht-menu .current-menu-item>a:after{right:0}.ht-header__actions{display:flex;align-items:center;gap:10px}.ht-icon-button{width:40px;height:40px;border:1px solid var(--ht-border);border-radius:12px;background:#fff;font-size:1.25rem;color:var(--ht-text)}.ht-menu-toggle{display:none;width:42px;height:38px;border:0;background:transparent;padding:8px}.ht-menu-toggle span:not(.screen-reader-text){height:2px;background:var(--ht-text);display:block;margin:5px 0}.ht-search-panel{border-top:1px solid var(--ht-border);padding:12px 0;background:#fff}.ht-search-form{display:flex;gap:8px;max-width:780px;margin:auto}.ht-search-form input{flex:1;border:1px solid var(--ht-border);border-radius:12px;padding:12px 14px}.ht-search-form button{border:0;background:var(--ht-primary);color:#fff;padding:0 24px;border-radius:12px;font-weight:800}
/* Hero */
.ht-hero{overflow:hidden;background:radial-gradient(circle at 86% 20%,rgba(255,178,164,.28),transparent 25%),linear-gradient(180deg,#fffaf7 0%,#fff 100%);border-bottom:1px solid #fae9e4}.ht-hero__grid{min-height:610px;display:grid;grid-template-columns:1.05fr .8fr .82fr;align-items:center;gap:48px;padding-block:58px 34px}.ht-hero h1{font:700 clamp(2rem,3.45vw,3.7rem)/1.06 var(--ht-serif);letter-spacing:-.026em;margin:8px 0 16px;max-width:11ch}.ht-hero__lead{color:#626775;max-width:650px;font-size:1.05rem;margin-bottom:26px}.ht-calculator{max-width:590px;background:#fff;border:1px solid #f1e4df;border-radius:20px;padding:22px;box-shadow:var(--ht-shadow)}.ht-calculator h2{font-size:1.12rem;margin:0 0 14px}.ht-calculator label{display:block;font-size:.78rem;color:#707680;font-weight:700;margin-bottom:6px}.ht-calculator__input-row{display:grid;grid-template-columns:1fr auto;gap:10px}.ht-calculator input{min-height:48px;border:1px solid #e7dedb;border-radius:11px;padding:0 14px;color:var(--ht-text);background:#fff}.ht-form-note{font-size:.7rem;color:#888;margin:10px 0 0}.ht-form-error{font-size:.78rem;color:#a72f41;background:#fff0f2;border:1px solid #ffd1d8;padding:8px 10px;border-radius:9px;margin-top:10px}.ht-result-card{background:#fff;border:1px solid #f1e4df;border-radius:20px;padding:28px;box-shadow:var(--ht-shadow);position:relative;z-index:2}.ht-result-card__label{font-size:.74rem;font-weight:700;color:#7e838c}.ht-result-card__week{display:block;color:var(--ht-primary-dark);font:700 1.85rem/1.15 var(--ht-serif);margin:7px 0 22px}.ht-result-list{display:grid;gap:14px}.ht-result-list>div{display:grid;grid-template-columns:34px 1fr;gap:8px;align-items:center}.ht-result-list>div>span{width:32px;height:32px;border:1px solid #ffc9cf;color:var(--ht-primary);border-radius:10px;display:grid;place-items:center}.ht-result-list p{margin:0;font-size:.72rem;color:#80858e}.ht-result-list strong{display:block;color:var(--ht-text);font-size:.88rem;margin-top:1px}.ht-result-card .ht-button{margin-top:22px;width:100%}.ht-hero__visual{min-height:530px;display:flex;align-items:flex-end;justify-content:center;position:relative}.ht-hero__visual:before{content:"";position:absolute;width:390px;height:470px;border-radius:50% 50% 16% 16%;background:linear-gradient(160deg,#ffe9e2,#fff5ef);bottom:0}.ht-hero__visual img{position:relative;z-index:1;max-height:555px;object-fit:contain}.ht-mother-art{width:330px;height:520px;position:relative;z-index:2}.ht-mother-art span{position:absolute;display:block}.ht-mother-art__halo{inset:28px -18px 38px;background:linear-gradient(160deg,#ffe5dc,#fff1eb);border-radius:48% 52% 20% 20%;z-index:-1}.ht-mother-art__hair{width:168px;height:175px;border-radius:55% 45% 48% 52%;background:linear-gradient(150deg,#663d2f,#b87852);top:34px;left:86px;transform:rotate(-7deg)}.ht-mother-art__face{width:104px;height:127px;background:linear-gradient(145deg,#f7c7a8,#e8a57e);border-radius:49% 51% 45% 55%;top:61px;left:118px}.ht-mother-art__body{width:224px;height:310px;background:linear-gradient(160deg,#f4eadf,#dfcbbd);border-radius:44% 56% 22% 20%;left:54px;top:178px;transform:rotate(-2deg)}.ht-mother-art__belly{width:188px;height:198px;background:linear-gradient(145deg,#fff9f3,#ecd9ca);border-radius:50%;left:104px;top:272px;box-shadow:inset 0 -20px 45px rgba(171,109,86,.08)}.ht-mother-art__arm{width:50px;height:230px;background:linear-gradient(#e9c2a8,#d99d7d);border-radius:32px;right:41px;top:186px;transform:rotate(14deg)}.ht-mother-art__heart{right:100px;top:346px;color:var(--ht-primary);font-size:2.1rem;z-index:4}
/* Week overview */
.ht-week-overview[hidden]{display:none!important}.ht-week-overview{padding:32px 0 42px;background:#fff}.ht-week-overview__layout{display:grid;grid-template-columns:1fr 320px;gap:25px;align-items:stretch}.ht-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.ht-stat-card{border:1px solid var(--ht-border);border-radius:18px;padding:18px;background:#fff;box-shadow:0 10px 28px rgba(58,43,48,.045);text-align:center;min-height:155px;display:flex;flex-direction:column;align-items:center;justify-content:center}.ht-stat-card>span{font-size:1.8rem;color:var(--ht-primary);margin-bottom:6px}.ht-stat-card small{color:#8a8e96}.ht-stat-card strong{font-size:.86rem;line-height:1.3;margin-top:4px}
/* Week calendar */
.ht-week-calendar{background:linear-gradient(180deg,#fff 0%,#fffaf7 100%)}.ht-week-selector{display:grid;grid-template-columns:repeat(20,1fr);gap:5px}.ht-week-chip{height:36px;border:1px solid #f1e4df;background:#fff7f5;border-radius:9px;color:#59606d;font-size:.72rem;font-weight:800}.ht-week-chip:hover,.ht-week-chip.is-active{background:var(--ht-primary);border-color:var(--ht-primary);color:#fff}.ht-trimester-bar{display:grid;grid-template-columns:13fr 14fr 13fr;margin:8px 0 22px;border-radius:10px;overflow:hidden;font-size:.66rem;text-align:center;font-weight:800}.ht-trimester-bar span{padding:7px}.ht-trimester-bar span:nth-child(1){background:#dcebd5;color:#55714c}.ht-trimester-bar span:nth-child(2){background:#ffe7b8;color:#8a6320}.ht-trimester-bar span:nth-child(3){background:#ffd9de;color:#a54d5a}.ht-week-detail{display:grid;grid-template-columns:180px 1.15fr 1fr 260px;gap:28px;align-items:center;background:#fff;border:1px solid #f1dcd8;border-radius:22px;padding:28px;box-shadow:var(--ht-shadow)}.ht-baby-orb{width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#ffd7c7,#ff9f9f);position:relative;box-shadow:inset 0 0 0 12px rgba(255,255,255,.25),0 12px 30px rgba(255,111,125,.15)}.ht-baby-orb__head{position:absolute;width:52px;height:52px;border-radius:50%;background:#ffe6d7;left:48px;top:32px}.ht-baby-orb__body{position:absolute;width:68px;height:82px;border-radius:50% 50% 45% 55%;background:#ffe0cf;left:45px;top:69px;transform:rotate(25deg)}.ht-baby-orb__heart{position:absolute;right:27px;bottom:30px;color:#e36a78;font-size:1.5rem}.ht-week-detail h3{font:700 1.55rem/1.2 var(--ht-serif);margin:5px 0 10px}.ht-week-detail p{color:#747984;margin:0 0 14px;font-size:.9rem}.ht-week-bullets h4,.ht-tip-box h4{margin:0 0 8px;font-size:.95rem}.ht-week-bullets ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}.ht-week-bullets li{position:relative;padding-left:20px;font-size:.8rem;color:#666c77}.ht-week-bullets li:before{content:"✓";position:absolute;left:0;color:var(--ht-primary);font-weight:900}.ht-tip-box{border:1px solid #ffcbd2;border-radius:16px;padding:18px;background:#fffaf9}.ht-tip-box>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#ffe6e9;color:var(--ht-primary);margin-bottom:9px}.ht-tip-box p{font-size:.78rem;margin:0}.ht-trimester-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.ht-trimester-card{display:grid;grid-template-columns:90px 1fr;gap:18px;align-items:center;border-radius:18px;padding:20px;border:1px solid transparent}.ht-trimester-card--one{background:#f1f8ee;border-color:#dbe9d6}.ht-trimester-card--two{background:#fff8e9;border-color:#f6e6c5}.ht-trimester-card--three{background:#fff2f4;border-color:#f7dde1}.ht-mini-baby{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;font-size:2rem;background:rgba(255,255,255,.6)}.ht-trimester-card h3{font:700 1.13rem/1.2 var(--ht-serif);margin:0 0 6px}.ht-trimester-card h3 small{font:inherit;font-size:.75rem}.ht-trimester-card p{font-size:.78rem;color:#686e78;margin:0 0 7px}.ht-trimester-card a{font-size:.72rem;font-weight:800;color:var(--ht-primary-dark)}
/* Tools */
.ht-tools{padding-top:54px}.ht-tools-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.ht-tool-card{border:1px solid var(--ht-border);border-radius:15px;padding:18px 10px;min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;transition:.2s}.ht-tool-card:hover{transform:translateY(-3px);box-shadow:var(--ht-shadow);border-color:#ffd4d8}.ht-tool-card>span{font-size:1.55rem;color:var(--ht-primary);margin-bottom:8px}.ht-tool-card strong{font-size:.75rem;line-height:1.3}.ht-tool-card small{font-size:.62rem;color:#999;margin-top:5px}
/* Guides */
.ht-guides{background:#fffaf8}.ht-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ht-guide-card{background:#fff;border:1px solid var(--ht-border);border-radius:20px;padding:18px;box-shadow:0 10px 26px rgba(62,42,47,.035)}.ht-guide-card__head{display:grid;grid-template-columns:54px 1fr;gap:10px;align-items:center;margin-bottom:14px}.ht-guide-card__head>span{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;font-size:1.35rem}.ht-guide-card--pink .ht-guide-card__head>span{background:#ffe8eb;color:#d85b6a}.ht-guide-card--orange .ht-guide-card__head>span{background:#fff0db;color:#d98928}.ht-guide-card--lavender .ht-guide-card__head>span{background:#f0ebff;color:#8168c5}.ht-guide-card--sage .ht-guide-card__head>span{background:#ecf5e9;color:#668a5c}.ht-guide-card h3{font:700 1.05rem/1.2 var(--ht-serif);margin:0}.ht-guide-card__head a{font-size:.66rem;color:var(--ht-primary);font-weight:800}.ht-guide-card__posts{display:grid;gap:10px}.ht-guide-card__posts>a,.ht-guide-demo{display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto auto;gap:1px 10px;align-items:center}.ht-guide-thumb{grid-row:1/3;width:50px;height:42px;border-radius:10px;background:#fff1f1;overflow:hidden;display:grid;place-items:center;color:var(--ht-primary)}.ht-guide-thumb img{width:100%;height:100%;object-fit:cover}.ht-guide-card__posts strong{font-size:.72rem;line-height:1.25}.ht-guide-card__posts small{font-size:.6rem;color:#aaa}
/* Features */
/* Experts */
.ht-experts{padding-top:20px}.ht-experts__box{min-height:255px;border-radius:22px;background:linear-gradient(100deg,#f7f0ff,#fff5f4);display:grid;grid-template-columns:110px 1fr 430px;align-items:center;gap:22px;padding:30px 38px;overflow:hidden}.ht-experts__icon{width:88px;height:88px;border:2px solid #d6c4f4;border-radius:24px;display:grid;place-items:center;font-size:2.5rem;color:#9d7fd4}.ht-experts__copy h2{font:700 1.65rem/1.2 var(--ht-serif);margin:5px 0 8px}.ht-experts__copy p{max-width:650px;color:#717681;margin:0 0 15px}.ht-experts__image{align-self:end;max-height:240px;object-fit:contain}.ht-doctor-art{display:flex;align-items:flex-end;justify-content:flex-end;gap:14px;height:220px}.ht-doctor-art span{width:76px;height:178px;border-radius:40px 40px 16px 16px;background:linear-gradient(#fff,#e8ecf3);border:1px solid #e5e7ee;display:flex;align-items:flex-start;justify-content:center;padding-top:26px;font-size:2rem;color:#7180a0}.ht-doctor-art span:nth-child(2),.ht-doctor-art span:nth-child(4){height:198px;background:linear-gradient(#fff,#eaf5f9)}
/* Bottom */
.ht-bottom-content{padding-top:20px}.ht-bottom-content__grid{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:16px}.ht-list-panel,.ht-newsletter{border:1px solid var(--ht-border);border-radius:18px;padding:20px;background:#fff}.ht-list-panel h2,.ht-newsletter h2{font:700 1.25rem/1.2 var(--ht-serif);margin:0 0 14px}.ht-list-panel>a,.ht-demo-list{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #f3ece9}.ht-list-panel>a:last-child,.ht-demo-list:last-child{border:0}.ht-list-panel>a>span:first-child,.ht-demo-list>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#ffe9ec;color:var(--ht-primary-dark);font-size:.7rem;font-weight:900}.ht-list-panel strong{font-size:.75rem;line-height:1.25}.ht-list-thumb{overflow:hidden!important;border-radius:8px!important}.ht-list-thumb img{width:100%;height:100%;object-fit:cover}.ht-list-panel a>span:nth-child(2) small{display:block;color:#aaa;font-size:.6rem}.ht-empty-mini{font-size:.78rem;color:#999}.ht-newsletter{position:relative;background:linear-gradient(145deg,#fff,#fff1ed);overflow:hidden}.ht-newsletter__art{position:absolute;right:-20px;bottom:-38px;font-size:11rem;color:#ffd9d2;line-height:1}.ht-newsletter p{font-size:.8rem;max-width:75%;color:#6e747e;position:relative}.ht-newsletter__demo{display:grid;grid-template-columns:1fr auto;gap:8px;position:relative}.ht-newsletter__demo input{border:1px solid var(--ht-border);border-radius:10px;padding:0 12px;min-width:0}.ht-newsletter small{position:relative;color:#9c9c9c;font-size:.62rem}
/* Footer */
.ht-footer{margin-top:20px;border-top:1px solid var(--ht-border);background:#fff}.ht-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px;padding:46px 0 34px}.ht-footer__brand{font-size:1.3rem;color:var(--ht-primary);margin-bottom:10px}.ht-footer p{color:#858991;font-size:.78rem;max-width:360px}.ht-footer h2{font-size:.8rem;margin:0 0 11px}.ht-footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:6px}.ht-footer-menu a{font-size:.72rem;color:#6f7480}.ht-footer__bottom{border-top:1px solid #f3ebe8;padding:16px 0 20px;display:flex;justify-content:space-between;gap:30px;color:#999;font-size:.64rem}.ht-footer__bottom span:last-child{text-align:right;max-width:700px}.ht-backtotop{position:fixed;right:24px;bottom:24px;width:42px;height:42px;border:0;border-radius:50%;background:var(--ht-primary);color:#fff;font-weight:900;box-shadow:0 8px 20px rgba(232,83,101,.25);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s;z-index:90}.ht-backtotop.is-visible{opacity:1;pointer-events:auto;transform:none}
/* Content */
.ht-archive-header{max-width:900px;margin-bottom:28px}.ht-archive-header h1,.ht-article__header h1{font:700 clamp(2rem,4vw,3.6rem)/1.05 var(--ht-serif);margin:8px 0 12px}.ht-archive-description,.ht-article__meta{color:#7a7f89}.ht-breadcrumbs{display:flex;gap:7px;flex-wrap:wrap;font-size:.72rem;color:#8c9098}.ht-breadcrumbs a{color:var(--ht-primary-dark)}.ht-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ht-post-card{border:1px solid var(--ht-border);border-radius:18px;overflow:hidden;background:#fff}.ht-post-card__media{display:block;aspect-ratio:16/10;overflow:hidden}.ht-post-card__media img{width:100%;height:100%;object-fit:cover;transition:.25s}.ht-post-card:hover img{transform:scale(1.02)}.ht-post-card__body{padding:18px}.ht-post-card__meta{font-size:.67rem;color:#a1a4aa}.ht-post-card__title{font:700 1.25rem/1.25 var(--ht-serif);margin:7px 0}.ht-post-card p{font-size:.82rem;color:#747984}.ht-text-link{font-size:.72rem;font-weight:900;color:var(--ht-primary-dark)}.ht-pagination{grid-column:1/-1;margin-top:18px}.nav-links{display:flex;gap:8px;justify-content:center}.page-numbers{padding:7px 12px;border:1px solid var(--ht-border);border-radius:8px}.page-numbers.current{background:var(--ht-primary);color:#fff}.ht-article{max-width:900px;margin:auto}.ht-article__meta{display:flex;gap:16px;flex-wrap:wrap;font-size:.74rem}.ht-article__featured{margin:24px 0;border-radius:22px;overflow:hidden}.ht-entry-content{font-size:1.02rem}.ht-entry-content h2,.ht-entry-content h3{font-family:var(--ht-serif);line-height:1.2}.ht-entry-content h2{font-size:1.8rem;margin-top:2em}.ht-entry-content h3{font-size:1.35rem;margin-top:1.7em}.ht-entry-content a{text-decoration:underline;color:#c94b5d}.ht-entry-content img{border-radius:16px}.ht-entry-content blockquote{margin:1.5em 0;padding:16px 20px;background:#fff5f6;border-left:4px solid var(--ht-primary)}.ht-medical-note{margin-top:36px;padding:18px;border:1px solid #ffd4da;background:#fff7f8;border-radius:14px;font-size:.78rem}.ht-empty-state{text-align:center;padding:70px 20px}.ht-empty-state__icon{font-size:4rem;color:var(--ht-primary)}.ht-empty-state .ht-search-form{margin:22px auto}.ht-empty-state .ht-button{margin-top:10px}
/* Responsive */
@media (max-width:1180px){.ht-header__inner{grid-template-columns:auto auto 1fr auto}.ht-menu-toggle{display:block}.ht-nav{position:absolute;left:0;right:0;top:76px;background:#fff;border-bottom:1px solid var(--ht-border);padding:10px 20px 18px;display:none}.ht-nav.is-open{display:block}.ht-menu{display:grid;gap:0}.ht-menu a{padding:11px}.ht-hero__grid{grid-template-columns:1fr .85fr}.ht-hero__visual{display:none}.ht-tools-grid{grid-template-columns:repeat(4,1fr)}.ht-guide-grid{grid-template-columns:repeat(2,1fr)}.ht-week-detail{grid-template-columns:140px 1fr 1fr}.ht-tip-box{grid-column:2/4}.ht-week-overview__layout{grid-template-columns:1fr}.ht-stat-grid{grid-template-columns:repeat(5,1fr)}.ht-experts__box{grid-template-columns:90px 1fr 300px}.ht-doctor-art span{width:58px}.ht-header__actions{justify-self:end}}
@media (max-width:900px){.ht-container{width:min(100% - 28px,var(--ht-container))}.ht-section{padding:48px 0}.ht-hero__grid{grid-template-columns:1fr;padding-top:42px;gap:22px}.ht-result-card{max-width:590px}.ht-week-overview__layout{grid-template-columns:1fr}.ht-stat-grid{grid-template-columns:repeat(3,1fr)}.ht-week-selector{grid-template-columns:repeat(10,1fr)}.ht-week-detail{grid-template-columns:120px 1fr}.ht-week-bullets{grid-column:1/3}.ht-tip-box{grid-column:1/3}.ht-trimester-cards{grid-template-columns:1fr}.ht-tools-grid{grid-template-columns:repeat(2,1fr)}.ht-experts__box{grid-template-columns:80px 1fr}.ht-doctor-art,.ht-experts__image{display:none}.ht-bottom-content__grid{grid-template-columns:1fr 1fr}.ht-newsletter{grid-column:1/3}.ht-footer__grid{grid-template-columns:1fr 1fr}.ht-post-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){body{font-size:15px}.ht-header__inner{grid-template-columns:1fr auto auto;gap:10px;min-height:66px}.ht-nav{top:66px}.ht-header__actions .ht-button{display:none}.ht-brand strong{font-size:1.05rem}.ht-brand__mark{width:34px;height:34px}.ht-hero__grid{padding-top:30px}.ht-hero h1{font-size:2.15rem;line-height:1.08}.ht-calculator__input-row{grid-template-columns:1fr}.ht-result-card{padding:22px}.ht-stat-grid{grid-template-columns:repeat(2,1fr)}.ht-stat-card{min-height:130px}.ht-week-selector{grid-template-columns:repeat(8,1fr)}.ht-trimester-bar{font-size:.55rem}.ht-week-detail{grid-template-columns:1fr;text-align:center}.ht-baby-orb{margin:auto}.ht-week-bullets,.ht-tip-box{grid-column:auto;text-align:left}.ht-trimester-card{grid-template-columns:70px 1fr}.ht-mini-baby{width:65px;height:65px}.ht-tools-grid{grid-template-columns:repeat(2,1fr)}.ht-guide-grid{grid-template-columns:1fr}.ht-experts__box{grid-template-columns:1fr;text-align:center;padding:26px 20px}.ht-experts__icon{margin:auto}.ht-bottom-content__grid{grid-template-columns:1fr}.ht-newsletter{grid-column:auto}.ht-newsletter__demo{grid-template-columns:1fr}.ht-footer__grid{grid-template-columns:1fr;gap:24px}.ht-footer__bottom{display:block}.ht-footer__bottom span{display:block;text-align:left!important;margin:6px 0}.ht-post-grid{grid-template-columns:1fr}.ht-section-heading h2{font-size:1.9rem}.ht-week-overview{padding:28px 0 34px}.ht-tools-grid .ht-tool-card{min-height:132px}}


/* v1.0.3 — Ana sayfa hesaplama sonucu düzenlemesi */
.ht-hero__grid{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:64px;min-height:610px;padding-block:58px 34px}
.ht-hero__copy{max-width:720px}
.ht-hero__visual{min-height:530px}
.ht-calculation-results[hidden]{display:none!important}
.ht-calculation-results{padding:26px 0 34px;background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);border-bottom:1px solid #fae9e4}
.ht-results-shell{border:1px solid #f0dfda;border-radius:26px;background:linear-gradient(145deg,#fff 0%,#fffaf8 100%);box-shadow:0 18px 50px rgba(58,43,48,.075);padding:24px}
.ht-result-card.ht-result-card--wide{border:0;border-radius:20px;background:linear-gradient(135deg,#fff8f5 0%,#fff 54%,#fff8fb 100%);box-shadow:none;padding:24px 26px;position:relative;overflow:hidden}
.ht-result-card.ht-result-card--wide:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;right:-90px;top:-130px;background:rgba(255,143,154,.09);pointer-events:none}
.ht-result-card__top{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-bottom:20px;border-bottom:1px solid #f1e3df;position:relative;z-index:1}
.ht-result-card__label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8b7e81}
.ht-result-card__week{display:block;margin:4px 0 0;color:var(--ht-primary-dark);font:700 clamp(1.65rem,2.5vw,2.2rem)/1.08 var(--ht-serif)}
.ht-result-card.ht-result-card--wide .ht-button{width:auto;margin:0;white-space:nowrap}
.ht-result-list--horizontal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:20px;position:relative;z-index:1}
.ht-result-list--horizontal>div{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center;padding:4px 22px;border-right:1px solid #f0e2de}
.ht-result-list--horizontal>div:first-child{padding-left:0}.ht-result-list--horizontal>div:last-child{border-right:0;padding-right:0}
.ht-result-list--horizontal>div>span{width:40px;height:40px;border:1px solid #ffc9cf;color:var(--ht-primary);border-radius:13px;display:grid;place-items:center;background:#fff}
.ht-result-list--horizontal p{margin:0;font-size:.72rem;color:#7b7f88}.ht-result-list--horizontal strong{display:block;color:var(--ht-text);font-size:.93rem;margin-top:2px}
.ht-stat-grid--results{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:14px}
.ht-stat-grid--results .ht-stat-card{min-height:128px;border-color:#f0e1dc;border-radius:17px;padding:16px 12px;background:#fff;box-shadow:0 8px 24px rgba(58,43,48,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.ht-stat-grid--results .ht-stat-card:hover{transform:translateY(-2px);border-color:#ffd2d7;box-shadow:0 12px 28px rgba(58,43,48,.07)}
.ht-stat-grid--results .ht-stat-card>span{width:38px;height:38px;border-radius:12px;background:#fff5f6;border:1px solid #ffd8dc;display:grid;place-items:center;font-size:1.25rem;margin:0 0 8px;color:var(--ht-primary)}
.ht-stat-grid--results .ht-stat-card small{font-size:.75rem;color:#8a8588}.ht-stat-grid--results .ht-stat-card strong{font-size:.9rem;line-height:1.3;margin-top:3px}
@media (max-width:1180px){.ht-hero__grid{grid-template-columns:1fr .82fr;gap:38px}.ht-result-list--horizontal>div{padding-inline:14px}.ht-stat-grid--results{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media (max-width:900px){.ht-hero__grid{grid-template-columns:1fr}.ht-hero__visual{display:none}.ht-results-shell{padding:18px}.ht-result-list--horizontal{grid-template-columns:1fr}.ht-result-list--horizontal>div,.ht-result-list--horizontal>div:first-child,.ht-result-list--horizontal>div:last-child{padding:10px 0;border-right:0;border-bottom:1px solid #f0e2de}.ht-result-list--horizontal>div:last-child{border-bottom:0}.ht-stat-grid--results{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:640px){.ht-calculation-results{padding:18px 0 26px}.ht-results-shell{padding:12px;border-radius:20px}.ht-result-card.ht-result-card--wide{padding:19px 17px}.ht-result-card__top{align-items:flex-start;flex-direction:column}.ht-result-card.ht-result-card--wide .ht-button{width:100%}.ht-stat-grid--results{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-stat-grid--results .ht-stat-card:last-child{grid-column:1/-1}.ht-stat-grid--results .ht-stat-card{min-height:116px}}


.ht-week-calendar--embedded{margin-top:26px}.ht-week-calendar--embedded .ht-week-detail{margin-top:0}.ht-week-calendar--embedded .ht-trimester-cards{margin-top:18px}.ht-week-calendar--embedded .ht-week-bullets{padding-top:10px}.ht-week-calendar--embedded .ht-tip-box{align-self:stretch;display:flex;flex-direction:column;justify-content:center}.ht-week-calendar--embedded .ht-tip-box>span{margin-bottom:12px}.ht-week-calendar--embedded .ht-tip-box h4{display:none}.ht-week-calendar--embedded .ht-week-bullets h4{display:none}.ht-week-calendar--embedded .ht-kicker{display:none}
@media (max-width:640px){.ht-week-calendar--embedded{margin-top:18px}}


/* v1.0.6 - Calculation result, newsletter and homepage cleanup */
.ht-calculation-results{
    padding:30px 0 42px;
    background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
}
.ht-results-shell{
    padding:22px;
    border:1px solid #f0ddd8;
    border-radius:28px;
    background:#fff;
    box-shadow:0 20px 55px rgba(47,33,39,.075);
}
.ht-result-card.ht-result-card--wide{
    padding:26px 28px;
    border:1px solid #f2e4df;
    border-radius:22px;
    background:linear-gradient(125deg,#fff9f7 0%,#fff 55%,#fff7fa 100%);
    overflow:hidden;
}
.ht-result-card.ht-result-card--wide:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:5px;
    background:linear-gradient(180deg,var(--ht-primary),var(--ht-primary-dark));
}
.ht-result-card__top{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:24px;
    padding:0 0 22px;
    border-bottom:1px solid #f1e3df;
}
.ht-result-card__label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:.72rem;
    font-weight:800;
    letter-spacing:.075em;
    text-transform:uppercase;
    color:#887b7e;
}
.ht-result-card__label:before{
    content:"♡";
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border:1px solid #ffd2d8;
    border-radius:10px;
    background:#fff;
    color:var(--ht-primary);
    font-size:1rem;
}
.ht-result-card__week{
    margin:8px 0 0;
    font:700 clamp(1.9rem,3vw,2.65rem)/1.05 var(--ht-serif);
    color:var(--ht-primary-dark);
}
.ht-result-card.ht-result-card--wide .ht-button{
    width:auto;
    min-width:190px;
    margin:0;
    padding-inline:22px;
    border-radius:13px;
}
.ht-result-list--horizontal{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
    margin-top:18px;
}
.ht-result-list--horizontal>div,
.ht-result-list--horizontal>div:first-child,
.ht-result-list--horizontal>div:last-child{
    min-width:0;
    display:grid;
    grid-template-columns:42px minmax(0,1fr);
    gap:11px;
    align-items:center;
    padding:13px 14px;
    border:1px solid #f2e5e1;
    border-radius:15px;
    background:rgba(255,255,255,.82);
}
.ht-result-list--horizontal>div>span{
    width:40px;
    height:40px;
    border-radius:12px;
    background:#fff5f6;
}
.ht-result-list--horizontal p{font-size:.7rem}
.ht-result-list--horizontal strong{
    font-size:.9rem;
    overflow-wrap:anywhere;
}
.ht-stat-grid--results{
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:12px;
    margin-top:14px;
}
.ht-stat-grid--results .ht-stat-card{
    min-height:122px;
    padding:15px 10px;
    border:1px solid #f0e1dc;
    border-radius:17px;
    background:linear-gradient(180deg,#fff,#fffcfb);
}
.ht-week-calendar--embedded{
    margin-top:24px;
    padding-top:22px;
    border-top:1px solid #f2e5e1;
}

/* Removed sections no longer render. */
.ht-experts,
.ht-list-panel,
.ht-bottom-content{display:none!important}

/* Full-width professional newsletter */
.ht-newsletter-section{
    padding:30px 0 66px;
    background:linear-gradient(180deg,#fff 0%,#fffaf8 100%);
}
.ht-newsletter.ht-newsletter--wide{
    position:relative;
    display:grid;
    grid-template-columns:110px minmax(0,1fr) minmax(390px,.9fr);
    gap:28px;
    align-items:center;
    min-height:230px;
    padding:34px 38px;
    border:1px solid #f0deda;
    border-radius:26px;
    background:
      radial-gradient(circle at 6% 10%,rgba(185,167,232,.15),transparent 25%),
      radial-gradient(circle at 92% 86%,rgba(255,111,125,.12),transparent 28%),
      linear-gradient(120deg,#fff8fb 0%,#fff 48%,#fff7f2 100%);
    box-shadow:0 18px 52px rgba(54,39,45,.07);
    overflow:hidden;
}
.ht-newsletter__visual{
    width:92px;
    height:92px;
    display:grid;
    place-items:center;
    position:relative;
    border:1px solid #ecdaf3;
    border-radius:28px;
    background:rgba(255,255,255,.82);
}
.ht-newsletter__heart{
    position:relative;
    z-index:2;
    color:var(--ht-primary);
    font-size:2.35rem;
    line-height:1;
}
.ht-newsletter__ring{
    position:absolute;
    border:1px solid rgba(255,111,125,.15);
    border-radius:50%;
}
.ht-newsletter__ring--one{width:44px;height:44px}
.ht-newsletter__ring--two{width:68px;height:68px}
.ht-newsletter__copy h2{
    margin:5px 0 9px;
    font:700 clamp(1.55rem,2.2vw,2.15rem)/1.15 var(--ht-serif);
}
.ht-newsletter__copy p{
    max-width:620px;
    margin:0;
    color:#6f737d;
    font-size:.92rem;
}
.ht-newsletter__form{
    position:relative;
    z-index:2;
}
.ht-newsletter__demo,
.ht-newsletter__form form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
    align-items:stretch;
}
.ht-newsletter__form input[type="email"],
.ht-newsletter__form input[type="text"]{
    width:100%;
    min-width:0;
    min-height:52px;
    padding:0 16px;
    border:1px solid #eadeda;
    border-radius:13px;
    outline:none;
    background:#fff;
    color:var(--ht-text);
    box-shadow:0 6px 18px rgba(47,33,39,.035);
}
.ht-newsletter__form input[type="email"]:focus,
.ht-newsletter__form input[type="text"]:focus{
    border-color:#ffb7c0;
    box-shadow:0 0 0 3px rgba(255,111,125,.09);
}
.ht-newsletter__form .ht-button,
.ht-newsletter__form button,
.ht-newsletter__form input[type="submit"]{
    min-height:52px;
    white-space:nowrap;
}
.ht-newsletter__form small{
    display:block;
    margin-top:9px;
    color:#92949a;
    font-size:.68rem;
}

@media (min-width:701px){
    .ht-result-card__top{
        grid-template-columns:minmax(0,1fr) auto!important;
    }
    .ht-result-card.ht-result-card--wide .ht-button{
        width:auto!important;
        margin:0!important;
    }
    .ht-result-list--horizontal{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
    .ht-result-list--horizontal>div,
    .ht-result-list--horizontal>div:first-child,
    .ht-result-list--horizontal>div:last-child{
        padding:13px 14px!important;
        border:1px solid #f2e5e1!important;
    }
    .ht-stat-grid--results{
        grid-template-columns:repeat(5,minmax(0,1fr))!important;
    }
}
@media (max-width:1050px){
    .ht-newsletter.ht-newsletter--wide{
        grid-template-columns:90px 1fr;
    }
    .ht-newsletter__form{
        grid-column:1/-1;
        padding-left:118px;
    }
}
@media (max-width:700px){
    .ht-results-shell{padding:12px}
    .ht-result-card.ht-result-card--wide{padding:20px 18px 18px}
    .ht-result-card__top{
        grid-template-columns:1fr;
        align-items:start;
        gap:16px;
    }
    .ht-result-card.ht-result-card--wide .ht-button{
        width:100%!important;
    }
    .ht-result-list--horizontal{
        grid-template-columns:1fr!important;
    }
    .ht-result-list--horizontal>div,
    .ht-result-list--horizontal>div:first-child,
    .ht-result-list--horizontal>div:last-child{
        padding:11px 12px!important;
        border:1px solid #f2e5e1!important;
    }
    .ht-stat-grid--results{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
    .ht-stat-grid--results .ht-stat-card:last-child{
        grid-column:1/-1;
    }
    .ht-newsletter.ht-newsletter--wide{
        grid-template-columns:1fr;
        gap:18px;
        padding:26px 22px;
        text-align:center;
    }
    .ht-newsletter__visual{margin:auto}
    .ht-newsletter__form{
        grid-column:auto;
        padding-left:0;
    }
    .ht-newsletter__demo,
    .ht-newsletter__form form{
        grid-template-columns:1fr;
    }
    .ht-newsletter__form .ht-button,
    .ht-newsletter__form button,
    .ht-newsletter__form input[type="submit"]{
        width:100%;
    }
}


/* v1.0.7 - result panel, automatic categories and compact homepage rhythm */
.home .ht-section{padding:40px 0}
.home .ht-section-heading{margin-bottom:22px}
.home .ht-section-heading--compact{margin-bottom:20px}
.home .ht-section-heading h2{margin-top:0}
.home .ht-tools{padding:38px 0 34px}
.home .ht-guides{padding:34px 0 36px}
.home .ht-newsletter-section{padding:24px 0 46px}
.home .ht-calculation-results{padding:22px 0 28px}
.home .ht-results-shell{padding:18px;border-radius:24px}
.home .ht-week-calendar--embedded{margin-top:18px;padding-top:18px}
.home .ht-trimester-cards{margin-top:14px}
.home .ht-week-detail{margin-top:0}

/* Clean calculation summary with independent classes so older rules cannot break it. */
.ht-result-summary-v2{
    display:grid!important;
    grid-template-columns:minmax(230px,1.3fr) repeat(3,minmax(180px,1fr)) minmax(175px,.8fr)!important;
    align-items:stretch!important;
    gap:10px!important;
    width:100%!important;
    padding:12px!important;
    border:1px solid #f0dfda!important;
    border-radius:20px!important;
    background:linear-gradient(120deg,#fff9f7 0%,#fff 52%,#fff8fb 100%)!important;
    box-shadow:0 10px 28px rgba(56,40,45,.045)!important;
}
.ht-result-summary-v2__week,
.ht-result-summary-v2__metric,
.ht-result-summary-v2__action{
    min-width:0!important;
    min-height:92px!important;
    border-radius:15px!important;
}
.ht-result-summary-v2__week{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:16px 18px!important;
    background:#fff!important;
    border:1px solid #f3e5e1!important;
}
.ht-result-summary-v2__eyebrow{
    display:block!important;
    margin-bottom:5px!important;
    color:#8a7d80!important;
    font-size:.68rem!important;
    font-weight:800!important;
    letter-spacing:.055em!important;
    text-transform:uppercase!important;
}
.ht-result-summary-v2__week>strong{
    display:block!important;
    color:var(--ht-primary-dark)!important;
    font:700 clamp(1.45rem,2vw,2rem)/1.05 var(--ht-serif)!important;
    white-space:normal!important;
}
.ht-result-summary-v2__metric{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    padding:14px!important;
    background:#fff!important;
    border:1px solid #f3e5e1!important;
}
.ht-result-summary-v2__icon{
    width:38px!important;
    height:38px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #ffd3d8!important;
    border-radius:12px!important;
    background:#fff6f7!important;
    color:var(--ht-primary)!important;
    font-size:1rem!important;
}
.ht-result-summary-v2__metric small{
    display:block!important;
    margin:0 0 2px!important;
    color:#88858a!important;
    font-size:.66rem!important;
    line-height:1.25!important;
}
.ht-result-summary-v2__metric strong{
    display:block!important;
    margin:0!important;
    color:var(--ht-text)!important;
    font-size:.82rem!important;
    line-height:1.3!important;
    overflow-wrap:anywhere!important;
}
.ht-result-summary-v2__action{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:9px!important;
    width:auto!important;
    padding:14px 16px!important;
    border:1px solid var(--ht-primary)!important;
    background:linear-gradient(135deg,var(--ht-primary),var(--ht-primary-dark))!important;
    color:#fff!important;
    font-size:.8rem!important;
    font-weight:800!important;
    text-align:center!important;
    box-shadow:0 8px 20px rgba(232,83,101,.14)!important;
}
.ht-result-summary-v2__action b{font-size:1rem!important}
.ht-result-summary-v2__action:hover{transform:translateY(-1px)!important;box-shadow:0 12px 24px rgba(232,83,101,.2)!important}

/* Every WordPress category is rendered in the same professional card language. */
.ht-guide-grid.ht-guide-grid--all{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:14px!important;
}
.ht-guide-grid--all .ht-guide-card{
    height:100%;
    min-height:270px;
    padding:17px;
    box-shadow:0 8px 24px rgba(62,42,47,.035);
}
.ht-guide-grid--all .ht-guide-card__head{margin-bottom:12px}
.ht-guide-grid--all .ht-guide-card__posts{gap:9px}
.ht-guide-grid--all .ht-guide-card__posts>a{
    padding:3px 0 8px;
    border-bottom:1px solid #f3ece9;
}
.ht-guide-grid--all .ht-guide-card__posts>a:last-child{border-bottom:0;padding-bottom:0}
.ht-guide-grid--all .ht-guide-card__posts strong{font-size:.72rem;line-height:1.25}
.ht-guide-grid--all .ht-guide-card__posts small{font-size:.59rem}
.ht-guide-card__empty{
    min-height:125px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:16px;
    border:1px dashed #efdfdb;
    border-radius:14px;
    background:#fffaf9;
    text-align:center;
    color:#949095;
}
.ht-guide-card__empty span{font-size:1.4rem;color:var(--ht-primary)}
.ht-guide-card__empty p{margin:0;font-size:.72rem}

/* Keep neighbouring sections visually connected instead of creating large empty bands. */
.home .ht-guides + .ht-newsletter-section{margin-top:0}
.home .ht-tools + .ht-guides{margin-top:0}
.home .ht-newsletter.ht-newsletter--wide{min-height:190px;padding:28px 32px}

@media (max-width:1280px){
    .ht-result-summary-v2{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(160px,1fr))!important}
    .ht-result-summary-v2__action{grid-column:1/-1!important;min-height:48px!important}
    .ht-guide-grid.ht-guide-grid--all{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:940px){
    .ht-result-summary-v2{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .ht-result-summary-v2__week{grid-column:1/-1!important}
    .ht-result-summary-v2__action{grid-column:1/-1!important}
    .ht-guide-grid.ht-guide-grid--all{grid-template-columns:repeat(2,minmax(0,1fr))!important}
    .home .ht-section{padding:32px 0}
}
@media (max-width:620px){
    .ht-result-summary-v2{grid-template-columns:1fr!important;padding:8px!important}
    .ht-result-summary-v2__week,
    .ht-result-summary-v2__metric,
    .ht-result-summary-v2__action{grid-column:auto!important;min-height:76px!important}
    .ht-result-summary-v2__action{min-height:48px!important}
    .ht-guide-grid.ht-guide-grid--all{grid-template-columns:1fr!important}
    .home .ht-section{padding:26px 0}
    .home .ht-guides{padding:26px 0 28px}
    .home .ht-newsletter-section{padding:18px 0 34px}
    .home .ht-newsletter.ht-newsletter--wide{padding:23px 18px}
}


/* v1.0.8 - validated result panel + designer credit */
.ht-result-summary-v2{position:relative;isolation:isolate}
.ht-result-summary-v2__week>strong{margin:0!important}
.ht-result-summary-v2__metric>div{min-width:0}
.ht-result-summary-v2__action{text-decoration:none!important}
.ht-footer__bottom{align-items:flex-start;flex-wrap:wrap}
.ht-footer__designer{white-space:nowrap;text-align:right}
.ht-footer__designer a{color:var(--ht-primary-dark);font-weight:800;text-decoration:none}
.ht-footer__designer a:hover{text-decoration:underline}
@media (max-width:900px){.ht-footer__designer{text-align:left}}


/* v1.0.9 - Configurable result icons and official-source guidance */
.ht-stat-card__icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 9px;border:1px solid #ffcfd5;border-radius:12px;background:#fff6f7;color:var(--ht-primary);font-size:1.25rem;line-height:1;overflow:hidden}.ht-stat-card__icon img{width:30px;height:30px;object-fit:contain;display:block}.ht-stat-grid--results .ht-stat-card strong{font-size:.82rem;line-height:1.35;text-align:center;overflow-wrap:anywhere}.ht-week-source{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:14px;padding:12px 15px;border:1px solid #e2eadf;border-radius:14px;background:#f8fbf6;color:#65705f;font-size:.73rem}.ht-week-source>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e7f2e2;color:#5e7b54;font-weight:900}.ht-week-source p{margin:0;line-height:1.45}.ht-week-source a{color:#58704f;font-weight:800;white-space:nowrap}.ht-week-source a:hover{text-decoration:underline}@media(max-width:760px){.ht-week-source{grid-template-columns:30px 1fr}.ht-week-source a{grid-column:2;white-space:normal}.ht-stat-card__icon{width:40px;height:40px}}

/* v1.0.10 weekly development content */
.ht-week-source{display:none!important}.ht-week-note{display:flex;align-items:flex-start;gap:10px;margin:16px 0 0;padding:13px 16px;border:1px solid #f0e3de;border-radius:14px;background:#fffaf9;color:#747984;font-size:.76rem;line-height:1.55}.ht-week-note>span{flex:0 0 28px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#ffe9ec;color:var(--ht-primary);font-size:.95rem}.ht-week-note p{margin:2px 0 0}

/* =========================================================
   v1.0.11 - Özel Trimester Sayfaları
   ========================================================= */
.ht-trimester-page{--tri:#ff6f7d;--tri-dark:#d95567;--tri-soft:#fff1f3;--tri-border:#f7d7dc;background:#fff}
.ht-trimester-page--1{--tri:#7ea86f;--tri-dark:#547d48;--tri-soft:#f0f8ed;--tri-border:#d8e9d1}
.ht-trimester-page--2{--tri:#d99b32;--tri-dark:#a86f18;--tri-soft:#fff8e8;--tri-border:#f4e3b9}
.ht-trimester-page--3{--tri:#e46c7e;--tri-dark:#b54c5c;--tri-soft:#fff2f4;--tri-border:#f5d7dc}
.ht-tri-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--tri-border);background:radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--tri) 16%,transparent),transparent 28%),linear-gradient(180deg,var(--tri-soft),#fff 90%)}
.ht-tri-hero:after{content:"";position:absolute;width:460px;height:460px;border:1px solid color-mix(in srgb,var(--tri) 18%,transparent);border-radius:50%;right:-180px;top:-210px;pointer-events:none}
.ht-tri-breadcrumbs{display:flex;align-items:center;gap:9px;padding-top:22px;color:#7d818a;font-size:.76rem;font-weight:650}
.ht-tri-breadcrumbs a:hover{color:var(--tri-dark)}
.ht-tri-hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.7fr);gap:70px;align-items:center;min-height:570px;padding:38px 0 56px}
.ht-tri-hero__copy{max-width:830px}
.ht-tri-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid var(--tri-border);border-radius:999px;background:rgba(255,255,255,.72);color:var(--tri-dark);font-size:.74rem;font-weight:850;letter-spacing:.04em}
.ht-tri-badge:before{content:"♡";font-size:1rem;color:var(--tri)}
.ht-tri-hero h1{max-width:850px;margin:15px 0 17px;font:700 clamp(2.55rem,4.5vw,4.65rem)/1.02 var(--ht-serif);letter-spacing:-.035em;color:var(--ht-text)}
.ht-tri-hero__copy>p{max-width:770px;margin:0;color:#626a78;font-size:1.04rem;line-height:1.8}
.ht-tri-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.ht-tri-hero .ht-button{border-color:var(--tri);background:linear-gradient(135deg,var(--tri),var(--tri-dark));box-shadow:0 10px 24px color-mix(in srgb,var(--tri) 19%,transparent)}
.ht-tri-hero .ht-button--ghost{background:#fff;color:var(--tri-dark);box-shadow:none}
.ht-tri-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:720px;margin-top:28px}
.ht-tri-metrics>div{padding:14px 16px;border:1px solid var(--tri-border);border-radius:15px;background:rgba(255,255,255,.78)}
.ht-tri-metrics span{display:block;color:#8a8f98;font-size:.67rem}
.ht-tri-metrics strong{display:block;margin-top:2px;color:var(--tri-dark);font-size:.9rem}
.ht-tri-hero__visual{display:flex;align-items:center;justify-content:center;min-height:420px}
.ht-tri-hero__visual img{width:min(100%,540px);max-height:460px;object-fit:contain;border-radius:30px}
.ht-tri-baby{position:relative;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle at 37% 30%,#fff 0 10%,color-mix(in srgb,var(--tri) 15%,#fff) 50%,color-mix(in srgb,var(--tri) 31%,#fff));box-shadow:inset 0 0 0 22px rgba(255,255,255,.34),0 24px 65px color-mix(in srgb,var(--tri) 16%,transparent)}
.ht-tri-baby__orbit{position:absolute;inset:-28px;border:1px dashed color-mix(in srgb,var(--tri) 35%,transparent);border-radius:50%}
.ht-tri-baby__head{position:absolute;width:100px;height:100px;border-radius:50%;left:116px;top:77px;background:#ffe9db;box-shadow:inset -10px -8px 18px rgba(192,128,98,.08)}
.ht-tri-baby__body{position:absolute;width:135px;height:150px;left:105px;top:145px;border-radius:48% 52% 52% 48%;background:#ffe2d0;transform:rotate(20deg);box-shadow:inset -12px -12px 25px rgba(192,128,98,.07)}
.ht-tri-baby__heart{position:absolute;right:56px;bottom:69px;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;color:var(--tri);font-size:1.6rem;box-shadow:0 8px 25px rgba(45,37,41,.08)}
.ht-tri-section{padding:58px 0}
.ht-tri-overview{background:#fff}
.ht-tri-heading{max-width:820px;margin:0 auto 30px;text-align:center}
.ht-tri-heading>span,.ht-tri-heading>div>span{color:var(--tri-dark);font-size:.72rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.ht-tri-heading h2{margin:5px 0 10px;font:700 clamp(1.85rem,3vw,2.8rem)/1.15 var(--ht-serif);letter-spacing:-.02em}
.ht-tri-heading p{margin:0;color:#747985;font-size:.93rem}
.ht-tri-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ht-tri-feature-card{position:relative;min-height:235px;padding:27px 26px;border:1px solid var(--tri-border);border-radius:22px;background:linear-gradient(145deg,#fff,var(--tri-soft));overflow:hidden;box-shadow:0 12px 30px rgba(56,43,48,.045)}
.ht-tri-feature-card__num{position:absolute;right:20px;top:17px;color:color-mix(in srgb,var(--tri) 35%,#fff);font:700 2.5rem/1 var(--ht-serif)}
.ht-tri-feature-card__icon{display:grid;place-items:center;width:48px;height:48px;margin-bottom:18px;border:1px solid var(--tri-border);border-radius:15px;background:#fff;color:var(--tri-dark);font-size:1.4rem}
.ht-tri-feature-card h3{margin:0 0 8px;font:700 1.25rem/1.2 var(--ht-serif)}
.ht-tri-feature-card p{margin:0;color:#707682;font-size:.84rem;line-height:1.7}
.ht-tri-weeks{background:linear-gradient(180deg,#fffaf8 0%,#fff 100%);border-top:1px solid #f6ebe7;border-bottom:1px solid #f6ebe7}
.ht-tri-heading--split{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:50px;max-width:none;text-align:left}
.ht-tri-heading--split h2{margin-bottom:0}
.ht-tri-heading--split>p{padding-bottom:4px}
.ht-tri-week-nav{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 20px}
.ht-tri-week-nav a{display:grid;place-items:center;width:40px;height:38px;border:1px solid var(--tri-border);border-radius:10px;background:#fff;color:var(--tri-dark);font-size:.75rem;font-weight:850;transition:.2s}
.ht-tri-week-nav a:hover{transform:translateY(-2px);background:var(--tri);border-color:var(--tri);color:#fff}
.ht-tri-week-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ht-tri-week-card{scroll-margin-top:96px;display:flex;flex-direction:column;min-height:355px;padding:22px;border:1px solid #f0e2de;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(53,40,45,.04);transition:.2s ease}
.ht-tri-week-card:hover{transform:translateY(-3px);border-color:var(--tri-border);box-shadow:0 16px 34px color-mix(in srgb,var(--tri) 10%,transparent)}
.ht-tri-week-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:16px}
.ht-tri-week-card__number{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:var(--tri-soft);color:var(--tri-dark);font:700 1.3rem/1 var(--ht-serif)}
.ht-tri-week-card__stage{max-width:72%;padding:6px 9px;border-radius:999px;background:#fbf8f7;color:#848991;font-size:.62rem;font-weight:750;text-align:right}
.ht-tri-week-card h3{margin:0 0 9px;font:700 1.12rem/1.3 var(--ht-serif)}
.ht-tri-week-card>p{margin:0 0 12px;color:#737985;font-size:.78rem;line-height:1.65}
.ht-tri-week-card ul{display:grid;gap:5px;list-style:none;margin:0 0 16px;padding:0}
.ht-tri-week-card li{position:relative;padding-left:18px;color:#69707b;font-size:.72rem;line-height:1.5}
.ht-tri-week-card li:before{content:"✓";position:absolute;left:0;color:var(--tri);font-weight:900}
.ht-tri-week-card>a{display:inline-flex;align-items:center;gap:6px;margin-top:auto;color:var(--tri-dark);font-size:.72rem;font-weight:850}
.ht-tri-week-card>a span{transition:.2s}.ht-tri-week-card>a:hover span{transform:translateX(3px)}
.ht-tri-note{padding:36px 0;background:#fff}
.ht-tri-note__box{display:grid;grid-template-columns:70px 1fr;gap:20px;align-items:center;padding:24px 28px;border:1px solid var(--tri-border);border-radius:20px;background:linear-gradient(110deg,var(--tri-soft),#fff)}
.ht-tri-note__icon{display:grid;place-items:center;width:58px;height:58px;border-radius:18px;background:#fff;color:var(--tri);font-size:1.8rem;box-shadow:0 8px 18px rgba(57,44,48,.05)}
.ht-tri-note h2{margin:0 0 4px;font:700 1.25rem/1.2 var(--ht-serif)}
.ht-tri-note p{margin:0;color:#717782;font-size:.8rem;line-height:1.65}
.ht-tri-editor-content{padding-top:15px}
.ht-tri-editor-content .ht-article{max-width:1040px;margin:auto}
.ht-tri-switcher{padding:26px 0 65px;background:#fff}
.ht-tri-switcher__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.ht-tri-switch{display:flex;flex-direction:column;min-height:105px;padding:20px 22px;border:1px solid var(--tri-border);border-radius:18px;background:#fff;transition:.2s}
.ht-tri-switch:hover{transform:translateY(-2px);background:var(--tri-soft)}
.ht-tri-switch span{color:#8b9098;font-size:.68rem;font-weight:700}
.ht-tri-switch strong{margin-top:7px;font:700 1.05rem/1.2 var(--ht-serif);color:var(--tri-dark)}
.ht-tri-switch--next{text-align:right;align-items:flex-end}

@media (max-width:1100px){
  .ht-tri-hero__grid{grid-template-columns:1fr 330px;gap:35px;min-height:520px}
  .ht-tri-baby{width:280px;height:280px}.ht-tri-baby__head{width:82px;height:82px;left:96px;top:63px}.ht-tri-baby__body{width:112px;height:125px;left:86px;top:119px}.ht-tri-baby__heart{right:42px;bottom:55px}
  .ht-tri-week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:820px){
  .ht-tri-hero__grid{grid-template-columns:1fr;min-height:0;padding-bottom:42px}.ht-tri-hero__visual{display:none}
  .ht-tri-feature-grid{grid-template-columns:1fr}.ht-tri-feature-card{min-height:0}
  .ht-tri-heading--split{grid-template-columns:1fr;gap:10px}
  .ht-tri-metrics{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:640px){
  .ht-tri-breadcrumbs{padding-top:15px}.ht-tri-hero__grid{padding-top:27px}.ht-tri-hero h1{font-size:2.45rem}
  .ht-tri-hero__copy>p{font-size:.93rem}.ht-tri-hero__actions{display:grid}.ht-tri-hero__actions .ht-button{width:100%}
  .ht-tri-metrics{grid-template-columns:1fr}.ht-tri-section{padding:42px 0}.ht-tri-heading{text-align:left;margin-bottom:22px}
  .ht-tri-week-grid{grid-template-columns:1fr}.ht-tri-week-card{min-height:0}.ht-tri-note__box{grid-template-columns:1fr;padding:22px}.ht-tri-note__icon{width:50px;height:50px}
  .ht-tri-switcher__grid{grid-template-columns:1fr}.ht-tri-switch--next{text-align:left;align-items:flex-start}
}

/* =========================================================
   v1.0.13 - Özel kategori sayfaları
   ========================================================= */
.ht-category-page{--cat-accent:#ff6f7d;background:#fff}.ht-category-page .ht-breadcrumbs{padding-top:20px}.ht-category-page .ht-breadcrumbs a{color:var(--cat-accent)}
.ht-cat-hero{position:relative;overflow:hidden;border-bottom:1px solid #f2e6e2;background:radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--cat-accent) 14%,transparent),transparent 28%),linear-gradient(180deg,#fff9f7 0%,#fff 94%)}
.ht-cat-hero:after{content:"";position:absolute;right:-170px;top:-230px;width:520px;height:520px;border:1px solid color-mix(in srgb,var(--cat-accent) 19%,transparent);border-radius:50%;pointer-events:none}.ht-cat-hero__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.7fr);gap:70px;align-items:center;min-height:490px;padding:28px 0 52px}.ht-cat-hero__copy{max-width:820px}.ht-cat-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--cat-accent);font-size:.75rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ht-cat-kicker b{display:grid;place-items:center;width:35px;height:35px;border:1px solid color-mix(in srgb,var(--cat-accent) 28%,#fff);border-radius:11px;background:#fff;font-size:1rem}.ht-cat-hero h1{margin:14px 0 16px;font:700 clamp(2.7rem,4.8vw,4.8rem)/1.02 var(--ht-serif);letter-spacing:-.04em;color:var(--ht-text)}.ht-cat-hero__copy>p{max-width:740px;margin:0;color:#676d78;font-size:1rem;line-height:1.8}.ht-cat-metrics{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.ht-cat-metrics>div{min-width:145px;padding:12px 15px;border:1px solid #eee0dc;border-radius:14px;background:rgba(255,255,255,.82)}.ht-cat-metrics span{display:block;color:#96959a;font-size:.63rem}.ht-cat-metrics strong{display:block;margin-top:2px;color:#353a45;font-size:.82rem}.ht-cat-hero__visual{display:flex;align-items:center;justify-content:center;min-height:330px}.ht-cat-hero__visual img{width:min(100%,560px);max-height:390px;object-fit:cover;border:1px solid #f1e3df;border-radius:28px;box-shadow:0 20px 55px rgba(54,41,46,.08)}
.ht-cat-art{position:relative;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle at 35% 28%,#fff 0 12%,color-mix(in srgb,var(--cat-accent) 10%,#fff) 52%,color-mix(in srgb,var(--cat-accent) 26%,#fff));box-shadow:inset 0 0 0 20px rgba(255,255,255,.34),0 22px 62px color-mix(in srgb,var(--cat-accent) 15%,transparent)}.ht-cat-art__ring{position:absolute;inset:-27px;border:1px dashed color-mix(in srgb,var(--cat-accent) 38%,transparent);border-radius:50%}.ht-cat-art__ring--two{inset:35px;border-style:solid;opacity:.55}.ht-cat-art>b{position:absolute;inset:0;display:grid;place-items:center;color:var(--cat-accent);font-size:4.2rem;font-style:normal;font-weight:400}.ht-cat-art i,.ht-cat-art em{position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 5px 16px rgba(50,39,43,.07)}.ht-cat-art i{left:18px;top:65px}.ht-cat-art em{right:14px;bottom:62px;width:15px;height:15px}
.ht-cat-featured,.ht-cat-posts,.ht-cat-other{padding:52px 0}.ht-cat-featured{background:#fff}.ht-cat-posts{border-top:1px solid #f6ebe7;border-bottom:1px solid #f6ebe7;background:linear-gradient(180deg,#fffaf8 0%,#fff 100%)}.ht-cat-other{padding-top:42px;background:#fff}.ht-cat-section-title{max-width:760px;margin:0 auto 27px;text-align:center}.ht-cat-section-title>span,.ht-cat-section-title>div>span{color:var(--cat-accent);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.ht-cat-section-title h2{margin:5px 0 0;font:700 clamp(1.75rem,2.7vw,2.55rem)/1.15 var(--ht-serif);letter-spacing:-.02em}.ht-cat-section-title p{margin:0;color:#7c8089;font-size:.82rem}.ht-cat-section-title--split{display:grid;grid-template-columns:1fr .7fr;gap:45px;align-items:end;max-width:none;text-align:left}.ht-cat-section-title--split>p{padding-bottom:5px;text-align:right}
.ht-cat-featured__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.65fr);gap:18px}.ht-cat-lead-card{display:grid;grid-template-columns:minmax(300px,.95fr) minmax(0,1fr);min-height:410px;overflow:hidden;border:1px solid #efdfdb;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(54,40,45,.055)}.ht-cat-lead-card__media{min-height:100%;overflow:hidden;background:#fff6f6}.ht-cat-lead-card__media img{width:100%;height:100%;object-fit:cover;transition:.3s}.ht-cat-lead-card:hover .ht-cat-lead-card__media img{transform:scale(1.025)}.ht-cat-media-fallback{display:grid;place-items:center;width:100%;height:100%;min-height:210px;background:radial-gradient(circle at 50% 45%,#fff,color-mix(in srgb,var(--cat-accent) 17%,#fff));color:var(--cat-accent);font-size:4rem}.ht-cat-lead-card__body{display:flex;flex-direction:column;justify-content:center;padding:35px}.ht-cat-post-meta{display:flex;gap:7px;flex-wrap:wrap;color:#97999f;font-size:.67rem}.ht-cat-lead-card h2{margin:9px 0 12px;font:700 clamp(1.55rem,2.2vw,2.2rem)/1.16 var(--ht-serif)}.ht-cat-lead-card p{margin:0 0 18px;color:#737883;font-size:.85rem;line-height:1.7}.ht-cat-readmore{display:inline-flex;align-items:center;gap:7px;color:var(--cat-accent);font-size:.75rem;font-weight:850}.ht-cat-readmore span{transition:.2s}.ht-cat-readmore:hover span{transform:translateX(4px)}
.ht-cat-side-list{display:grid;grid-template-rows:repeat(3,1fr);gap:10px}.ht-cat-side-card{display:grid;grid-template-columns:112px 1fr;gap:14px;min-height:124px;padding:10px;border:1px solid #efe2de;border-radius:18px;background:#fff}.ht-cat-side-card__media{overflow:hidden;border-radius:13px;background:#fff6f6}.ht-cat-side-card__media img{width:100%;height:100%;object-fit:cover}.ht-cat-side-card__media>span{display:grid;place-items:center;width:100%;height:100%;color:var(--cat-accent);font-size:1.6rem}.ht-cat-side-card>div{display:flex;flex-direction:column;justify-content:center;min-width:0}.ht-cat-side-card small{color:#9a9ca1;font-size:.61rem}.ht-cat-side-card h3{margin:4px 0 6px;font:700 .96rem/1.25 var(--ht-serif)}.ht-cat-side-card>div>a{color:var(--cat-accent);font-size:.66rem;font-weight:850}
.ht-cat-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ht-cat-post-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #eee0dc;border-radius:21px;background:#fff;box-shadow:0 10px 28px rgba(55,41,46,.04);transition:.22s}.ht-cat-post-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--cat-accent) 26%,#eee0dc);box-shadow:0 16px 34px color-mix(in srgb,var(--cat-accent) 9%,transparent)}.ht-cat-post-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#fff6f6}.ht-cat-post-card__media img{width:100%;height:100%;object-fit:cover;transition:.28s}.ht-cat-post-card:hover .ht-cat-post-card__media img{transform:scale(1.025)}.ht-cat-post-card__body{display:flex;flex:1;flex-direction:column;padding:19px}.ht-cat-post-card small{color:#9a9ca2;font-size:.63rem}.ht-cat-post-card h3{margin:6px 0 8px;font:700 1.14rem/1.28 var(--ht-serif)}.ht-cat-post-card p{margin:0 0 14px;color:#747a84;font-size:.78rem;line-height:1.65}.ht-cat-post-card .ht-cat-readmore{margin-top:auto}.ht-cat-pagination{margin-top:30px}.ht-cat-pagination .nav-links{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.ht-cat-pagination .page-numbers{display:grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border:1px solid #ecdfdb;border-radius:10px;background:#fff;font-size:.72rem;font-weight:800}.ht-cat-pagination .page-numbers.current{border-color:var(--cat-accent);background:var(--cat-accent);color:#fff}
.ht-cat-empty{max-width:700px;margin:0 auto;padding:52px 28px;text-align:center;border:1px solid #eee0dc;border-radius:22px;background:#fff}.ht-cat-empty>span{display:grid;place-items:center;width:64px;height:64px;margin:0 auto 14px;border-radius:20px;background:color-mix(in srgb,var(--cat-accent) 10%,#fff);color:var(--cat-accent);font-size:2rem}.ht-cat-empty h2{margin:0 0 8px;font:700 1.55rem/1.2 var(--ht-serif)}.ht-cat-empty p{margin:0 0 18px;color:#777d86}.ht-category-page .ht-button{border-color:var(--cat-accent);background:var(--cat-accent)}
.ht-cat-other__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ht-cat-other__grid>a{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;min-height:84px;padding:14px;border:1px solid #eee1dd;border-radius:17px;background:#fff;transition:.2s}.ht-cat-other__grid>a:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--other-accent) 30%,#eee1dd);box-shadow:0 11px 25px color-mix(in srgb,var(--other-accent) 8%,transparent)}.ht-cat-other__grid>a>b{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:color-mix(in srgb,var(--other-accent) 10%,#fff);color:var(--other-accent);font-size:1.25rem}.ht-cat-other__grid>a span{min-width:0}.ht-cat-other__grid>a strong{display:block;font:700 .9rem/1.2 var(--ht-serif)}.ht-cat-other__grid>a small{display:block;margin-top:3px;color:#999ba0;font-size:.61rem}.ht-cat-other__grid>a>i{color:var(--other-accent);font-style:normal;font-weight:850}
.ht-term-image-preview{margin-top:10px}.ht-term-image-preview img{display:block;width:180px;height:auto;border-radius:10px;border:1px solid #ddd}
@media(max-width:1100px){.ht-cat-hero__grid{grid-template-columns:1fr 300px;gap:35px}.ht-cat-art{width:255px;height:255px}.ht-cat-featured__grid{grid-template-columns:1fr}.ht-cat-side-list{grid-template-columns:repeat(3,1fr);grid-template-rows:none}.ht-cat-side-card{grid-template-columns:92px 1fr}.ht-cat-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-cat-other__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.ht-cat-hero__grid{grid-template-columns:1fr;min-height:0;padding:32px 0 42px}.ht-cat-hero__visual{display:none}.ht-cat-featured,.ht-cat-posts,.ht-cat-other{padding:42px 0}.ht-cat-section-title--split{grid-template-columns:1fr;gap:8px}.ht-cat-section-title--split>p{text-align:left}.ht-cat-lead-card{grid-template-columns:1fr;min-height:0}.ht-cat-lead-card__media{aspect-ratio:16/8}.ht-cat-side-list{grid-template-columns:1fr}.ht-cat-side-card{grid-template-columns:110px 1fr}}
@media(max-width:640px){.ht-category-page .ht-breadcrumbs{padding-top:14px}.ht-cat-hero h1{font-size:2.55rem}.ht-cat-hero__copy>p{font-size:.91rem}.ht-cat-metrics{display:grid;grid-template-columns:1fr 1fr}.ht-cat-metrics>div:last-child{grid-column:1/-1}.ht-cat-featured,.ht-cat-posts,.ht-cat-other{padding:34px 0}.ht-cat-section-title{text-align:left;margin-bottom:20px}.ht-cat-lead-card__body{padding:22px}.ht-cat-post-grid{grid-template-columns:1fr}.ht-cat-other__grid{grid-template-columns:1fr}.ht-cat-side-card{grid-template-columns:92px 1fr}.ht-cat-post-card__body{padding:17px}}

/* ==========================================================
   v1.0.14 — Professional evidence-based calculator pages
   ========================================================== */
.ht-tool-svg{width:24px;height:24px;display:block}.ht-tool-card__svg{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:13px;background:#fff5f6;color:var(--ht-primary);margin:0 auto 12px}.ht-tool-card__svg .ht-tool-svg{width:22px;height:22px}.ht-tool-page,.ht-tool-hub,.ht-week-single{background:#fff}.ht-tool-hero{position:relative;overflow:hidden;border-bottom:1px solid #f1dfda;background:linear-gradient(115deg,#fff8f7 0%,#fff 55%,#fff5f7 100%)}.ht-tool-page--lavender .ht-tool-hero{background:linear-gradient(115deg,#fbf8ff 0%,#fff 55%,#f8f4ff 100%)}.ht-tool-page--peach .ht-tool-hero{background:linear-gradient(115deg,#fff8f2 0%,#fff 55%,#fff3ea 100%)}.ht-tool-page--sage .ht-tool-hero{background:linear-gradient(115deg,#f6fbf4 0%,#fff 55%,#f0f8ed 100%)}.ht-tool-page--mauve .ht-tool-hero{background:linear-gradient(115deg,#fff7fb 0%,#fff 55%,#f8f1fa 100%)}.ht-tool-page--sky .ht-tool-hero{background:linear-gradient(115deg,#f5fbff 0%,#fff 55%,#f1f8fc 100%)}.ht-tool-page--coral .ht-tool-hero{background:linear-gradient(115deg,#fff7f4 0%,#fff 55%,#fff0ec 100%)}.ht-tool-hero__grid{min-height:430px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.65fr);gap:60px;align-items:center;padding:58px 0}.ht-tool-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:24px;color:#8b8588;font-size:.76rem}.ht-tool-breadcrumb a:hover{color:var(--ht-primary)}.ht-tool-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:#fff0f2;color:var(--ht-primary-dark);font-size:.7rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ht-tool-page--sage .ht-tool-eyebrow{background:#edf6e9;color:#527349}.ht-tool-page--lavender .ht-tool-eyebrow,.ht-tool-page--mauve .ht-tool-eyebrow{background:#f3edff;color:#7359a3}.ht-tool-page--peach .ht-tool-eyebrow,.ht-tool-page--coral .ht-tool-eyebrow{background:#fff0e5;color:#a96331}.ht-tool-page--sky .ht-tool-eyebrow{background:#edf7fc;color:#49718a}.ht-tool-hero__copy h1,.ht-tool-hub-hero h1{max-width:820px;margin:13px 0 16px;font:700 clamp(2.3rem,4.4vw,4.2rem)/1.04 var(--ht-serif);letter-spacing:-.03em;color:#17223a}.ht-tool-hero__copy>p,.ht-tool-hub-hero p{max-width:760px;margin:0;color:#686f7d;font-size:1.02rem}.ht-tool-trust{display:flex;align-items:center;gap:10px;margin-top:23px;color:#65706c;font-size:.78rem}.ht-tool-trust span{width:34px;height:34px;border:1px solid #ecdeda;border-radius:11px;background:#fff;display:grid;place-items:center;color:var(--ht-primary)}.ht-tool-trust .ht-tool-svg{width:18px;height:18px}.ht-tool-hero__visual{min-height:310px;display:grid;place-items:center;position:relative}.ht-tool-hero__orb{position:relative;z-index:2;width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ff7c8a,#f05267);color:#fff;box-shadow:0 26px 60px rgba(240,82,103,.22),inset 0 0 0 16px rgba(255,255,255,.14)}.ht-tool-hero__orb .ht-tool-svg{width:72px;height:72px;stroke-width:1.35}.ht-tool-page--lavender .ht-tool-hero__orb,.ht-tool-hub-card--lavender .ht-tool-hub-card__icon{background:linear-gradient(145deg,#aa8ddd,#7d66b4)}.ht-tool-page--peach .ht-tool-hero__orb,.ht-tool-hub-card--peach .ht-tool-hub-card__icon{background:linear-gradient(145deg,#f3b26e,#de8352)}.ht-tool-page--sage .ht-tool-hero__orb,.ht-tool-hub-card--sage .ht-tool-hub-card__icon{background:linear-gradient(145deg,#9abd8d,#729c68)}.ht-tool-page--mauve .ht-tool-hero__orb,.ht-tool-hub-card--mauve .ht-tool-hub-card__icon{background:linear-gradient(145deg,#c691b5,#9d6d92)}.ht-tool-page--sky .ht-tool-hero__orb,.ht-tool-hub-card--sky .ht-tool-hub-card__icon{background:linear-gradient(145deg,#7fb9d7,#558eac)}.ht-tool-page--coral .ht-tool-hero__orb,.ht-tool-hub-card--coral .ht-tool-hub-card__icon{background:linear-gradient(145deg,#f38c72,#df665c)}.ht-tool-hero__dot{position:absolute;border-radius:50%;background:#ffd6db}.ht-tool-hero__dot--one{width:28px;height:28px;left:13%;top:20%}.ht-tool-hero__dot--two{width:15px;height:15px;right:12%;bottom:18%}.ht-tool-hero__line{position:absolute;width:280px;height:280px;border:1px solid #ffd9dd;border-radius:50%}.ht-tool-workspace{padding:52px 0 30px;background:linear-gradient(180deg,#fff 0%,#fffaf8 100%)}.ht-tool-workspace__grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:24px;align-items:stretch}.ht-tool-form-card,.ht-tool-result-card,.ht-tool-placeholder{border:1px solid #ecdeda;border-radius:25px;background:#fff;box-shadow:0 16px 45px rgba(57,40,46,.065)}.ht-tool-form-card{padding:28px}.ht-tool-card-heading{display:flex;gap:14px;align-items:center;margin-bottom:24px}.ht-tool-card-heading>span{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff2f4;color:var(--ht-primary)}.ht-tool-card-heading>span .ht-tool-svg{width:24px;height:24px}.ht-tool-card-heading small{display:block;color:#999198;font-size:.68rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.ht-tool-card-heading h2{margin:3px 0 0;font:700 1.35rem/1.15 var(--ht-serif)}.ht-field{margin-top:18px}.ht-field label,.ht-choice-field legend{display:block;margin-bottom:7px;color:#313946;font-size:.78rem;font-weight:800}.ht-field input[type=date],.ht-field input[type=number]{width:100%;height:52px;padding:0 14px;border:1px solid #e6dcd8;border-radius:13px;background:#fff;color:#1d2a42;outline:none}.ht-field input:focus{border-color:#ff9da8;box-shadow:0 0 0 3px rgba(240,82,103,.08)}.ht-field small{display:block;margin-top:7px;color:#8c8c93;font-size:.67rem}.ht-field-with-unit{display:grid;grid-template-columns:1fr 70px;align-items:center}.ht-field-with-unit input{border-radius:13px 0 0 13px!important}.ht-field-with-unit span{height:52px;display:grid;place-items:center;border:1px solid #e6dcd8;border-left:0;border-radius:0 13px 13px 0;background:#faf8f7;color:#777;font-size:.76rem}.ht-choice-field{border:0;padding:0;margin:20px 0 0}.ht-choice-field label{display:flex;align-items:center;gap:11px;padding:12px 13px;margin-top:9px;border:1px solid #eadeda;border-radius:13px;background:#fff;cursor:pointer}.ht-choice-field input{accent-color:var(--ht-primary)}.ht-choice-field span{display:grid}.ht-choice-field b{font-size:.8rem}.ht-choice-field small{color:#8b8b92;font-size:.66rem}.ht-tool-submit{width:100%;margin-top:22px;justify-content:space-between}.ht-tool-privacy{margin:13px 0 0;color:#99949a;font-size:.66rem;line-height:1.45}.ht-tool-error{margin-top:14px;padding:10px 12px;border:1px solid #ffc6cd;border-radius:10px;background:#fff5f6;color:#a33e4b;font-size:.74rem}.ht-tool-result-card{position:relative;overflow:hidden;padding:28px}.ht-tool-result-card[hidden]{display:none!important}.ht-tool-result-card:before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--ht-primary),#ff9aa5)}.ht-tool-result-card__head{display:flex;justify-content:space-between;align-items:center;color:#827b80;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900}.ht-tool-result-card__head i{width:40px;height:40px;border-radius:12px;background:#fff3f4;color:var(--ht-primary);display:grid;place-items:center;font-style:normal}.ht-tool-result-card__head .ht-tool-svg{width:20px;height:20px}.ht-tool-result-card__primary{padding:19px 0 22px;border-bottom:1px solid #eee4e1}.ht-tool-result-card__primary small{display:block;color:#8f898c;font-size:.72rem}.ht-tool-result-card__primary strong{display:block;margin-top:3px;font:700 clamp(1.9rem,3.2vw,2.7rem)/1.08 var(--ht-serif);color:#e24d62}.ht-tool-result-card__primary p{margin:8px 0 0;color:#626a77;font-size:.82rem}.ht-tool-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:16px}.ht-tool-result-metric{padding:14px;border:1px solid #efe5e2;border-radius:14px;background:#fffdfc}.ht-tool-result-metric small{display:block;color:#918a8d;font-size:.66rem}.ht-tool-result-metric strong{display:block;margin-top:3px;color:#1e2a41;font-size:.88rem;overflow-wrap:anywhere}.ht-tool-result-metric span{display:block;color:#8e9298;font-size:.65rem}.ht-tool-result-card__notice{display:flex;gap:10px;margin-top:15px;padding:13px;border-radius:13px;background:#fff6f5;color:#74727a;font-size:.7rem;line-height:1.55}.ht-tool-result-card__notice span{flex:0 0 28px;width:28px;height:28px;border-radius:9px;background:#fff;display:grid;place-items:center;color:var(--ht-primary)}.ht-tool-result-card__notice .ht-tool-svg{width:15px;height:15px}.ht-tool-result-card__notice p{margin:2px 0 0}.ht-tool-placeholder{display:flex;min-height:385px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px;background:linear-gradient(145deg,#fff,#fff8f7)}.ht-tool-placeholder[hidden]{display:none!important}.ht-tool-placeholder__icon{width:82px;height:82px;border-radius:24px;background:#fff1f3;color:var(--ht-primary);display:grid;place-items:center}.ht-tool-placeholder__icon .ht-tool-svg{width:38px;height:38px}.ht-tool-placeholder h2{font:700 1.45rem/1.15 var(--ht-serif);margin:18px 0 7px}.ht-tool-placeholder p{max-width:440px;margin:0;color:#80828a;font-size:.8rem}.ht-tool-info-section{padding:22px 0 70px;background:#fffaf8}.ht-tool-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ht-tool-method-card{display:flex;gap:16px;padding:24px;border:1px solid #eadfdb;border-radius:20px;background:#fff}.ht-tool-method-card--soft{background:#fff7f5}.ht-tool-method-card__icon{flex:0 0 44px;width:44px;height:44px;border-radius:13px;background:#fff0f2;color:var(--ht-primary);display:grid;place-items:center}.ht-tool-method-card__icon .ht-tool-svg{width:21px;height:21px}.ht-tool-method-card h2{margin:1px 0 7px;font:700 1.12rem/1.2 var(--ht-serif)}.ht-tool-method-card p{margin:0;color:#71747d;font-size:.76rem}.ht-tool-sources{display:grid;grid-template-columns:54px 1fr;gap:18px;margin-top:18px;padding:24px;border:1px solid #e7dfdc;border-radius:20px;background:#fff}.ht-tool-sources__icon{width:50px;height:50px;border-radius:15px;background:#edf6e9;color:#608256;display:grid;place-items:center}.ht-tool-sources__icon .ht-tool-svg{width:24px;height:24px}.ht-tool-sources h2{margin:0 0 5px;font:700 1.08rem/1.2 var(--ht-serif)}.ht-tool-sources p{margin:0 0 10px;color:#787b82;font-size:.73rem}.ht-tool-sources ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px}.ht-tool-sources a{display:inline-flex;gap:5px;padding:7px 10px;border:1px solid #e8dfdc;border-radius:9px;color:#485368;background:#fff;font-size:.68rem;font-weight:700}.ht-tool-sources a:hover{border-color:#ffb7c0;color:var(--ht-primary-dark)}

/* Tools hub */
.ht-tool-hub-hero{padding:72px 0 56px;text-align:center;background:linear-gradient(180deg,#fff8f7,#fff)}.ht-tool-hub-hero h1{margin-inline:auto}.ht-tool-hub-hero p{margin-inline:auto}.ht-tool-hub-list{padding:12px 0 75px}.ht-tool-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ht-tool-hub-card{position:relative;display:grid;grid-template-columns:66px minmax(0,1fr) 36px;gap:18px;align-items:center;padding:20px;border:1px solid #eadfdb;border-radius:20px;background:#fff;box-shadow:0 10px 35px rgba(49,35,40,.045);transition:.2s ease}.ht-tool-hub-card:hover{transform:translateY(-2px);border-color:#ffc4cb;box-shadow:0 16px 40px rgba(49,35,40,.075)}.ht-tool-hub-card__icon{width:62px;height:62px;border-radius:18px;background:linear-gradient(145deg,#ff7c8a,#f05267);color:#fff;display:grid;place-items:center}.ht-tool-hub-card__icon .ht-tool-svg{width:28px;height:28px}.ht-tool-hub-card__copy{min-width:0}.ht-tool-hub-card__copy small{color:#a09a9d;font-size:.63rem;text-transform:uppercase;font-weight:800;letter-spacing:.05em}.ht-tool-hub-card__copy strong{display:block;margin:3px 0 5px;font:700 1.12rem/1.2 var(--ht-serif)}.ht-tool-hub-card__copy p{margin:0;color:#737781;font-size:.72rem}.ht-tool-hub-card__arrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff4f5;color:var(--ht-primary);font-weight:900}

/* Week-by-week hub */
.ht-week-hub{padding:46px 0 72px;background:linear-gradient(180deg,#fff,#fffaf8)}.ht-week-hub__selector{display:grid;grid-template-columns:repeat(20,1fr);gap:5px}.ht-week-hub__selector button{height:39px;border:1px solid #eadeda;border-radius:9px;background:#fff8f6;color:#4d5667;font-size:.72rem;font-weight:800}.ht-week-hub__selector button:hover,.ht-week-hub__selector button.is-active{background:var(--ht-primary);border-color:var(--ht-primary);color:#fff}.ht-week-hub__bar{margin-bottom:23px}.ht-week-hub__detail{display:grid;grid-template-columns:180px minmax(0,1.1fr) minmax(280px,.8fr);gap:28px;align-items:center;padding:28px;border:1px solid #eadbd7;border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(49,35,40,.06)}.ht-week-hub__visual{text-align:center}.ht-week-hub__number{font:700 3.6rem/1 var(--ht-serif);color:var(--ht-primary-dark)}.ht-week-hub__visual>small{display:block;margin:2px 0 13px;color:#a19598;font-size:.65rem;font-weight:900;letter-spacing:.1em}.ht-week-hub__visual .ht-baby-orb{width:126px;height:126px;margin:auto}.ht-week-hub__copy h2{margin:9px 0 10px;font:700 1.75rem/1.15 var(--ht-serif)}.ht-week-hub__copy p{margin:0 0 16px;color:#6e7380;font-size:.82rem}.ht-week-hub__points{padding:18px;border-radius:17px;background:#fff8f7;border:1px solid #f0dfdb}.ht-week-hub__points h3{margin:0 0 10px;font:700 1rem/1.2 var(--ht-serif)}.ht-week-hub__points ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}.ht-week-hub__points li{position:relative;padding-left:18px;color:#666d79;font-size:.7rem}.ht-week-hub__points li:before{content:"✓";position:absolute;left:0;color:var(--ht-primary);font-weight:900}.ht-week-hub__note{margin-top:13px;padding-top:12px;border-top:1px solid #efdedb;color:#82858c;font-size:.68rem}.ht-week-hub__trimester-links{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:18px 0 30px}.ht-week-hub__trimester-links a{display:grid;grid-template-columns:52px 1fr;column-gap:12px;padding:16px;border:1px solid #e7dfdc;border-radius:16px;background:#fff}.ht-week-hub__trimester-links span{grid-row:1/3;width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eef6ea;color:#5f7c58;font-weight:900;font-size:.72rem}.ht-week-hub__trimester-links a:nth-child(2) span{background:#fff1cf;color:#916c24}.ht-week-hub__trimester-links a:nth-child(3) span{background:#ffe7ea;color:#a94d59}.ht-week-hub__trimester-links strong{font:700 .95rem/1.2 var(--ht-serif)}.ht-week-hub__trimester-links small{color:#85868c;font-size:.64rem}

/* Individual week pages */
.ht-week-single-hero{padding:54px 0;background:linear-gradient(120deg,#fff8f7,#fff)}.ht-week-single-hero__grid{display:grid;grid-template-columns:250px minmax(0,1fr);gap:46px;align-items:center}.ht-week-single-hero__visual{min-height:250px;display:grid;place-items:center;align-content:center;border:1px solid #f0ddd9;border-radius:28px;background:#fff;box-shadow:0 15px 45px rgba(48,35,40,.055)}.ht-week-single-hero__week{font:700 4.2rem/1 var(--ht-serif);color:var(--ht-primary-dark)}.ht-week-single-hero__visual>small{margin:5px 0 12px;color:#a3989b;font-size:.66rem;font-weight:900;letter-spacing:.12em}.ht-week-single-hero__visual .ht-baby-orb{width:100px;height:100px}.ht-week-single-hero__copy h1{margin:12px 0 13px;font:700 clamp(2rem,3.8vw,3.5rem)/1.05 var(--ht-serif);letter-spacing:-.025em}.ht-week-single-hero__copy>p{max-width:840px;margin:0;color:#68707e;font-size:.94rem}.ht-week-single-hero__meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.ht-week-single-hero__meta span{padding:9px 12px;border:1px solid #eadeda;border-radius:10px;background:#fff;color:#7b7b82;font-size:.7rem}.ht-week-single-content{padding:38px 0 70px}.ht-week-single-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:20px}.ht-week-single-grid article,.ht-week-single-grid aside{padding:26px;border:1px solid #eaddd9;border-radius:21px;background:#fff}.ht-week-single-grid aside{background:#fff7f5}.ht-week-single-grid h2{margin:0 0 13px;font:700 1.25rem/1.2 var(--ht-serif)}.ht-week-single-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.ht-week-single-grid li{position:relative;padding-left:24px;color:#626a77;font-size:.8rem}.ht-week-single-grid li:before{content:"✓";position:absolute;left:0;color:var(--ht-primary);font-weight:900}.ht-week-single-grid aside>span{width:38px;height:38px;border-radius:12px;background:#ffe9ec;color:var(--ht-primary);display:grid;place-items:center;margin-bottom:13px}.ht-week-single-grid aside p{margin:0;color:#70737c;font-size:.79rem}.ht-week-single-disclaimer{margin:16px 0;padding:14px 16px;border:1px solid #ece4e1;border-radius:14px;background:#faf9f8;color:#85848a;font-size:.69rem}.ht-week-single-nav{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin-top:22px}.ht-week-single-nav>a{min-height:48px;padding:10px 14px;border:1px solid #eadeda;border-radius:12px;background:#fff;font-weight:800;font-size:.75rem}.ht-week-single-nav>a:last-child{text-align:right}.ht-week-single-nav__all{background:#fff3f4!important;color:var(--ht-primary-dark)!important;text-align:center!important}

@media(max-width:1050px){.ht-tool-hero__grid{grid-template-columns:1fr .55fr;gap:30px}.ht-tool-workspace__grid{grid-template-columns:1fr}.ht-tool-result-card,.ht-tool-placeholder{min-height:auto}.ht-week-hub__detail{grid-template-columns:150px 1fr}.ht-week-hub__points{grid-column:1/-1}.ht-tool-hub-grid{grid-template-columns:1fr}.ht-week-single-hero__grid{grid-template-columns:210px 1fr}}
@media(max-width:760px){.ht-tool-hero__grid{min-height:auto;grid-template-columns:1fr;padding:38px 0}.ht-tool-hero__visual{display:none}.ht-tool-hero__copy h1,.ht-tool-hub-hero h1{font-size:2.45rem}.ht-tool-workspace{padding-top:28px}.ht-tool-form-card,.ht-tool-result-card{padding:20px}.ht-tool-result-grid{grid-template-columns:1fr}.ht-tool-method-grid{grid-template-columns:1fr}.ht-tool-sources{grid-template-columns:1fr}.ht-tool-sources__icon{width:44px;height:44px}.ht-tool-hub-hero{padding:46px 0 36px}.ht-tool-hub-card{grid-template-columns:54px minmax(0,1fr) 30px;padding:16px}.ht-tool-hub-card__icon{width:52px;height:52px}.ht-week-hub__selector{grid-template-columns:repeat(8,1fr)}.ht-week-hub__detail{grid-template-columns:1fr;text-align:center}.ht-week-hub__copy .ht-button{width:100%}.ht-week-hub__points{text-align:left}.ht-week-hub__trimester-links{grid-template-columns:1fr}.ht-week-single-hero__grid{grid-template-columns:1fr}.ht-week-single-hero__visual{min-height:210px}.ht-week-single-grid{grid-template-columns:1fr}.ht-week-single-nav{grid-template-columns:1fr}.ht-week-single-nav>a,.ht-week-single-nav>a:last-child{text-align:center}.ht-week-single-nav>span{display:none}}


/* v1.0.15 - Theme managed header/footer logos and brand icon */
.ht-brand__image-link{display:flex;align-items:center;max-width:260px}
.ht-header-logo{display:block;max-width:240px;max-height:52px;width:auto;height:auto;object-fit:contain}
.ht-brand__mark{overflow:hidden}
.ht-brand__mark img{width:100%;height:100%;object-fit:contain;border-radius:inherit}
.ht-footer__brand{display:flex;align-items:center;gap:9px;min-height:42px}
.ht-footer__logo-link{display:inline-flex;align-items:center;max-width:260px}
.ht-footer-logo{display:block;max-width:230px;max-height:58px;width:auto;height:auto;object-fit:contain}
.ht-footer__brand-mark{width:38px;height:38px;display:grid;place-items:center;border:1px solid #f2d9dc;border-radius:12px;color:var(--ht-primary);overflow:hidden}
.ht-footer__brand-mark img{width:100%;height:100%;object-fit:contain}
@media (max-width:640px){.ht-brand__image-link{max-width:190px}.ht-header-logo{max-width:180px;max-height:42px}.ht-footer-logo{max-width:210px;max-height:54px}}


/* v1.0.16 - Dedicated Slider / Hero media settings */
.ht-hero__visual img{width:min(100%,520px);height:auto;max-height:555px;object-fit:contain;object-position:center bottom}

/* v1.0.17 — Corporate, editorial, privacy and legal pages */
.ht-corporate-page{background:linear-gradient(180deg,#fff 0%,#fffaf8 100%)}
.ht-corporate-hero{padding:54px 0 48px;border-bottom:1px solid #f0e1dc;background:
 radial-gradient(circle at 82% 22%,rgba(255,111,125,.12),transparent 27%),
 radial-gradient(circle at 10% 82%,rgba(185,167,232,.10),transparent 26%),
 linear-gradient(135deg,#fff 0%,#fff9f7 58%,#fff6f1 100%)}
.ht-corporate-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:52px;align-items:center}
.ht-corporate-hero__copy .ht-breadcrumbs{margin-bottom:28px}
.ht-corporate-hero__copy h1{max-width:900px;margin:7px 0 14px;font:700 clamp(2.25rem,4.2vw,4.15rem)/1.04 var(--ht-serif);letter-spacing:-.025em;color:var(--ht-text)}
.ht-corporate-hero__copy>p{max-width:850px;margin:0;color:#69707c;font-size:1.04rem;line-height:1.85}
.ht-corporate-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}
.ht-corporate-meta span{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid #efdeda;border-radius:999px;background:rgba(255,255,255,.75);font-size:.73rem;font-weight:700;color:#77717a}
.ht-corporate-hero__art{position:relative;width:240px;height:240px;margin-left:auto;display:grid;place-items:center;border:1px solid #f1ded9;border-radius:42% 58% 48% 52% / 52% 42% 58% 48%;background:linear-gradient(145deg,#fff,#fff1ed);box-shadow:0 24px 60px rgba(70,45,54,.09);overflow:hidden}
.ht-corporate-hero__art>span{position:relative;z-index:3;display:grid;place-items:center;width:94px;height:94px;border:1px solid #ffd4da;border-radius:32px;background:rgba(255,255,255,.88);font:700 2.55rem/1 var(--ht-serif);color:var(--ht-primary)}
.ht-corporate-hero__art i,.ht-corporate-hero__art b{position:absolute;border-radius:50%;background:rgba(255,111,125,.11)}
.ht-corporate-hero__art i{width:160px;height:160px;left:-42px;bottom:-36px}
.ht-corporate-hero__art b{width:105px;height:105px;right:-20px;top:-20px;background:rgba(185,167,232,.13)}
.ht-corporate-body{padding:46px 0 68px}
.ht-corporate-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start}
.ht-corporate-side{position:sticky;top:96px;padding:20px;border:1px solid #ede0dc;border-radius:20px;background:#fff;box-shadow:0 13px 34px rgba(44,31,37,.05)}
.ht-corporate-side>strong{display:block;margin-bottom:15px;font:700 1.08rem/1.2 var(--ht-serif)}
.ht-corporate-side nav{display:grid;gap:4px}
.ht-corporate-side nav>span{margin:15px 8px 5px;color:#9a8d91;font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ht-corporate-side nav>span:first-child{margin-top:0}
.ht-corporate-side a{padding:9px 11px;border-radius:10px;color:#676c76;font-size:.77rem;font-weight:700;transition:.18s ease}
.ht-corporate-side a:hover,.ht-corporate-side a.is-active{background:#fff1f3;color:var(--ht-primary-dark)}
.ht-corporate-main{min-width:0}
.ht-corporate-sections{display:grid;gap:18px}
.ht-corporate-section{padding:28px 30px;border:1px solid #eddfda;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(51,37,42,.045)}
.ht-corporate-section h2{margin:0 0 15px;font:700 1.55rem/1.2 var(--ht-serif);color:var(--ht-text)}
.ht-corporate-section p{margin:0 0 13px;color:#606773;line-height:1.82}
.ht-corporate-section p:last-child{margin-bottom:0}
.ht-policy-list{list-style:none;margin:5px 0 0;padding:0;display:grid;gap:10px}
.ht-policy-list li{position:relative;padding:12px 14px 12px 42px;border:1px solid #f0e4e0;border-radius:13px;background:#fffcfb;color:#59616e;font-size:.9rem;line-height:1.65}
.ht-policy-list li:before{content:"✓";position:absolute;left:14px;top:12px;display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ffe8eb;color:var(--ht-primary-dark);font-size:.7rem;font-weight:900}
.ht-corporate-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.ht-corporate-links a{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid #f0d8d7;border-radius:10px;background:#fff8f8;color:var(--ht-primary-dark);font-size:.76rem;font-weight:800}
.ht-corporate-links--external a{background:#f8f9ff;border-color:#e5e2f3;color:#615b78}
.ht-corporate-notice{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;margin-top:16px;padding:16px;border:1px solid #ffd8dc;border-radius:14px;background:#fff8f8}
.ht-corporate-notice>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:#ffe4e8;color:var(--ht-primary-dark);font-weight:900}
.ht-corporate-notice p{margin:2px 0 0!important;font-size:.85rem}
.ht-corporate-notice--plain{display:block;margin-bottom:18px;border-color:#ebe2de;background:#fff}
.ht-corporate-notice--plain strong{display:block;margin-bottom:5px}
.ht-policy-table-wrap{overflow:auto;margin-top:8px;border:1px solid #eee1dd;border-radius:14px}
.ht-policy-table{width:100%;border-collapse:collapse;min-width:650px;background:#fff}
.ht-policy-table th,.ht-policy-table td{padding:13px 15px;text-align:left;border-bottom:1px solid #f0e5e1;font-size:.78rem;vertical-align:top}
.ht-policy-table th{background:#fff6f4;color:#454b57;font-weight:900}
.ht-policy-table tr:last-child td{border-bottom:0}
.ht-corporate-updated{display:grid;grid-template-columns:60px minmax(0,1fr);gap:14px;align-items:start;margin-top:20px;padding:18px 20px;border:1px solid #e7e4f2;border-radius:16px;background:#faf9ff}
.ht-corporate-updated>span{display:grid;place-items:center;min-height:30px;border-radius:9px;background:#eeeafd;color:#6d628a;font-size:.7rem;font-weight:900;text-transform:uppercase}
.ht-corporate-updated p{margin:1px 0 0;color:#696b76;font-size:.78rem;line-height:1.7}
.ht-corporate-hub{display:grid;gap:26px}
.ht-corporate-hub__group>h2{margin:0 0 12px;font:700 1.55rem/1.2 var(--ht-serif)}
.ht-corporate-hub__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ht-corporate-link-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:start;padding:19px;border:1px solid #ede0dc;border-radius:18px;background:#fff;box-shadow:0 9px 25px rgba(48,36,41,.035);transition:.18s ease}
.ht-corporate-link-card:hover{transform:translateY(-2px);border-color:#ffcbd1;box-shadow:0 15px 34px rgba(59,40,48,.07)}
.ht-corporate-link-card>span{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:#fff0f2;color:var(--ht-primary);font-size:1.25rem;font-weight:800}
.ht-corporate-link-card h3{margin:1px 0 6px;font:700 1.03rem/1.25 var(--ht-serif)}
.ht-corporate-link-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#777d86;font-size:.72rem;line-height:1.55}
.ht-corporate-link-card>b{color:var(--ht-primary);font-size:1rem}
.ht-contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}
.ht-contact-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:15px;border:1px solid #ede0dc;border-radius:16px;background:#fff}
.ht-contact-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#fff0f2;color:var(--ht-primary);font-weight:800}
.ht-contact-card small{display:block;color:#92949b;font-size:.65rem;margin-bottom:2px}
.ht-contact-card strong{display:block;overflow-wrap:anywhere;color:#353d4b;font-size:.8rem}
.ht-contact-form-shell{padding:28px 30px;margin-bottom:18px;border:1px solid #ede0dc;border-radius:22px;background:linear-gradient(135deg,#fff,#fff8f7)}
.ht-contact-form-shell h2{margin:0 0 7px;font:700 1.55rem/1.2 var(--ht-serif)}
.ht-contact-form-shell>p{margin:0 0 18px;color:#737985;font-size:.85rem}
.ht-local-data-control{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:18px}
.ht-local-data-control #ht-clear-pregnancy-data-status{font-size:.75rem;color:#68717c;font-weight:700}
.ht-footer__legal{display:flex;align-items:center;gap:20px;padding-top:18px;padding-bottom:18px;border-top:1px solid rgba(60,48,54,.08)}
.ht-footer__legal>strong{flex:0 0 auto;font-size:.75rem;color:var(--ht-text)}
.ht-footer-legal-menu{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0;padding:0;list-style:none}
.ht-footer-legal-menu a{color:#6e747e;font-size:.68rem;transition:.18s ease}
.ht-footer-legal-menu a:hover{color:var(--ht-primary-dark)}
.ht-footer-legal-menu li{margin:0}
.ht-is-corporate-page .ht-entry-content{max-width:none}
@media (max-width:1000px){
 .ht-corporate-hero__grid{grid-template-columns:1fr 190px;gap:28px}.ht-corporate-hero__art{width:180px;height:180px}.ht-corporate-hero__art>span{width:74px;height:74px;border-radius:24px;font-size:2rem}
 .ht-corporate-layout{grid-template-columns:1fr}.ht-corporate-side{position:static}.ht-corporate-side nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.ht-corporate-side nav>span{grid-column:1/-1}.ht-contact-cards{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
 .ht-corporate-hero{padding:34px 0 30px}.ht-corporate-hero__grid{grid-template-columns:1fr}.ht-corporate-hero__art{display:none}.ht-corporate-hero__copy h1{font-size:2.35rem}.ht-corporate-hero__copy>p{font-size:.92rem}.ht-corporate-body{padding:28px 0 44px}
 .ht-corporate-side{padding:15px}.ht-corporate-side nav{grid-template-columns:1fr 1fr}.ht-corporate-section{padding:22px 18px}.ht-corporate-section h2{font-size:1.3rem}.ht-corporate-hub__grid{grid-template-columns:1fr}.ht-contact-cards{grid-template-columns:1fr}.ht-corporate-updated{grid-template-columns:1fr}.ht-corporate-updated>span{width:max-content;padding-inline:9px}.ht-footer__legal{display:block}.ht-footer__legal>strong{display:block;margin-bottom:9px}
}
@media (max-width:480px){.ht-corporate-side nav{grid-template-columns:1fr}.ht-corporate-meta{display:grid}.ht-corporate-meta span{justify-content:center}.ht-corporate-link-card{grid-template-columns:46px minmax(0,1fr)}.ht-corporate-link-card>b{display:none}.ht-corporate-link-card>span{width:44px;height:44px}.ht-corporate-section{border-radius:18px}}
.ht-cookie-settings-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:20px 22px;border:1px solid #e6dfef;border-radius:18px;background:linear-gradient(135deg,#faf8ff,#fff)}
.ht-cookie-settings-cta strong{display:block;margin-bottom:3px;font:700 1rem/1.2 var(--ht-serif)}
.ht-cookie-settings-cta p{margin:0;color:#747783;font-size:.78rem}
@media(max-width:640px){.ht-cookie-settings-cta{display:block}.ht-cookie-settings-cta .ht-button{width:100%;margin-top:13px}}
.ht-footer__disclaimer-link{margin-left:5px;color:var(--ht-primary-dark);font-weight:800;white-space:nowrap}


/* v1.0.20 category archive cleanup */
.ht-cat-section-title--clean{max-width:none;margin:0 0 24px;text-align:left}.ht-cat-section-title--clean h2{margin:0;font:700 clamp(1.5rem,2.2vw,2rem)/1.18 var(--ht-serif);letter-spacing:-.015em;color:var(--ht-primary-dark)}
@media(max-width:640px){.ht-cat-section-title--clean{margin-bottom:18px}.ht-cat-section-title--clean h2{font-size:1.45rem}}


/* v1.0.21 category content flow cleanup */
.ht-category-page .ht-cat-featured{padding-top:34px}.ht-category-page .ht-cat-posts{padding-top:36px}.ht-category-page .ht-cat-featured__grid,.ht-category-page .ht-cat-post-grid{margin-top:0}.ht-category-page .ht-cat-featured+.ht-cat-posts{padding-top:34px}
@media(max-width:640px){.ht-category-page .ht-cat-featured,.ht-category-page .ht-cat-posts{padding-top:26px}}


/* v1.0.25 - Newsletter privacy disclosure */
.ht-newsletter__privacy{
    display:flex;
    align-items:flex-start;
    gap:8px;
    margin:10px 0 0;
    color:#858991;
    font-size:.72rem;
    line-height:1.55;
}
.ht-newsletter__privacy-icon{
    flex:0 0 20px;
    width:20px;
    height:20px;
    display:grid;
    place-items:center;
    margin-top:1px;
    border:1px solid #ffd0d6;
    border-radius:50%;
    background:#fff4f6;
    color:var(--ht-primary-dark);
    font-size:.66rem;
    font-weight:900;
}
.ht-newsletter__privacy a{
    color:var(--ht-primary-dark);
    font-weight:800;
    text-decoration:underline;
    text-decoration-thickness:1px;
    text-underline-offset:2px;
}
.ht-newsletter__privacy a:hover{color:var(--ht-primary)}
.ht-newsletter__privacy a:focus-visible{outline:2px solid var(--ht-primary);outline-offset:3px;border-radius:3px}
@media(max-width:700px){.ht-newsletter__privacy{text-align:left;font-size:.7rem}}

/* v1.0.31 - Professional single post reading page */
.ht-single-page{background:linear-gradient(180deg,#fffaf8 0,#fff 390px)}
.ht-reading-progress{position:fixed;left:0;right:0;top:76px;height:3px;background:rgba(255,255,255,.5);z-index:999;pointer-events:none}.ht-reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--single-accent),var(--ht-primary-dark));transition:width .08s linear}
.ht-single-hero{padding:30px 0 38px;border-bottom:1px solid #f5e8e4}.ht-single-hero__inner{max-width:1080px}.ht-single-hero .ht-breadcrumbs{margin-bottom:25px}.ht-single-category{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid color-mix(in srgb,var(--single-accent) 30%,#fff);border-radius:999px;background:color-mix(in srgb,var(--single-accent) 8%,#fff);color:var(--single-accent);font-size:.72rem;font-weight:850}.ht-single-category>span{width:7px;height:7px;border-radius:50%;background:currentColor}.ht-single-hero h1{max-width:980px;margin:14px 0 16px;font:700 clamp(2.25rem,4.4vw,4.25rem)/1.04 var(--ht-serif);letter-spacing:-.035em;color:#293146}.ht-single-deck{max-width:880px;margin:0;color:#68707d;font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.7}.ht-single-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.ht-single-meta>div{display:grid;grid-template-columns:34px auto;grid-template-rows:auto auto;column-gap:9px;align-items:center;min-width:150px;padding:10px 13px;border:1px solid #f0e3df;border-radius:13px;background:rgba(255,255,255,.82)}.ht-single-meta__icon{grid-row:1/3;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#fff4f5;color:var(--single-accent);font-weight:900}.ht-single-meta small{font-size:.64rem;color:#95949a;line-height:1.2}.ht-single-meta strong{font-size:.77rem;line-height:1.3;color:#434955}
.ht-single-wrap{padding:34px 0 68px}.ht-single-featured{max-width:1180px;margin:0 auto 32px;border-radius:25px;overflow:hidden;border:1px solid #eee2de;background:#fff;box-shadow:0 18px 50px rgba(50,36,42,.07)}.ht-single-featured img{width:100%;max-height:650px;object-fit:cover}.ht-single-layout{display:grid;grid-template-columns:minmax(0,860px) 300px;gap:36px;align-items:start;justify-content:center}.ht-single-article{min-width:0;padding:34px 44px;border:1px solid #f0e4e0;border-radius:25px;background:#fff;box-shadow:0 14px 42px rgba(53,39,44,.055)}
.ht-single-article .ht-entry-content{font-size:1.04rem;line-height:1.84;color:#424957}.ht-single-article .ht-entry-content>p:first-child{font-size:1.1rem;color:#343b49}.ht-single-article .ht-entry-content h2{scroll-margin-top:105px;margin:2.05em 0 .65em;padding-top:.1em;font:700 clamp(1.65rem,2.5vw,2.1rem)/1.22 var(--ht-serif);letter-spacing:-.015em;color:#283044}.ht-single-article .ht-entry-content h3{scroll-margin-top:105px;margin:1.65em 0 .55em;font:700 1.35rem/1.3 var(--ht-serif);color:#32394a}.ht-single-article .ht-entry-content h2:after{content:"";display:block;width:48px;height:3px;margin-top:10px;border-radius:3px;background:var(--single-accent)}.ht-single-article .ht-entry-content p{margin:0 0 1.25em}.ht-single-article .ht-entry-content ul,.ht-single-article .ht-entry-content ol{padding-left:1.35em;margin:0 0 1.4em}.ht-single-article .ht-entry-content li{margin:.45em 0}.ht-single-article .ht-entry-content strong{color:#303747}.ht-single-article .ht-entry-content a{color:#c74d5d;text-decoration-thickness:1px;text-underline-offset:3px}.ht-single-article .ht-entry-content figure{margin:1.8em 0}.ht-single-article .ht-entry-content figcaption{margin-top:8px;color:#92949a;font-size:.72rem;text-align:center}.ht-single-article .ht-entry-content blockquote{margin:1.7em 0;padding:19px 22px;border:1px solid #f5dadd;border-left:4px solid var(--single-accent);border-radius:0 14px 14px 0;background:#fff8f9;color:#555c68}.ht-single-article .ht-entry-content table{width:100%;border-collapse:separate;border-spacing:0;margin:1.6em 0;border:1px solid #eee1dd;border-radius:14px;overflow:hidden;font-size:.88rem}.ht-single-article .ht-entry-content th,.ht-single-article .ht-entry-content td{padding:11px 13px;border-bottom:1px solid #f2e7e3;text-align:left}.ht-single-article .ht-entry-content th{background:#fff8f6}.ht-single-article .ht-entry-content tr:last-child td{border-bottom:0}
.ht-medical-note--single{display:grid;grid-template-columns:44px 1fr;gap:13px;align-items:start;margin-top:34px;padding:20px;border:1px solid #f3d8dd;border-radius:16px;background:linear-gradient(120deg,#fff8f9,#fff)}.ht-medical-note--single .ht-medical-note__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#ffecef;color:var(--ht-primary);font-size:1.35rem}.ht-medical-note--single strong{display:block;margin-bottom:3px;font-size:.84rem}.ht-medical-note--single p{margin:0;color:#727680;font-size:.76rem;line-height:1.6}
.ht-single-share{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:18px 20px;border:1px solid #eee3df;border-radius:16px;background:#fff}.ht-single-share>div:first-child strong{display:block;font-size:.83rem}.ht-single-share>div:first-child small{display:block;margin-top:2px;color:#8a8e96;font-size:.68rem}.ht-single-share__actions{display:flex;gap:8px}.ht-share-button{min-height:39px;padding:8px 12px;border:1px solid #eadfdb;border-radius:10px;background:#fff;color:#4a505c;font-size:.72rem;font-weight:800}.ht-share-button:hover{border-color:#ffc7ce;color:var(--ht-primary-dark)}.ht-share-status{position:absolute;right:20px;bottom:-23px;color:#68707b;font-size:.68rem}
.ht-single-sidebar{position:sticky;top:104px;display:grid;gap:15px}.ht-single-toc,.ht-single-info-card{padding:20px;border:1px solid #eee2de;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(52,39,44,.04)}.ht-single-side-title{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid #f2e7e3}.ht-single-side-title>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#fff3f5;color:var(--single-accent)}.ht-single-side-title small{display:block;color:#9b999e;font-size:.61rem;text-transform:uppercase;letter-spacing:.07em}.ht-single-side-title strong{font:700 1rem/1.2 var(--ht-serif)}.ht-single-toc ol{list-style:none;margin:14px 0 0;padding:0;display:grid;gap:2px}.ht-single-toc li a{display:block;padding:7px 9px;border-left:2px solid #eee3df;color:#69707b;font-size:.74rem;line-height:1.4}.ht-single-toc li.is-h3 a{padding-left:17px;font-size:.69rem}.ht-single-toc li a:hover,.ht-single-toc li a.is-active{border-left-color:var(--single-accent);background:#fff8f8;color:#343b49}.ht-single-info-card__icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:11px;border-radius:14px;background:#fff0f2;color:var(--ht-primary);font-size:1.4rem}.ht-single-info-card>strong{font:700 1rem/1.2 var(--ht-serif)}.ht-single-info-card p{margin:8px 0 12px;color:#777c86;font-size:.72rem;line-height:1.65}.ht-single-info-card a{color:var(--single-accent);font-size:.7rem;font-weight:850}
.ht-single-adjacent{max-width:1196px;margin:30px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ht-single-adjacent__item{min-height:112px;padding:19px 21px;border:1px solid #eee1dd;border-radius:17px;background:#fff;transition:.2s}.ht-single-adjacent__item:hover{transform:translateY(-2px);border-color:#ffd0d6;box-shadow:0 10px 26px rgba(54,40,45,.055)}.ht-single-adjacent__item small{display:block;margin-bottom:6px;color:#98979c;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.ht-single-adjacent__item strong{display:block;font:700 1rem/1.35 var(--ht-serif)}.ht-single-adjacent__item--next{text-align:right;grid-column:2}
.ht-single-related{max-width:1196px;margin:42px auto 0;padding-top:32px;border-top:1px solid #f0e4e0}.ht-single-related__heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.ht-single-related__heading span{color:var(--single-accent);font-size:.67rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.ht-single-related__heading h2{margin:3px 0 0;font:700 1.75rem/1.2 var(--ht-serif)}.ht-single-related__heading>a{color:var(--single-accent);font-size:.72rem;font-weight:850}.ht-single-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.ht-single-related-card{overflow:hidden;border:1px solid #eee1dd;border-radius:18px;background:#fff}.ht-single-related-card__media{display:block;aspect-ratio:16/9;overflow:hidden;background:#fff4f5}.ht-single-related-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.ht-single-related-card__media>span{width:100%;height:100%;display:grid;place-items:center;color:var(--single-accent);font-size:2rem}.ht-single-related-card:hover img{transform:scale(1.025)}.ht-single-related-card__body{padding:17px}.ht-single-related-card__body>small{color:#99999d;font-size:.64rem}.ht-single-related-card h3{margin:5px 0 8px;font:700 1.05rem/1.28 var(--ht-serif)}.ht-single-related-card p{margin:0 0 9px;color:#747a84;font-size:.74rem;line-height:1.55}
@media(max-width:1100px){.ht-single-layout{grid-template-columns:minmax(0,820px)}.ht-single-sidebar{position:static;grid-template-columns:1fr 1fr;max-width:820px}.ht-single-toc{order:1}.ht-single-info-card{order:2}.ht-reading-progress{top:76px}}
@media(max-width:820px){.ht-single-wrap{padding-top:22px}.ht-single-article{padding:27px 28px}.ht-single-featured{margin-bottom:22px;border-radius:20px}.ht-single-related__grid{grid-template-columns:1fr 1fr}.ht-single-meta>div{min-width:135px}.ht-single-sidebar{grid-template-columns:1fr}}
@media(max-width:640px){.ht-reading-progress{top:66px}.ht-single-hero{padding:20px 0 28px}.ht-single-hero .ht-breadcrumbs{margin-bottom:17px}.ht-single-hero h1{font-size:2.25rem;line-height:1.07;margin-top:11px}.ht-single-deck{font-size:.94rem}.ht-single-meta{display:grid;grid-template-columns:1fr 1fr}.ht-single-meta>div{min-width:0}.ht-single-wrap{padding-bottom:46px}.ht-single-featured{border-radius:16px}.ht-single-article{padding:22px 19px;border-radius:18px}.ht-single-article .ht-entry-content{font-size:1rem;line-height:1.78}.ht-single-article .ht-entry-content>p:first-child{font-size:1.04rem}.ht-single-share{align-items:flex-start;flex-direction:column}.ht-single-share__actions{width:100%}.ht-share-button{flex:1}.ht-single-adjacent{grid-template-columns:1fr}.ht-single-adjacent__item--next{grid-column:auto;text-align:left}.ht-single-related{margin-top:32px}.ht-single-related__grid{grid-template-columns:1fr}.ht-single-related__heading{align-items:flex-start;flex-direction:column}.ht-single-related__heading h2{font-size:1.5rem}}


/* v1.0.32 - compact single post hero with featured image */
.ht-single-hero{padding:26px 0 32px}
.ht-single-hero__inner{max-width:1280px}
.ht-single-hero .ht-breadcrumbs{margin-bottom:20px}
.ht-single-hero__grid{display:block}
.ht-single-hero__grid.has-featured{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);gap:34px;align-items:center}
.ht-single-hero__content{min-width:0}
.ht-single-hero h1{max-width:850px;margin:12px 0 13px;font:700 clamp(2rem,3.15vw,3.25rem)/1.07 var(--ht-serif);letter-spacing:-.029em;color:#293146}
.ht-single-deck{max-width:800px;font-size:clamp(.94rem,1.05vw,1.06rem);line-height:1.68}
.ht-single-meta{gap:8px;margin-top:20px}
.ht-single-meta>div{min-width:140px;padding:9px 11px}
.ht-single-hero__featured{width:100%;height:390px;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #efe1dd;border-radius:22px;background:linear-gradient(145deg,#fff9f7,#fff);box-shadow:0 15px 42px rgba(50,36,42,.065)}
.ht-single-hero__featured img{display:block;width:100%;height:100%;padding:10px;object-fit:contain;object-position:center;border-radius:20px}
.ht-single-wrap{padding-top:30px}
@media(max-width:1050px){.ht-single-hero__grid.has-featured{grid-template-columns:minmax(0,1fr) 300px;gap:25px}.ht-single-hero__featured{height:330px}.ht-single-hero h1{font-size:clamp(2rem,4vw,2.8rem)}}
@media(max-width:820px){.ht-single-hero__grid.has-featured{grid-template-columns:1fr}.ht-single-hero__featured{height:auto;max-height:430px;aspect-ratio:16/10}.ht-single-hero__featured img{padding:8px}.ht-single-hero h1{max-width:none}}
@media(max-width:640px){.ht-single-hero{padding:18px 0 24px}.ht-single-hero h1{font-size:1.95rem;line-height:1.09}.ht-single-deck{font-size:.91rem}.ht-single-meta{margin-top:17px}.ht-single-hero__featured{aspect-ratio:4/3;border-radius:17px}.ht-single-hero__featured img{border-radius:15px}.ht-single-wrap{padding-top:20px}}


/* v1.0.33 - 1–40 week lightweight visual system */
.ht-week-single-hero__media{width:150px;height:150px;display:grid;place-items:center;margin-top:2px;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#fff8f6,#fff);isolation:isolate}
.ht-week-single-hero__media .ht-week-single-hero__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:20px}
.ht-week-single-hero__media .ht-baby-orb{width:112px;height:112px;margin:0}
@media(max-width:1050px){.ht-week-single-hero__media{width:140px;height:140px}}
@media(max-width:760px){.ht-week-single-hero__media{width:150px;height:150px}.ht-week-single-hero__visual{padding:22px 18px}}


/* v1.0.34 - Homepage 1–40 week visual switcher */
.ht-week-home-visual{width:150px;height:150px;display:grid;place-items:center;align-self:center;justify-self:center;border-radius:50%;position:relative}
.ht-week-home-visual .ht-baby-orb{margin:0}
.ht-week-home-visual.has-week-image{border-radius:24px;background:linear-gradient(145deg,#fff9f8,#fff);border:1px solid #f3dfda;box-shadow:0 12px 28px rgba(46,32,38,.07);overflow:hidden;padding:7px}
.ht-week-home-visual__image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;border-radius:18px;animation:htWeekVisualIn .22s ease both}
@keyframes htWeekVisualIn{from{opacity:.35;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
@media(max-width:1180px){.ht-week-home-visual{width:140px;height:140px}}
@media(max-width:900px){.ht-week-home-visual{width:120px;height:120px}.ht-week-home-visual.has-week-image{border-radius:20px;padding:6px}}
@media(max-width:640px){.ht-week-home-visual{width:150px;height:150px;margin:0 auto}.ht-week-home-visual.has-week-image{border-radius:22px}}
