:root{--wine:#661729;--wine-dark:#351015;--night:#25100f;--gold:#f4d7a7;--gold-strong:#eec78b;--ink:#261d1c;--cream:#fffdfa;--blush:#f4e4e1;--line:#ecdeda;--container:1520px}
*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:15px/1.45 Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}body,button,input,select,textarea{font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;height:auto;vertical-align:middle}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #db9f56;outline-offset:3px}.ht-container{width:min(var(--container),calc(100% - 88px));margin-inline:auto}.screen-reader-text,.ht-skip-link{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ht-skip-link:focus{position:fixed!important;top:10px;left:10px;width:auto;height:auto;clip:auto;background:#fff;color:#111;z-index:9999;padding:12px}.ht-button{display:inline-flex;justify-content:center;align-items:center;gap:16px;min-height:42px;padding:9px 22px;border:1px solid transparent;border-radius:26px;text-align:center;font-weight:700;font-size:14px;transition:transform .2s,filter .2s,background .2s}.ht-button:hover{transform:translateY(-2px);filter:brightness(1.06)}.ht-button-red{background:linear-gradient(135deg,#65172a,#87192f);color:#fff;border-color:#bc6a73}.ht-button-gold{background:linear-gradient(145deg,#fff1cd,#f0ce97 62%,#e1ad6e);color:#371a18;border:1px solid #f9e7ba}.ht-button-outline{background:transparent;color:#fff;border-color:#eac8ab}
/* Header: precise burgundy + gold layout from approved reference */
.ht-header{height:72px;background:linear-gradient(90deg,#2a100f 0%,#4b111c 53%,#301016 100%);border-bottom:1px solid #9d4e48;color:#fff;position:relative;z-index:40}.ht-header-inner{height:100%;display:flex;align-items:center;gap:0}.ht-brand{display:flex;align-items:center;gap:10px;flex-shrink:0;min-width:247px;color:var(--gold)}.ht-brand-mark{font-size:58px;line-height:.8;font-family:Georgia,serif;font-weight:400;position:relative;top:-3px}.ht-brand-mark i{position:absolute;width:14px;height:5px;background:#991b36;transform:rotate(-40deg);bottom:4px;right:6px}.ht-brand-text{display:flex;flex-direction:column;align-items:center;line-height:1}.ht-brand-text strong{font:34px/1 Georgia,'Times New Roman',serif;letter-spacing:4px}.ht-brand-text small{font:15px/1.2 Arial,sans-serif;letter-spacing:9px;margin-left:10px;letter-spacing:7px;color:#efe0bd}.ht-custom-logo{width:auto;max-width:250px;max-height:59px;object-fit:contain}.ht-head-slogan{font:italic 16px Georgia,serif;color:#e7cfba;border-left:1px solid #9d5c58;padding-left:19px;white-space:nowrap;flex:0 0 270px;min-width:0}.ht-main-menu{margin:0 0 0 40px;flex:0 0 auto}.ht-nav-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:25px}.ht-nav-list a{color:#ffefeb;display:block;font-size:14px;padding:25px 0 19px;white-space:nowrap;position:relative}.ht-nav-list li.current-menu-item a:after,.ht-nav-list li.current_page_item a:after,.ht-nav-list a:hover:after{content:'';position:absolute;bottom:12px;left:0;right:0;height:2px;background:var(--gold)}.ht-header-phone{display:flex;align-items:center;gap:9px;padding:0 17px;margin-left:auto;color:#fff;white-space:nowrap}.ht-phone-symbol{font-size:28px;color:var(--gold)}.ht-header-phone span:last-child{display:flex;flex-direction:column;line-height:1.04}.ht-header-phone strong{color:#ffe0a8;font-size:19px;letter-spacing:.3px;margin:2px 0}.ht-header-phone small{font-size:12px;color:#f5dfd6}.ht-header-price{background:linear-gradient(130deg,#fff1d0,#efc994);color:#481c1c;border-radius:9px;text-align:center;padding:8px 13px;margin-left:10px;width:166px;flex-shrink:0;line-height:1.14}.ht-header-price strong{font-weight:800;font-size:19px;display:block}.ht-header-price small{display:block;font-size:11px}.ht-menu-button{display:none}
/* Hero */
.ht-hero{background-image:var(--ht-hero);background-size:cover;background-position:center center;background-color:#261110;color:#fff;position:relative;height:275px;overflow:visible}.ht-hero-inner{height:100%;position:relative;display:flex;align-items:flex-start}.ht-hero-content{position:relative;z-index:1;max-width:740px;padding-top:8px}.ht-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:52px;letter-spacing:-1.5px;font-weight:400;line-height:.98;color:#fff9ed;margin:0 0 10px}.ht-hero-content>p{font-size:18px;color:#fff4ec;margin:0 0 12px}.ht-hero-searchline{display:flex;gap:12px;align-items:stretch}.ht-search{width:390px;max-width:100%;height:49px;display:flex;align-items:center;position:relative;border-radius:40px;background:#fff;color:#222;border:1px solid #e4d5d2;box-shadow:0 4px 14px #16090822}.ht-search-icon{font:30px/1 Arial,sans-serif;margin:0 16px;color:#252225;transform:rotate(-22deg)}.ht-search-input{font-size:15px;padding:4px 10px 4px 0;border:none;background:transparent;outline:none;min-width:0;flex:1;width:100%;color:#271b1b}.ht-search-input:focus-visible{outline:none}.ht-search:focus-within{outline:3px solid #dbb779}.ht-search-results{position:absolute;z-index:100;left:0;right:0;top:calc(100% + 7px);background:white;border:1px solid #e9cebf;border-radius:13px;box-shadow:0 12px 30px #180b0b66;max-height:335px;overflow:auto;color:#2b1b1b}.ht-search-results[hidden]{display:none}.ht-search-results a{display:flex;align-items:center;gap:9px;padding:8px 11px;border-bottom:1px solid #f4eeee;font-size:13px}.ht-search-results a:hover{background:#fcf1ed}.ht-search-results a img{width:37px;height:42px;object-fit:cover;border-radius:5px}.ht-search-results a small{display:block;color:#716668}.ht-search-results p{padding:12px;font-size:13px;margin:0}.ht-hero-cta{width:235px;flex-shrink:0;border-radius:38px;font-size:15px}.ht-hero-benefits{display:flex;align-items:flex-start;gap:28px;margin-top:20px;color:#fff9ef;font-size:12px;line-height:1.28}.ht-hero-benefits>.ht-benefit{display:flex;gap:11px;align-items:flex-start;min-width:0}.ht-benefit-copy{display:block;min-width:0;white-space:nowrap}.ht-hero-benefits b{font:29px/1 Georgia,serif;color:#f6d49e;flex-shrink:0}.ht-hero-benefits strong{font-size:13px;font-weight:700}.ht-hero-quote{position:absolute;top:53px;right:20px;max-width:210px;color:#f8efe9;font:italic 30px/1.23 'Brush Script MT',Georgia,serif;text-align:center;transform:rotate(-7deg)}
/* White sections from approved mockup */
.ht-light{background:#fffdfa}.ht-top-grid{display:grid;grid-template-columns:minmax(0,1fr) 258px;column-gap:21px;padding-top:12px;padding-bottom:0}.ht-top-primary{min-width:0}.ht-section{min-width:0}.ht-section-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;min-height:28px}.ht-section-heading h2{font:normal 26px/1.15 Georgia,'Times New Roman',serif;color:#1b1616;margin:0;letter-spacing:-.55px}.ht-section-heading>a{color:#3d1a1a;font-size:12px;font-weight:700;white-space:nowrap}.ht-section-heading>a:hover,.ht-readmore:hover{color:#aa2541}.ht-section-heading>a span{font-size:17px;font-weight:400;padding-left:5px}.ht-section-icon{display:inline-block;margin-right:9px;color:#b9433c;font:normal 25px/1 Georgia,serif;vertical-align:baseline}.ht-blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.ht-blog-card{background:#fffdfb;border:1px solid #eaded5;border-radius:7px;display:flex;overflow:hidden;min-width:0;height:146px;box-shadow:0 1px 3px #22131408}.ht-blog-photo{width:40%;flex:0 0 40%;min-width:0;background:#2b1418}.ht-blog-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 23%}.ht-blog-body{min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:8px 9px 6px;flex:1}.ht-blog-body h3{font:700 16.5px/1.08 Georgia,'Times New Roman',serif;margin:0 0 5px;letter-spacing:-.25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ht-blog-body h3 a:hover,.ht-profile-body h3 a:hover{color:#a7253e}.ht-blog-body>p{font-size:13px;line-height:1.18;color:#524949;margin:0 0 5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ht-blog-pills{display:flex;gap:5px;flex-wrap:wrap;margin-top:auto;max-width:100%;overflow:hidden;max-height:23px}.ht-blog-pills a,.ht-profile-pills a,.ht-single-categories a{border-radius:30px;background:#f2e3e0;padding:3px 7px;font-size:10px;font-weight:700;white-space:nowrap;color:#603531}.ht-blog-pills a:hover,.ht-profile-pills a:hover{background:#e8bbb7}.ht-readmore{color:#59212b;font-size:12px;font-weight:700;line-height:1.05;margin-top:auto;white-space:nowrap}.ht-readmore span{font-size:17px;margin-left:8px;vertical-align:-1px}.ht-section-featured{margin-top:12px}.ht-featured-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.ht-profile-card{height:174px;border-radius:7px;display:flex;background:#fffdfa;border:1px solid #e8d8d0;overflow:hidden;min-width:0}.ht-profile-photo{width:47%;flex-shrink:0;min-width:0;background:#341b22}.ht-profile-photo img{width:100%;height:100%;object-fit:cover;object-position:center 23%}.ht-profile-body{position:relative;min-width:0;display:flex;flex-direction:column;flex:1;padding:7px 7px 6px}.ht-profile-body h3{font:700 17px/1.07 Georgia,'Times New Roman',serif;letter-spacing:-.4px;margin:0 14px 3px 0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ht-profile-dot{position:absolute;right:6px;top:7px;border-radius:50%;width:9px;height:9px;background:#d9b46c;border:1px solid #fff;box-shadow:0 0 0 1px #d9b46c33}.ht-profile-city{font-size:12px;line-height:1.15;margin:0 0 5px;color:#4b4141;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ht-profile-city:hover{color:#a3223b}.ht-profile-pills{display:flex;gap:4px;min-height:17px;margin-bottom:4px;max-width:100%;overflow:hidden}.ht-profile-pills a{padding:2px 5px;font-size:10px;text-overflow:ellipsis;overflow:hidden;max-width:80px}.ht-profile-excerpt{font-size:12px;line-height:1.14;color:#514848;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ht-profile-actions{display:flex;flex-direction:column;gap:4px;margin-top:auto}.ht-action-outline,.ht-action-call{min-height:23px;display:flex;align-items:center;justify-content:center;border-radius:20px;font-weight:700;font-size:11px;text-align:center;white-space:nowrap;padding:1px 4px}.ht-action-outline{border:1px solid #b87880;color:#55242b;background:#fffdfa}.ht-action-outline:hover{background:#f7eae6}.ht-action-call{color:#fff;background:linear-gradient(95deg,#641728,#8d1834)}.ht-action-call:hover{filter:brightness(1.13)}.ht-action-call span{margin-right:9px;font-size:14px}
/* The sidebar is a real WordPress widget area and existing purchase links are used. */
.ht-minutes-panel{border-radius:7px;background:linear-gradient(135deg,#431219,#250b10);color:#fff9f3;padding:12px 14px 11px;align-self:start;box-shadow:0 3px 12px #210f1117}.ht-minutes-head{display:flex;gap:9px;align-items:flex-start;margin-bottom:11px}.ht-minutes-head>span{font:36px/1 Georgia,serif;color:#f0ca89}.ht-minutes-head h2{font:25px/1.1 Georgia,serif;margin:0 0 4px;color:#fff7e9}.ht-minutes-head p{font-size:12px;line-height:1.12;margin:0;color:#efd9d3}.ht-minute-rows{display:flex;flex-direction:column;gap:2px}.ht-minute-rows a{display:flex;justify-content:space-between;align-items:center;gap:5px;border:1px solid #77373a;background:linear-gradient(110deg,#6e2c32,#532024);padding:8px 9px;color:#fff5ed;font-size:12px;border-radius:8px;min-height:35px}.ht-minute-rows strong{font-size:13px}.ht-minute-rows span{font-size:10px;opacity:.9}.ht-minute-rows a:hover{background:#84303b}.ht-minutes-cta{margin-top:8px;width:100%;border-radius:19px;min-height:37px;font-size:13px;padding:6px}.ht-minutes-widget{max-height:225px;overflow:auto;font-size:12px}.ht-minutes-widget h3{font:17px Georgia,serif;margin:0 0 10px}.ht-minutes-widget input,.ht-minutes-widget select{max-width:100%;border-radius:5px;padding:6px}.ht-minutes-widget p{margin:6px 0}.ht-minutes-panel .widget{list-style:none}
/* Short latest-profiles strip */
.ht-latest{background:radial-gradient(ellipse at 100% 50%,#421921,transparent 50%),linear-gradient(120deg,#2d1714,#21100e);color:#fff;padding:7px 0 15px}.ht-latest-grid{display:grid;grid-template-columns:minmax(0,1fr) 258px;column-gap:19px}.ht-latest .ht-section-heading h2{color:#fff4ec}.ht-latest .ht-section-heading>a{color:#f4dbb9}.ht-latest-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.ht-profile-compact{height:116px;border:2px solid #f0e2d5}.ht-profile-compact .ht-profile-photo{width:36%;flex:0 0 36%}.ht-profile-compact .ht-profile-body{padding:6px 6px}.ht-profile-compact .ht-profile-body h3{font:700 12px/1.13 Arial,sans-serif;letter-spacing:-.2px;margin-right:9px;overflow:hidden;text-overflow:ellipsis}.ht-profile-compact .ht-profile-city{display:none}.ht-profile-compact .ht-profile-pills{margin-bottom:3px;max-height:18px}.ht-profile-compact .ht-profile-pills a{font-size:9px;padding:2px 5px}.ht-profile-compact .ht-profile-excerpt{font-size:10.5px;line-height:1.15;-webkit-line-clamp:2}.ht-profile-compact .ht-action-outline{font-size:10px;min-height:21px}.ht-profile-compact .ht-profile-dot{width:7px;height:7px;right:4px;top:4px}.ht-why{border:1px solid #783c42;border-radius:7px;padding:7px 12px;align-self:stretch;position:relative;overflow:hidden;background:linear-gradient(110deg,#3b1719,#271111)}.ht-why h2{font:21px/1.12 Georgia,serif;margin:0 0 7px}.ht-why h2:first-letter{color:#e08d89}.ht-why ul{margin:0;padding:0;list-style:none}.ht-why li{position:relative;padding-left:22px;font-size:12px;color:#f1e2d7;margin:5px 0}.ht-why li:before{content:'✓';position:absolute;left:0;top:0;border-radius:100%;background:#edc487;color:#481e1b;font-size:10px;font-weight:800;width:16px;height:16px;text-align:center;line-height:16px}.ht-why-script{position:absolute;right:11px;bottom:7px;color:#e3d3c7;font:italic 18px/1.2 Georgia,serif;text-align:right;transform:rotate(-7deg)}
/* City/category links are drawn from existing WordPress terms */
.ht-underfold{padding:23px 0 48px}.ht-cities,.ht-types{margin-bottom:29px}.ht-term-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.ht-term-link{background:linear-gradient(140deg,#4b1c21,#261313);color:#fff8ef;border:1px solid #b18e72;border-radius:8px;min-height:89px;padding:13px 14px;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.ht-term-link:before{content:'⌖';color:#f7d8a4;opacity:.29;position:absolute;right:12px;top:0;font-size:40px}.ht-term-link strong{font:19px Georgia,serif;z-index:1}.ht-term-link small{font-size:12px;color:#f4d2c1;z-index:1}.ht-term-link small span{float:right;color:#fff}.ht-term-link:hover{background:#691b2c;transform:translateY(-2px)}.ht-chip-list{display:flex;gap:8px;flex-wrap:wrap}.ht-chip-list a{display:inline-flex;align-items:center;gap:8px;border-radius:30px;background:#f2e3df;border:1px solid #e8d2c9;color:#5c292b;padding:7px 13px;font-weight:700;font-size:13px}.ht-chip-list small{color:#916b62}.ht-chip-list a:hover{background:#e7c4ba}.ht-last-cta{border-radius:11px;background:linear-gradient(110deg,#3a171b,#761c32);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:25px 31px}.ht-last-cta h2{font:30px Georgia,serif;margin:0}.ht-last-cta p{margin:4px 0 0;font-size:13px;color:#e7d6d4}
/* Archive, search and detail pages */
.ht-internal{min-height:65vh;padding:25px 0 70px;background:#fffdfa}.ht-page-lead{margin-bottom:24px}.ht-page-lead h1,.ht-single-heading h1,.ht-generic-page>h1,.ht-not-found h1{font:normal 41px/1.13 Georgia,serif;letter-spacing:-1px;margin:12px 0 7px;color:#31161a}.ht-page-lead p{margin:0;color:#625150}.ht-breadcrumb{font-size:12px;color:#8c6e69;margin-bottom:15px}.ht-breadcrumb a:hover{text-decoration:underline}.ht-breadcrumb span{padding:0 6px}.ht-archive-desc{max-width:950px;line-height:1.6}.ht-archive-layout{display:grid;grid-template-columns:minmax(0,1fr) 258px;gap:22px}.ht-directory-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ht-directory-grid .ht-profile-card{height:210px}.ht-directory-grid .ht-profile-body{padding:12px 9px}.ht-directory-grid .ht-blog-card{height:196px}.ht-directory-grid .ht-blog-body{padding:11px}.ht-directory-grid .ht-blog-body h3{font-size:19px}.ht-directory-grid .ht-blog-body p{font-size:14px;-webkit-line-clamp:3}.ht-articles-directory{grid-template-columns:repeat(3,minmax(0,1fr))}.ht-side-column,.ht-single-sidebar{display:flex;flex-direction:column;gap:17px}.ht-side-box{background:white;border:1px solid #eee0d7;border-radius:8px;padding:17px}.ht-side-box h2{font:normal 22px Georgia,serif;margin:0 0 12px}.ht-side-box .ht-chip-list a{font-size:11px;padding:5px 9px}.nav-links,.page-numbers{margin-top:23px;display:inline-flex;gap:7px}.page-numbers{background:#f5e7e3;border:1px solid #e0cac0;color:#57252f;padding:6px 12px;border-radius:6px}.page-numbers.current{background:#681e31;color:#fff}.ht-single-container{max-width:1230px}.ht-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 255px;gap:29px}.ht-single-content{background:#fff;border:1px solid #f0e4df;border-radius:11px;padding:22px;min-width:0}.ht-single-heading h1{margin:7px 0 13px}.ht-single-kicker{font-size:11px;font-weight:bold;letter-spacing:1.4px;color:#9a475a}.ht-single-hero{display:flex;gap:19px;align-items:stretch;background:#34181e;border-radius:11px;padding:12px;margin-top:21px}.ht-single-hero>img{width:44%;max-height:540px;object-fit:cover;object-position:center 23%;border-radius:7px}.ht-single-call{padding:25px 10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff}.ht-single-call h2{font:31px Georgia,serif;margin:0}.ht-single-call p{line-height:1.7;color:#ecd8cd}.ht-entry-content{font-size:16px;line-height:1.74;overflow-wrap:anywhere;padding:14px 2px}.ht-entry-content h2,.ht-entry-content h3{font-family:Georgia,serif;color:#37191d;line-height:1.22}.ht-entry-content a{color:#921e3c;text-decoration:underline}.ht-entry-content img{border-radius:8px}.ht-entry-content iframe{max-width:100%}.ht-entry-content table{display:block;max-width:100%;overflow:auto}.ht-article-photo img{max-height:480px;width:100%;object-fit:cover;border-radius:10px}.ht-single-categories{display:flex;flex-wrap:wrap;align-items:center;gap:7px;border-top:1px solid #f0e6e1;padding-top:20px}.ht-single-categories strong{font-size:13px;margin-right:8px}.ht-inline-cta{background:#4c1c26;color:#fff;border-radius:9px;padding:19px 23px;margin:22px 0}.ht-inline-cta h2{font:26px Georgia,serif;margin:0}.ht-inline-cta p{font-size:13px}.ht-mini-profiles{display:flex;flex-direction:column;gap:9px}.ht-mini-profiles a{display:flex;gap:9px;align-items:center;font-weight:bold;font-size:13px}.ht-mini-profiles img{width:50px;height:57px;object-fit:cover;border-radius:5px}.ht-mini-profiles small{display:block;color:#813649;font-size:11px;font-weight:normal}.ht-city-directory,.ht-type-directory{grid-template-columns:repeat(5,minmax(0,1fr))}.ht-search-cats{margin-bottom:23px}.ht-not-found{padding-block:70px;max-width:760px}.ht-search-page{max-width:510px;padding-left:13px;border-radius:8px}.ht-search-page input{flex:1;border:0;background:none;min-width:0;outline:0;padding:10px}.ht-search-page button{background:#6c1d32;border:0;color:#fff;border-radius:7px;margin:4px;padding:8px}.ht-comments{border-top:1px solid #f0e5dd;padding:20px 0}.ht-comments h2{font:25px Georgia,serif}.ht-comments .comment-list{padding-left:22px}.ht-comments textarea,.ht-comments input{max-width:100%;padding:10px;border:1px solid #d3bdb7;border-radius:5px}.ht-comments .submit{background:#6e1f31;color:#fff;border:none;cursor:pointer}
/* Footer and optional age gate */
.ht-footer{background:linear-gradient(90deg,#2a1114,#4c1825);color:#f2e5dc;padding-top:32px}.ht-footer-top{display:flex;justify-content:space-between;align-items:start;gap:35px;padding-bottom:21px}.ht-footer-brand{font:24px Georgia,serif;color:#f3d59e}.ht-footer-brand small{letter-spacing:4px;font:11px Arial,sans-serif}.ht-footer-top p{font-size:13px;margin:8px 0}.ht-footer-menu{list-style:none;display:flex;gap:17px;margin:0;padding:5px 0;flex-wrap:wrap}.ht-footer-menu li{font-size:13px}.ht-footer-menu a:hover{color:#ffdca4}.ht-footer-base{border-top:1px solid #795050;display:flex;justify-content:space-between;gap:15px;color:#dfcdc9;padding-block:13px;font-size:11px}.ht-age-gate{position:fixed;inset:0;background:#0d0809df;z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(7px)}.ht-age-gate[hidden]{display:none}.ht-age-card{background:linear-gradient(145deg,#491824,#260f13);border:1px solid #bb8a6c;color:#fff;max-width:425px;width:100%;border-radius:15px;padding:31px;text-align:center;box-shadow:0 15px 60px #0008}.ht-age-icon{width:70px;height:70px;border-radius:50%;border:2px solid #e8bf8b;color:#e8bf8b;display:grid;place-items:center;font-weight:bold;font-size:25px;margin:0 auto 15px}.ht-age-card h2{font:30px Georgia,serif;margin:0}.ht-age-card p{color:#eddcda;line-height:1.6}.ht-age-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.ht-age-actions .ht-button{border-radius:7px}.ht-empty{padding:25px;border:1px dashed #bca99d;border-radius:9px;background:#fff}
@media(max-width:1500px){.ht-container{width:min(1400px,calc(100% - 60px))}.ht-brand{min-width:221px}.ht-brand-text strong{font-size:30px}.ht-brand-text small{font-size:13px}.ht-brand-mark{font-size:52px}.ht-head-slogan{font-size:14px;padding-left:14px;flex-basis:225px}.ht-nav-list{gap:17px}.ht-header-phone{padding:0 10px}.ht-header-price{width:153px;margin-left:5px}.ht-header-price strong{font-size:17px}.ht-blog-body h3{font-size:15px}.ht-blog-body>p{font-size:12px}.ht-featured-grid{gap:8px}.ht-profile-photo{width:45%}.ht-profile-body h3{font-size:16px}.ht-profile-city{font-size:11px}.ht-why-script{font-size:16px}}
@media(max-width:1250px){.ht-container{width:calc(100% - 46px)}.ht-head-slogan{display:none}.ht-brand{min-width:210px}.ht-nav-list{gap:20px}.ht-header-phone{margin-left:auto}.ht-top-grid,.ht-latest-grid{grid-template-columns:minmax(0,1fr) 238px;gap:12px}.ht-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-blog-card{height:140px}.ht-blog-photo{width:38%;flex-basis:38%}.ht-blog-body h3{font-size:17px}.ht-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ht-profile-card{height:175px}.ht-latest-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.ht-term-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ht-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ht-articles-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:940px){.ht-header-price{display:none}.ht-header-phone{margin-right:12px}.ht-brand{min-width:190px}.ht-brand-text strong{font-size:27px}.ht-brand-mark{font-size:48px}.ht-main-menu{margin-left:12px}.ht-nav-list{gap:13px}.ht-nav-list a{font-size:13px}.ht-header-phone strong{font-size:16px}.ht-hero{background-position:58% center}.ht-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#250e0ef5 5%,#281011ae 58%,transparent 100%)}.ht-hero-content{padding-top:20px;max-width:650px}.ht-hero h1{font-size:46px}.ht-hero-content>p{font-size:16px}.ht-hero-quote{display:none}.ht-hero-benefits{gap:12px}.ht-hero-benefits span{font-size:11px}.ht-top-grid,.ht-latest-grid{display:block}.ht-top-grid>.ht-minutes-panel{margin:16px auto 0;max-width:none}.ht-minute-rows{display:grid;grid-template-columns:repeat(3,1fr)}.ht-latest .ht-why{margin-top:14px}.ht-why-script{right:16px}.ht-archive-layout,.ht-single-layout{grid-template-columns:minmax(0,1fr) 218px;gap:14px}.ht-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-city-directory,.ht-type-directory{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.ht-container{width:calc(100% - 28px)}.ht-header{height:64px}.ht-header-inner{gap:7px}.ht-brand{min-width:0;margin-right:auto}.ht-brand-text strong{font-size:26px}.ht-brand-text small{font-size:11px;letter-spacing:6px}.ht-brand-mark{font-size:47px}.ht-header-phone{margin:0 7px 0 auto;padding:0;gap:4px}.ht-header-phone strong{font-size:14px}.ht-header-phone small{font-size:10px}.ht-phone-symbol{font-size:19px}.ht-menu-button{display:block;border:1px solid #8c4f52;border-radius:7px;color:#ffe7c8;background:transparent;padding:5px 9px;font-size:23px}.ht-main-menu{display:none;position:absolute;left:0;right:0;top:64px;background:#351319;padding:12px 17px;box-shadow:0 9px 25px #0005;margin:0}.ht-main-menu.ht-menu-open{display:block}.ht-nav-list{display:flex;flex-direction:column;align-items:stretch;gap:0}.ht-nav-list li{border-bottom:1px solid #64383a}.ht-nav-list a{padding:10px;font-size:15px}.ht-nav-list li.current-menu-item a:after,.ht-nav-list a:hover:after{display:none}.ht-hero{height:auto;min-height:426px;background-image:linear-gradient(90deg,#240f10f0 10%,#240f10c2 55%,#240f1033),url('../img/hero-mobile.jpg');background-size:cover;background-position:65% center}.ht-hero:before{display:none}.ht-hero-inner{min-height:426px;align-items:flex-start}.ht-hero-content{padding:27px 0 17px;max-width:100%}.ht-hero h1{font-size:clamp(34px,8vw,52px);line-height:1.04}.ht-hero-content>p{font-size:15px;max-width:350px}.ht-hero-searchline{flex-direction:column;align-items:stretch;width:min(100%,470px)}.ht-search{width:100%;height:47px}.ht-hero-cta{width:100%;height:44px}.ht-hero-benefits{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:20px;max-width:480px}.ht-hero-benefits b{font-size:26px}.ht-top-grid{padding-top:17px}.ht-section-heading h2{font-size:24px}.ht-blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-blog-card{height:147px}.ht-blog-body h3{font-size:15px}.ht-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-latest-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-term-grid,.ht-city-directory,.ht-type-directory{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-archive-layout,.ht-single-layout{display:flex;flex-direction:column}.ht-archive-layout .ht-side-column{order:-1}.ht-archive-layout>.ht-side-column{display:none}.ht-single-sidebar{margin-top:15px}.ht-footer-top,.ht-footer-base{flex-direction:column;gap:13px}.ht-internal{padding:23px 0 45px}.ht-page-lead h1,.ht-single-heading h1{font-size:34px}.ht-last-cta{flex-direction:column;align-items:flex-start}.ht-last-cta h2{font-size:25px}}
@media(max-width:470px){.ht-brand-mark{font-size:40px}.ht-brand-text strong{font-size:22px;letter-spacing:2px}.ht-brand-text small{font-size:10px;letter-spacing:5px}.ht-header-phone{display:none}.ht-hero{min-height:439px}.ht-hero-inner{min-height:439px}.ht-hero h1{font-size:38px}.ht-section-heading{align-items:flex-start}.ht-section-heading h2{font-size:23px;max-width:65%}.ht-section-heading>a{font-size:10px;padding-top:5px;text-align:right;white-space:normal}.ht-blog-grid{grid-template-columns:1fr;gap:9px}.ht-blog-card{height:135px}.ht-blog-photo{width:38%;flex-basis:38%}.ht-blog-body h3{font-size:17px}.ht-blog-body>p{font-size:13px}.ht-featured-grid{gap:9px}.ht-profile-card{height:171px}.ht-profile-photo{width:43%;flex-basis:43%}.ht-profile-body{padding:7px 5px 5px}.ht-profile-body h3{font-size:15px}.ht-profile-pills a{font-size:9px;padding:2px 4px}.ht-profile-excerpt{font-size:11px}.ht-action-outline,.ht-action-call{font-size:10px}.ht-minute-rows{grid-template-columns:1fr}.ht-minute-rows a{min-height:34px}.ht-latest-cards{gap:7px}.ht-profile-compact{height:122px}.ht-profile-compact .ht-profile-photo{width:34%;flex-basis:34%}.ht-profile-compact .ht-profile-body h3{font-size:11px}.ht-profile-compact .ht-profile-excerpt{font-size:10px}.ht-directory-grid,.ht-articles-directory{grid-template-columns:1fr}.ht-directory-grid .ht-profile-card{height:212px}.ht-single-content{padding:13px}.ht-single-hero{flex-direction:column}.ht-single-hero>img{width:100%;max-height:420px}.ht-single-call{padding:12px 10px}.ht-single-call h2{font-size:25px}.ht-term-grid{gap:7px}.ht-term-link{min-height:80px;padding:9px}.ht-term-link strong{font-size:17px}.ht-last-cta{padding:20px}}
@media(max-width:720px){.ht-hero.ht-hero-custom{background-image:linear-gradient(90deg,#240f10e8 0%,#240f10ba 62%,#240f1040),var(--ht-hero)}}

/* v1.0.1: Blog is a full-width section after city links, not part of the top grid. */
.ht-top-primary>.ht-section-featured{margin-top:0}
.ht-underfold .ht-section-blog{margin-bottom:29px}


/* v1.0.2: protect full-width page layout from third-party/legacy post styles.
   Front-end only; WordPress admin itself remains untouched. */
html{width:100%;max-width:none;min-width:0;overflow-x:clip}
html body:not(.wp-admin){box-sizing:border-box;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;float:none!important;position:relative;overflow-x:clip;background:var(--cream)}
html body:not(.wp-admin)>.ht-header,
html body:not(.wp-admin)>#ht-main,
html body:not(.wp-admin)>.ht-footer{display:block;float:none;width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important}
#ht-main.ht-internal .ht-single-container{box-sizing:border-box;width:min(1320px,calc(100% - 64px));max-width:none;min-width:0;margin-inline:auto}
#ht-main.ht-internal .ht-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 278px;align-items:start;gap:30px;min-width:0;width:100%;max-width:100%}
#ht-main.ht-internal .ht-single-content{width:100%;min-width:0;max-width:100%;overflow-wrap:break-word}
#ht-main.ht-internal .ht-single-sidebar{width:100%;min-width:0;max-width:100%}
.ht-blog-article .ht-single-heading h1{font-size:clamp(32px,3.2vw,49px);line-height:1.13;overflow-wrap:break-word}
.ht-blog-article .ht-entry-content{font-size:17px;line-height:1.85;max-width:100%;padding:16px 0 20px}
.ht-blog-article .ht-entry-content p{margin:0 0 1.2em}
.ht-blog-article .ht-entry-content h2{font-size:clamp(25px,2.1vw,32px);margin:1.3em 0 .5em}
.ht-blog-article .ht-entry-content h3{font-size:clamp(21px,1.7vw,26px);margin:1.3em 0 .5em}
.ht-blog-article .ht-article-photo{width:100%;max-width:100%;min-width:0;overflow:hidden;border-radius:10px}
.ht-blog-article .ht-article-photo img{display:block;width:100%;height:clamp(240px,29vw,440px);max-width:100%;object-fit:cover;object-position:center 27%}
.ht-blog-article .ht-entry-content img,.ht-blog-article .ht-entry-content video{max-width:100%;height:auto}
.ht-blog-article .ht-entry-content iframe{max-width:100%}
.ht-blog-article .ht-entry-content>*,
.ht-blog-article .ht-entry-content .panel-grid,
.ht-blog-article .ht-entry-content .panel-grid-cell{max-width:100%;min-width:0;overflow-wrap:break-word}
.ht-blog-article .ht-entry-content p:empty{display:none}
.ht-single-sidebar .ht-side-box{width:100%;min-width:0;overflow:hidden}
.ht-single-sidebar .ht-mini-profiles a{display:grid;grid-template-columns:60px minmax(0,1fr);gap:10px;align-items:center;min-height:76px;line-height:1.25;overflow-wrap:break-word}
.ht-single-sidebar .ht-mini-profiles a img{width:60px;height:70px;min-width:0;max-width:100%;object-fit:cover;object-position:center 25%;background:#3a2025}
.ht-single-sidebar .ht-mini-profiles a span{min-width:0}
.ht-single-sidebar .ht-mini-profiles a small{margin-top:4px}
.ht-single-sidebar .ht-minutes-panel{min-width:0;max-width:100%;width:100%}
@media(max-width:1050px){
 #ht-main.ht-internal .ht-single-container{width:calc(100% - 42px)}
 #ht-main.ht-internal .ht-single-layout{grid-template-columns:minmax(0,1fr) 250px;gap:17px}
}
@media(max-width:800px){
 #ht-main.ht-internal .ht-single-layout{display:flex;flex-direction:column;align-items:stretch;gap:20px}
 #ht-main.ht-internal .ht-single-container{width:calc(100% - 32px)}
 #ht-main.ht-internal .ht-single-content{padding:19px}
 #ht-main.ht-internal .ht-single-sidebar{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:15px;margin:0}
 .ht-blog-article .ht-entry-content{font-size:16px;line-height:1.75}
}
@media(max-width:580px){
 #ht-main.ht-internal .ht-single-container{width:calc(100% - 24px)}
 #ht-main.ht-internal .ht-single-content{padding:15px}
 #ht-main.ht-internal .ht-single-sidebar{display:flex;flex-direction:column}
 .ht-blog-article .ht-article-photo img{height:265px}
 .ht-blog-article .ht-single-heading h1{font-size:32px}
}


/* v1.0.3 — live-site repair based on the rendered source of /devojke-za-avanturu/.
   An original post embeds its own featured photo as an image LINK INSIDE an h3,
   so WP/Smush reserves an extra 300px and makes a blank hole between paragraphs.
   This rule hides just such duplicate inline linked heading images when a hero exists.
   A normal standalone article image remains untouched. */
.ht-blog-article:has(.ht-article-photo) .ht-entry-content h3 > a:has(> img.alignright){display:none!important}
.ht-blog-article .ht-entry-content{min-width:0}
.ht-blog-article .ht-entry-content h3{clear:both;margin:1.35em 0 .6em}
.ht-blog-article .ht-entry-content .alignright{float:right;max-width:min(40%,280px);margin:4px 0 18px 18px}
.ht-blog-article .ht-entry-content .alignleft{float:left;max-width:min(40%,280px);margin:4px 18px 18px 0}
.ht-blog-article .ht-entry-content p{min-height:0}
.ht-blog-article .ht-entry-content p:empty{display:none}
.ht-blog-article .ht-entry-content .awac-wrapper{display:block;clear:both;max-width:100%;margin:27px auto}
.ht-blog-article .ht-entry-content .awac-wrapper .textwidget>div{box-sizing:border-box;width:min(100%,430px);max-width:100%!important}
.ht-blog-article .ht-entry-content .awac-wrapper select{max-width:100%}
/* Legacy Yet Another Related Posts Plugin: use responsive cards, not its fixed 130x170 tiles.
   YARPP's stylesheet and inline dimensions load AFTER the theme, hence !important. */
.ht-blog-article .ht-entry-content .yarpp{clear:both!important;display:block!important;width:100%!important;max-width:100%!important;margin:30px 0 6px!important;padding:22px!important;border:1px solid #eddcd6!important;border-radius:11px!important;background:#fffaf7!important;overflow:hidden!important}
.ht-blog-article .ht-entry-content .yarpp>h3{font:normal 27px/1.17 Georgia,serif!important;color:#341519!important;margin:0 0 18px!important;clear:both}
.ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:11px!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:visible!important;clear:both!important}
.ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail{box-sizing:border-box!important;display:flex!important;float:none!important;align-items:center!important;gap:10px!important;width:auto!important;height:auto!important;min-height:104px!important;max-width:none!important;margin:0!important;padding:8px!important;background:#fff!important;border:1px solid #ebd9d0!important;border-radius:8px!important;text-decoration:none!important;color:#401d25!important;overflow:hidden!important;box-shadow:0 2px 7px #2b10100a!important}
.ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover{border-color:#aa6372!important;box-shadow:0 3px 12px #70172b1a!important}
.ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail img{display:block!important;position:static!important;flex:0 0 78px!important;float:none!important;width:78px!important;max-width:78px!important;height:86px!important;min-height:0!important;max-height:86px!important;margin:0!important;border-radius:5px!important;object-fit:cover!important;object-position:center 25%!important;background:#f4e7e1!important}
.ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail-title{box-sizing:border-box!important;display:-webkit-box!important;position:static!important;float:none!important;flex:1!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;max-height:5.4em!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;font:700 13px/1.35 Arial,Helvetica,sans-serif!important;color:#4d2630!important;text-decoration:none!important;white-space:normal!important;text-align:left!important}
/* Avoid a second image-processing hook on other blog entries while rendering a post.
   The sidebar is text-only, compact and clickable, using real existing post titles/URLs. */
.ht-single-sidebar .ht-more-box{padding:18px!important}
.ht-single-sidebar .ht-more-box h2{margin:0 0 13px;font-size:23px;line-height:1.17}
.ht-single-sidebar .ht-more-links{display:flex;flex-direction:column;gap:0;min-width:0}
.ht-single-sidebar .ht-more-links .ht-more-link{display:flex!important;gap:10px!important;align-items:flex-start!important;width:100%;min-height:0!important;padding:12px 0!important;border-bottom:1px solid #f0e1db!important;font-size:13px!important;font-weight:400!important;color:#431d24!important;line-height:1.35!important;text-decoration:none!important;overflow-wrap:break-word!important}
.ht-single-sidebar .ht-more-links .ht-more-link:last-child{border-bottom:0!important}
.ht-more-bullet{flex:0 0 22px;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#f7ebe5;color:#ab4053;font-size:11px}
.ht-more-copy{display:block;flex:1;min-width:0}
.ht-more-copy strong{display:block;font-weight:700;line-height:1.4}
.ht-more-copy small{display:block;margin-top:5px;color:#905668!important;font:normal 11px/1.25 Arial,sans-serif}
.ht-single-sidebar .ht-more-box .ht-more-all{display:flex;justify-content:center;gap:8px;margin-top:12px;border:1px solid #b47a80;padding:9px 12px;border-radius:30px;color:#6a2638;font-size:12px;font-weight:700;text-align:center;text-decoration:none}
.ht-single-sidebar .ht-more-box .ht-more-all:hover{background:#f7e8e5}
@media(max-width:1120px){.ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:580px){
 .ht-blog-article .ht-entry-content .yarpp{padding:15px!important;margin-top:22px!important}
 .ht-blog-article .ht-entry-content .yarpp>h3{font-size:23px!important}
 .ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal{grid-template-columns:minmax(0,1fr)!important;gap:8px!important}
 .ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail{min-height:92px!important}
 .ht-blog-article .ht-entry-content .yarpp-thumbnails-horizontal .yarpp-thumbnail img{width:70px!important;max-width:70px!important;flex-basis:70px!important;height:75px!important;max-height:75px!important}
 .ht-blog-article .ht-entry-content .alignright,.ht-blog-article .ht-entry-content .alignleft{float:none;display:block;margin:14px auto;max-width:100%;height:auto}
}


/* v1.0.4 — Erotske Priče: real girl-profile advertising at right and below, everywhere.
   Classes scoped to these promos; homepage profile cards and non-blog pages unchanged. */
#ht-main .ht-promo-sidebar{padding:16px;border:1px solid #eedbd4;background:#fffaf7;box-shadow:0 5px 19px #3d0f1d0a;min-width:0}
.ht-promo-side-head{display:flex;gap:10px;align-items:center;margin-bottom:7px;color:#5c2030}
.ht-promo-side-head>span{font:31px Georgia,serif;color:#b94a5e}
.ht-promo-side-head h2{font:normal 25px/1.05 Georgia,serif!important;margin:0 0 3px!important;color:#3b1720}
.ht-promo-side-head p{font:12px/1.3 Arial,sans-serif;color:#805b5e;margin:0}
.ht-promo-side-list{display:flex;flex-direction:column;gap:10px}
.ht-promo-card{display:flex;align-items:stretch;gap:0;min-width:0;overflow:hidden;background:#fff;border:1px solid #e9dad4;border-radius:9px;box-shadow:0 2px 8px #2d101009;transition:border-color .2s,transform .2s}
.ht-promo-card:hover{border-color:#ac5d6b;transform:translateY(-2px)}
.ht-promo-photo{display:block;flex:0 0 40%;width:40%;min-height:160px;background:#f0e4df;overflow:hidden}
.ht-promo-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 27%;max-width:none}
.ht-promo-info{display:flex;flex-direction:column;align-items:flex-start;gap:5px;flex:1;min-width:0;padding:12px 11px}
.ht-promo-info h3{font:700 20px/1.12 Georgia,serif;color:#371920;margin:0;overflow-wrap:anywhere}
.ht-promo-info h3 a:hover{color:#9c2945}
.ht-promo-city{color:#985065;font-size:12px;line-height:1.2}
.ht-promo-info p{color:#665555;font:13px/1.35 Arial,sans-serif;margin:2px 0 6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere}
.ht-promo-visit{display:inline-flex;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;border:1px solid #a85565;border-radius:25px;padding:7px 9px;color:#70263a;font:700 12px/1.2 Arial,sans-serif;text-align:center}
.ht-promo-visit:hover{background:#6e2035;color:#fff}
.ht-promo-card-side{min-height:103px}
.ht-promo-card-side .ht-promo-photo{width:37%;flex-basis:37%;min-height:110px}
.ht-promo-card-side .ht-promo-info{padding:8px 7px;gap:3px}
.ht-promo-card-side .ht-promo-info h3{font-size:16px;line-height:1.1}
.ht-promo-card-side .ht-promo-city{font-size:11px}
.ht-promo-card-side .ht-promo-info p{font-size:11px;line-height:1.25;-webkit-line-clamp:2;margin:1px 0 5px}
.ht-promo-card-side .ht-promo-visit{font-size:10.5px;padding:5px 5px;gap:3px}
.ht-promo-all{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:10px;border-radius:25px;background:#662238;color:#fff!important;font:700 12px Arial,sans-serif;text-align:center}
.ht-promo-all:hover{background:#8e2c47}
#ht-main .ht-promo-bottom{min-width:0;width:100%;margin:31px 0 6px;padding:27px 23px;background:linear-gradient(145deg,#fff8f5,#fffdfb);border:1px solid #e9d6d0;border-radius:12px;box-shadow:0 3px 22px #39111a09;clear:both}
.ht-promo-bottom-heading{margin:0 0 4px!important}
.ht-promo-bottom-heading h2{font-size:clamp(23px,2.4vw,32px)!important}
.ht-promo-intro{margin:0 0 18px;font-size:13px;color:#806a65}
.ht-promo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;min-width:0}
.ht-promo-grid .ht-promo-card{min-height:178px}
.ht-blog-single .ht-blog-article .ht-entry-content .yarpp{display:none!important}
#ht-main.ht-blog-archive .ht-archive-layout>.ht-side-column{display:flex}
@media(max-width:1100px){.ht-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ht-promo-info h3{font-size:18px}.ht-promo-photo{min-height:155px}}
@media(max-width:720px){
 #ht-main.ht-blog-archive .ht-archive-layout>.ht-side-column{display:flex!important;order:2!important;gap:13px;margin:12px 0 0}
 #ht-main.ht-blog-archive .ht-archive-layout>.ht-side-column .ht-promo-side-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
 #ht-main.ht-blog-archive .ht-archive-layout>.ht-side-column .ht-promo-card-side{min-height:130px}
 #ht-main.ht-blog-archive .ht-archive-layout>.ht-side-column .ht-promo-card-side .ht-promo-photo{width:36%;flex-basis:36%}
 #ht-main .ht-promo-bottom{padding:17px 13px;margin-top:22px}
 .ht-promo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
 .ht-promo-grid .ht-promo-card{flex-direction:column}
 .ht-promo-grid .ht-promo-photo{width:100%;flex:0 0 auto;height:180px;min-height:0}
 .ht-promo-grid .ht-promo-info{padding:9px;min-height:139px;width:100%}
 .ht-promo-grid .ht-promo-info h3{font-size:16px}
 .ht-promo-grid .ht-promo-info p{font-size:11px;-webkit-line-clamp:2}
 .ht-promo-bottom-heading{align-items:flex-start}
 .ht-promo-bottom-heading h2{max-width:80%}
}
@media(max-width:480px){
 #ht-main.ht-blog-archive .ht-archive-layout>.ht-side-column .ht-promo-side-list{grid-template-columns:1fr}
 .ht-promo-grid .ht-promo-photo{height:145px}
 .ht-promo-grid .ht-promo-info{min-height:140px}
 .ht-promo-grid .ht-promo-visit{font-size:11px;padding:7px 5px}
 .ht-promo-bottom-heading h2{font-size:22px!important}
 .ht-promo-bottom-heading>a{font-size:11px}
}


/* v1.0.6 — better in-article media alignment + prettier callout blocks inside erotic stories. */
.ht-blog-article .ht-entry-content figure,
.ht-blog-article .ht-entry-content .wp-caption,
.ht-blog-article .ht-entry-content .wp-block-image{max-width:100%;margin:1.2em 0 1.45em}
.ht-blog-article .ht-entry-content figure img,
.ht-blog-article .ht-entry-content .wp-caption img,
.ht-blog-article .ht-entry-content .wp-block-image img{display:block;height:auto}
.ht-blog-article .ht-entry-content .aligncenter,
.ht-blog-article .ht-entry-content .wp-block-image.aligncenter,
.ht-blog-article .ht-entry-content figure.aligncenter,
.ht-blog-article .ht-entry-content .wp-caption.aligncenter{display:table;float:none;clear:both;margin:1.4em auto;max-width:100%}
.ht-blog-article .ht-entry-content .alignnone{display:block;float:none;clear:both;margin:1.3em auto;max-width:100%}
.ht-blog-article .ht-entry-content .wp-caption-text,
.ht-blog-article .ht-entry-content figcaption{margin:.55em auto 0;color:#7a6763;font-size:12px;line-height:1.5;text-align:center;max-width:92%}
.ht-blog-article .ht-entry-content h2,
.ht-blog-article .ht-entry-content h3,
.ht-blog-article .ht-entry-content h4{clear:both}
.ht-blog-article .ht-entry-content p:has(> img.aligncenter:only-child),
.ht-blog-article .ht-entry-content p:has(> a > img.aligncenter:only-child),
.ht-blog-article .ht-entry-content p:has(> img.alignnone:only-child),
.ht-blog-article .ht-entry-content p:has(> a > img.alignnone:only-child){text-align:center}
.ht-blog-article .ht-entry-content .awac-wrapper,
.ht-blog-article .ht-entry-content .awac-wrapper *{box-sizing:border-box}
.ht-blog-article .ht-entry-content .awac-wrapper{clear:both;display:block;max-width:100%;width:min(100%,860px);margin:34px auto;padding:26px clamp(18px,3vw,34px);background:linear-gradient(180deg,#fff5ea 0%,#fde6d4 100%);border:1px solid #efcfbf;border-radius:28px;box-shadow:0 18px 42px rgba(79,20,34,.08);position:relative;overflow:hidden}
.ht-blog-article .ht-entry-content .awac-wrapper:before{content:'';position:absolute;inset:auto -40px -70px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,#fff7f1 0%,rgba(255,247,241,0) 70%);pointer-events:none}
.ht-blog-article .ht-entry-content .awac-wrapper .textwidget,
.ht-blog-article .ht-entry-content .awac-wrapper .textwidget>div,
.ht-blog-article .ht-entry-content .awac-wrapper .panel-grid,
.ht-blog-article .ht-entry-content .awac-wrapper .panel-grid-cell,
.ht-blog-article .ht-entry-content .awac-wrapper .panel-row-style,
.ht-blog-article .ht-entry-content .awac-wrapper .so-panel,
.ht-blog-article .ht-entry-content .awac-wrapper [style*="height"],
.ht-blog-article .ht-entry-content .awac-wrapper [style*="min-height"]{height:auto!important;min-height:0!important;max-width:100%!important}
.ht-blog-article .ht-entry-content .awac-wrapper .panel-grid{display:block!important;margin:0!important}
.ht-blog-article .ht-entry-content .awac-wrapper .panel-grid-cell{padding:0!important;margin:0!important}
.ht-blog-article .ht-entry-content .awac-wrapper p{margin:0 0 14px;color:#442228;line-height:1.65}
.ht-blog-article .ht-entry-content .awac-wrapper p:first-child{font:700 clamp(26px,3.1vw,42px)/1.18 Georgia,serif;color:#3a1218;text-align:center;letter-spacing:-.02em;margin:0 0 18px}
.ht-blog-article .ht-entry-content .awac-wrapper p:first-child a{color:#8c123a;text-decoration:none;border-bottom:2px solid #deb17f}
.ht-blog-article .ht-entry-content .awac-wrapper p:nth-child(2){text-align:center;font-size:18px;color:#60443f;margin-bottom:20px}
.ht-blog-article .ht-entry-content .awac-wrapper p:last-of-type{margin-top:18px;padding:22px clamp(16px,3vw,30px);background:rgba(255,255,255,.9);border:1px solid #f0d7cf;border-radius:22px;box-shadow:0 14px 30px rgba(70,28,33,.10);text-align:center;font:400 clamp(20px,2.4vw,26px)/1.6 Georgia,serif;color:#5a4948}
.ht-blog-article .ht-entry-content .awac-wrapper strong{color:#7d1234}
.ht-blog-article .ht-entry-content .awac-wrapper select,
.ht-blog-article .ht-entry-content .awac-wrapper input,
.ht-blog-article .ht-entry-content .awac-wrapper button,
.ht-blog-article .ht-entry-content .awac-wrapper .wpcf7-form-control-wrap{max-width:100%}
.ht-blog-article .ht-entry-content .awac-wrapper select{display:block;min-height:44px;margin:16px auto 0;padding:10px 14px;border:1px solid #d6b9b1;border-radius:14px;background:#fff;color:#4b2830;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}
.ht-blog-article .ht-entry-content .awac-wrapper a.button,
.ht-blog-article .ht-entry-content .awac-wrapper .ht-inline-call,
.ht-blog-article .ht-entry-content .awac-wrapper .wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 24px;border-radius:999px;background:linear-gradient(135deg,#7b1634,#b11e52);color:#fff!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(126,25,56,.22);border:0}
.ht-blog-article .ht-entry-content .awac-wrapper a.button:hover,
.ht-blog-article .ht-entry-content .awac-wrapper .wp-block-button__link:hover{filter:brightness(1.06);transform:translateY(-1px)}
@media(max-width:720px){
 .ht-blog-article .ht-entry-content .awac-wrapper{padding:20px 15px;border-radius:22px}
 .ht-blog-article .ht-entry-content .awac-wrapper p:first-child{font-size:clamp(22px,8vw,31px)}
 .ht-blog-article .ht-entry-content .awac-wrapper p:nth-child(2){font-size:16px}
 .ht-blog-article .ht-entry-content .awac-wrapper p:last-of-type{font-size:18px;line-height:1.55;padding:18px 15px}
}
