:root{
  --bg:#f2eee8;
  --paper:#ffffff;
  --paper-soft:#f6f2ec;
  --ink:#171717;
  --muted:#66625d;
  --line:#ddd4c9;
  --gold:#b99662;
  --gold-dark:#947247;
  --dark:#141414;
  --shell:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.45}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.ks50-shell{width:min(var(--shell),calc(100% - 32px));margin:0 auto}
.ks50-gap-top{margin-top:15px}
.ks50-site-main{padding-bottom:15px}

.ks50-header{background:#141414;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:50}
.ks50-header-row{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:72px}
.ks50-logo a{font-size:32px;font-weight:900;letter-spacing:-.04em;color:#fff}
.ks50-logo span{color:var(--gold)}
.ks50-nav .menu{display:flex;align-items:center;gap:18px;list-style:none;margin:0;padding:0}
.ks50-nav a{color:#fff;font-size:14px;opacity:.9}
.ks50-nav a:hover,.ks50-nav .current-menu-item>a{color:var(--gold);opacity:1}
.ks50-burger{display:none;background:none;border:0;padding:0}
.ks50-burger span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}

.ks50-hero-wrap{padding:15px 0 0}
.ks50-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:15px;background:linear-gradient(135deg,#faf8f4 0%,#efe8dd 100%);border:1px solid var(--line);padding:15px;align-items:stretch}
.ks50-hero-copy h1{margin:0;font-size:44px;line-height:.92;letter-spacing:-.06em;text-transform:uppercase;font-weight:950}
.ks50-hero-copy h1 span{display:block;color:var(--gold);margin-top:6px}
.ks50-hero-slogan{margin:14px 0 10px;font-size:20px;line-height:1.18;font-weight:900;max-width:700px}
.ks50-hero-sub{margin:0;max-width:700px;font-size:16px;color:var(--muted)}
.ks50-copy-gradient{height:18px;width:100%;max-width:520px;margin-top:10px;background:linear-gradient(90deg, rgba(185,149,99,.95) 0%, rgba(185,149,99,.45) 35%, rgba(185,149,99,0) 100%)}
.ks50-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
.ks50-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid transparent;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.ks50-btn-primary{background:var(--gold);color:#111}
.ks50-btn-ghost{background:transparent;border-color:#222;color:#222}
.ks50-hero-media{position:relative;min-height:312px;width:100%}
.ks50-hero-media>img{width:100%;height:100%;min-height:312px;object-fit:cover;border:1px solid var(--line)}
.ks50-hero-card{position:absolute;right:15px;top:15px;width:min(290px,46%);background:rgba(15,15,15,.88);color:#fff;padding:14px}
.ks50-hero-card strong{display:block;font-size:22px;line-height:1.05;margin-bottom:12px}
.ks50-hero-card ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.ks50-hero-card li{font-size:13px;line-height:1.3;padding-left:16px;position:relative}
.ks50-hero-card li:before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}

.ks50-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:15px}
.ks50-cat-card{position:relative;min-height:160px;background-size:cover;background-position:center;border:1px solid var(--line);overflow:hidden}
.ks50-cat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.70) 100%)}
.ks50-cat-card>*{position:relative;z-index:1}
.ks50-cat-icon{display:grid;place-items:center;width:28px;height:28px;background:var(--gold);color:#111;font-size:12px;margin:14px}
.ks50-cat-card h3{margin:42px 14px 4px;color:#fff;font-size:24px;line-height:1.02;text-transform:uppercase;letter-spacing:-.04em}
.ks50-cat-card p{margin:0 14px 14px;color:rgba(255,255,255,.9);font-size:12px}

.ks50-grid-3{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:15px}
.ks50-box{background:var(--paper);border:1px solid var(--line);padding:15px}
.ks50-box-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
.ks50-box-head h2{margin:0;font-size:28px;letter-spacing:-.03em}
.ks50-box-head a{font-size:13px;color:var(--gold-dark);font-weight:800}
.ks50-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.ks50-product{background:var(--paper-soft);border:1px solid var(--line)}
.ks50-product img{width:100%;aspect-ratio:1/1;object-fit:cover}
.ks50-product div{padding:10px}
.ks50-product h3{margin:0 0 4px;font-size:15px}
.ks50-product p{margin:0 0 4px;font-size:12px;color:var(--muted)}
.ks50-product strong{font-size:14px;color:var(--gold-dark)}
.ks50-member-panel{background:linear-gradient(180deg,#2d3034,#1b1c1e);color:#fff;padding:15px;min-height:100%}
.ks50-star{display:grid;place-items:center;width:36px;height:36px;background:var(--gold);color:#111;font-size:16px;font-weight:900;margin-bottom:10px}
.ks50-member-panel h3{margin:0 0 12px;font-size:24px;line-height:1.08}
.ks50-member-panel ul{margin:0 0 15px;padding-left:16px;display:grid;gap:8px;font-size:13px}
.ks50-aff-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.ks50-aff-item{background:#fff;border:1px solid var(--line)}

.ks50-video-section{padding:0}
.ks50-section-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:10px}
.ks50-section-head h2{margin:0;font-size:28px;letter-spacing:-.03em}
.ks50-section-head a{font-size:13px;color:var(--gold-dark);font-weight:800}
.ks50-video-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.ks50-video-tile{background:#fff;border:1px solid var(--line)}
.ks50-video-thumb{position:relative}
.ks50-video-thumb img{width:100%;aspect-ratio:1/1;object-fit:cover}
.ks50-video-thumb span{position:absolute;right:8px;bottom:8px;background:#111;color:#fff;padding:3px 7px;font-size:10px;font-weight:800}
.ks50-video-body{padding:10px}
.ks50-video-body h3{margin:0;font-size:13px;line-height:1.25}

.ks50-promise{padding:0}
.ks50-promise-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:10px}
.ks50-label{display:inline-block;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-dark);margin-bottom:8px}
.ks50-promise-head h2{margin:0;font-size:30px;letter-spacing:-.04em}
.ks50-promise-head p{margin:0;max-width:600px;font-size:14px;color:var(--muted)}
.ks50-step-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.ks50-step-box{background:linear-gradient(180deg,#fff,#f6f1ea);border:1px solid var(--line);padding:14px}
.ks50-step-box b{display:grid;place-items:center;width:28px;height:28px;background:var(--gold);font-size:12px;margin-bottom:8px}
.ks50-step-box h3{margin:0 0 5px;font-size:15px;line-height:1.2}
.ks50-step-box p{margin:0;font-size:11px;color:var(--muted);line-height:1.35}

.ks50-about{display:grid;grid-template-columns:1.15fr .85fr;gap:15px;align-items:start}
.ks50-about-copy{background:#fff;border:1px solid var(--line);padding:15px}
.ks50-about-copy h2{margin:0 0 10px;font-size:30px;letter-spacing:-.04em}
.ks50-about-copy p{margin:0 0 15px;font-size:15px;color:var(--muted)}
.ks50-about-media img{width:100%;min-height:220px;max-height:220px;object-fit:cover;border:1px solid var(--line)}

.ks50-news{display:grid;grid-template-columns:1fr 1fr;gap:15px;background:linear-gradient(135deg,#22252a 0%,#2c2f34 100%);color:#fff;padding:15px}
.ks50-news h2{margin:0 0 6px;font-size:30px;letter-spacing:-.04em}
.ks50-news p{margin:0;font-size:15px;color:rgba(255,255,255,.82)}
.ks50-news-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:center}
.ks50-news-form input{min-height:42px;padding:0 12px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;font-size:13px}
.ks50-news-form input::placeholder{color:rgba(255,255,255,.7)}

.ks50-page-hero{padding:15px 0 10px}
.ks50-page-hero-box{background:linear-gradient(135deg,#faf8f4 0%,#efe8dd 100%);border:1px solid var(--line);padding:15px}
.ks50-page-hero h1{margin:0 0 6px;font-size:34px;line-height:.98;letter-spacing:-.05em}
.ks50-page-hero p{margin:0;font-size:14px;color:var(--muted);max-width:760px}
.ks50-grid-main{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:15px;padding-bottom:20px}
.ks50-post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}
.ks50-post-card,.ks50-sidebox,.ks50-single article,.ks50-related-card{background:#fff;border:1px solid var(--line)}
.ks50-post-card img,.ks50-related-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.ks50-post-card-body,.ks50-sidebox,.ks50-single-inner,.ks50-related-card div{padding:12px}
.ks50-post-card-meta{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:var(--gold-dark);font-weight:900;margin-bottom:8px}
.ks50-post-card-body h2{margin:0 0 6px;font-size:22px;line-height:1.1}
.ks50-post-card-body p,.ks50-sidebox p,.ks50-single .entry-content{font-size:14px;color:var(--muted)}
.ks50-sidebar{display:grid;gap:15px;align-self:start;position:sticky;top:88px}
.ks50-sidebox h3{margin:0 0 8px;font-size:20px}
.ks50-link-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.ks50-link-list a{color:var(--gold-dark);font-weight:800;font-size:14px}
.ks50-single{padding:15px 0 20px}
.ks50-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:15px}
.ks50-single-cover{width:100%;aspect-ratio:16/8;object-fit:cover}
.ks50-single h1{margin:0 0 8px;font-size:36px;line-height:.98;letter-spacing:-.05em}
.ks50-single .ks50-single-intro{font-size:16px;color:var(--muted);margin:0 0 15px}
.ks50-single .entry-content h2{font-size:24px;letter-spacing:-.03em;margin:20px 0 8px;color:var(--ink)}
.ks50-related{display:grid;gap:15px}
.ks50-related-card h4{margin:0;font-size:15px;line-height:1.3}

.ks50-footer{background:#151515;color:#fff;margin-top:15px}
.ks50-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:15px;padding:20px 0}
.ks50-footer h3,.ks50-footer h4{margin:0 0 8px}
.ks50-footer h3 span{color:var(--gold)}
.ks50-footer p,.ks50-footer a,.ks50-footer li{color:rgba(255,255,255,.78);font-size:13px}
.ks50-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.ks50-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:10px 0;color:rgba(255,255,255,.65);font-size:12px}

.woocommerce .product .summary,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{background:#fff;border:1px solid var(--line);padding:12px}

@media (max-width:1180px){
  .ks50-strip,.ks50-video-grid,.ks50-step-grid,.ks50-post-grid{grid-template-columns:repeat(2,1fr)}
  .ks50-grid-3,.ks50-about,.ks50-news,.ks50-grid-main,.ks50-single-grid,.ks50-footer-grid{grid-template-columns:1fr}
  .ks50-sidebar{position:static}
}
@media (max-width:920px){
  .ks50-burger{display:block}
  .ks50-nav{display:none}
  .ks50-nav.is-open{display:block;position:absolute;left:10px;right:10px;top:72px;background:#111;border:1px solid rgba(255,255,255,.1);padding:12px}
  .ks50-nav.is-open .menu{display:grid;gap:10px}
  .ks50-shell{width:min(var(--shell),calc(100% - 20px))}
  .ks50-hero,.ks50-strip,.ks50-grid-3,.ks50-video-grid,.ks50-step-grid,.ks50-about,.ks50-news,.ks50-post-grid,.ks50-grid-main,.ks50-single-grid,.ks50-footer-grid,.ks50-news-form{grid-template-columns:1fr}
  .ks50-hero-copy h1{font-size:28px}
  .ks50-hero-slogan{font-size:16px}
  .ks50-hero-media{min-height:auto}
  .ks50-hero-media>img{min-height:240px}
  .ks50-hero-card{position:static;width:auto;margin-top:10px}
  .ks50-logo a{font-size:26px}
}


/* V3 refinements */
.ks50-video-grid{grid-template-columns:repeat(5,1fr);gap:15px}
.ks50-video-tile,.ks50-product{display:block}
.ks50-video-thumb img,.ks50-product img{aspect-ratio:1/1;object-fit:cover}
.ks50-video-body{padding:10px;min-height:72px}
.ks50-about{grid-template-columns:1.2fr .8fr;align-items:start}
.ks50-about-media img{min-height:180px;max-height:180px}
.ks50-hero{grid-template-columns:1fr 1fr}
.ks50-hero-media{min-height:280px}
.ks50-hero-media>img{min-height:280px;width:100%}
@media (max-width:920px){.ks50-video-grid{grid-template-columns:1fr}.ks50-about{grid-template-columns:1fr}}


/* ===== V4 Hero refinement ===== */
:root{
  --ks50-hero-height: 380px;
}
.ks50-hero,
.hero,
.home-hero{
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  min-height: var(--ks50-hero-height) !important;
  grid-template-columns: 0.95fr 1.05fr !important;
  gap: 14px !important;
  padding: 14px !important;
  align-items: stretch !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  align-self: center !important;
  padding: 4px 0 !important;
  max-width: 520px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 28px !important;
  line-height: 0.95 !important;
  letter-spacing: -0.04em !important;
  margin-bottom: 10px !important;
  max-width: 480px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 14px !important;
  line-height: 1.35 !important;
  max-width: 470px !important;
  margin: 10px 0 8px !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 12px !important;
  line-height: 1.45 !important;
  max-width: 500px !important;
}
.ks50-btn-row,
.hero-buttons,
.home-hero-buttons{
  margin-top: 12px !important;
  gap: 10px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  height: 100% !important;
  position: relative !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  width: 100% !important;
  min-height: var(--ks50-hero-height) !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
.ks50-hero-visual::after,
.hero-visual::after,
.home-hero-visual::after{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 42% !important;
  background: linear-gradient(to top, rgba(0,0,0,.42), rgba(0,0,0,0)) !important;
  pointer-events: none !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  top: 14px !important;
  right: 14px !important;
  width: min(255px, 48%) !important;
  padding: 12px !important;
}
.ks50-floating-title{
  font-size: 15px !important;
}
.ks50-video-row,
.latest-videos-grid{
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 12px !important;
}
.ks50-video-card,
.latest-video-card{
  max-width: none !important;
}
.ks50-video-card img,
.latest-video-card img{
  aspect-ratio: 1 / 1 !important;
}
.ks50-video-meta{
  padding: 8px !important;
}
.ks50-video-meta h3{
  font-size: 11px !important;
  line-height: 1.25 !important;
}
.ks50-about-grid,
.about-grid{
  grid-template-columns: 1.25fr 0.75fr !important;
  gap: 14px !important;
  align-items: start !important;
}
.ks50-about-visual,
.about-visual{
  align-self: start !important;
}
.ks50-about-visual img,
.about-visual img{
  min-height: 220px !important;
  max-height: 260px !important;
  width: 100% !important;
  object-fit: cover !important;
}
@media (max-width: 1100px){
  .ks50-video-row,
  .latest-videos-grid{
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 300px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 24px !important;
  }
  .ks50-video-row,
  .latest-videos-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-about-grid,
  .about-grid{
    grid-template-columns: 1fr !important;
  }
}


/* ===== V5 hero image 40% smaller with matched typography ===== */
:root{
  --ks50-hero-height: 320px;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  grid-template-columns: 1.28fr 0.72fr !important;
  min-height: var(--ks50-hero-height) !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  max-width: 620px !important;
  padding-right: 10px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 32px !important;
  line-height: .96 !important;
  max-width: 560px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 15px !important;
  max-width: 560px !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 13px !important;
  max-width: 580px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  max-width: 100% !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  min-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
  object-position: center center !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  width: min(220px, 52%) !important;
  padding: 10px !important;
}
.ks50-floating-title{
  font-size: 14px !important;
}
.ks50-floating-card li{
  font-size: 10px !important;
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 260px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 24px !important;
  }
}


/* ===== V6 elegant calm hero rebalance ===== */
:root{
  --ks50-hero-height: 300px;
}
.ks50-hero,
.hero,
.home-hero{
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  grid-template-columns: 1.34fr 0.66fr !important;
  min-height: var(--ks50-hero-height) !important;
  gap: 12px !important;
  padding: 12px !important;
  background: linear-gradient(135deg,#f4efe8 0%, #eee7dd 100%) !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  align-self: center !important;
  max-width: 650px !important;
  padding-right: 6px !important;
}
.ks50-kicker{
  margin-bottom: 8px !important;
  font-size: 10px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 30px !important;
  line-height: .94 !important;
  max-width: 560px !important;
  margin-bottom: 8px !important;
}
.ks50-hero-copy h1 span,
.hero-copy h1 span,
.home-hero-copy h1 span{
  display:block !important;
  margin-top: 3px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 14px !important;
  line-height: 1.34 !important;
  max-width: 540px !important;
  margin: 8px 0 8px !important;
  font-weight: 750 !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 12px !important;
  line-height: 1.42 !important;
  max-width: 560px !important;
  color: #545454 !important;
}
.ks50-btn-row,
.hero-buttons,
.home-hero-buttons{
  margin-top: 10px !important;
  gap: 8px !important;
}
.ks50-btn{
  min-height: 36px !important;
  padding: 0 12px !important;
  font-size: 11px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  height: 100% !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  min-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
  object-fit: cover !important;
  object-position: center 24% !important;
  filter: saturate(.96) contrast(.98) !important;
}
.ks50-hero-visual::after,
.hero-visual::after,
.home-hero-visual::after{
  height: 48% !important;
  background: linear-gradient(to top, rgba(0,0,0,.32), rgba(0,0,0,0)) !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  top: 12px !important;
  right: 12px !important;
  width: min(205px, 48%) !important;
  padding: 9px !important;
  background: rgba(20,20,20,.82) !important;
}
.ks50-floating-title{
  font-size: 13px !important;
  line-height: 1.1 !important;
  margin-bottom: 7px !important;
}
.ks50-floating-card ul{
  gap: 5px !important;
}
.ks50-floating-card li{
  font-size: 9.5px !important;
  line-height: 1.25 !important;
  padding-left: 12px !important;
}
.ks50-floating-card li:before{
  left: 0 !important;
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 240px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 22px !important;
  }
  .ks50-hero-slogan,
  .hero-slogan,
  .home-hero-slogan{
    font-size: 13px !important;
  }
  .ks50-hero-sub,
  .hero-sub,
  .home-hero-sub{
    font-size: 11px !important;
  }
  .ks50-hero-visual img,
  .hero-visual img,
  .home-hero-visual img{
    min-height: var(--ks50-hero-height) !important;
    height: var(--ks50-hero-height) !important;
  }
}


/* ===== V7 full-page premium calm refinements ===== */
body{
  background: linear-gradient(180deg,#f1ece5 0%, #eee7de 100%) !important;
}
.ks50-section-head h2{
  font-size: 20px !important;
  letter-spacing: -.025em !important;
}
.ks50-section-head p{
  font-size: 12px !important;
  color: #666 !important;
}
.ks50-topic-card{
  min-height: 128px !important;
  border-color:#d9d1c7 !important;
}
.ks50-topic-card:before{
  background: linear-gradient(180deg,rgba(0,0,0,.05) 10%,rgba(0,0,0,.58) 100%) !important;
}
.ks50-topic-content h3{
  font-size: 16px !important;
}
.ks50-topic-content p{
  font-size: 9.5px !important;
  color: rgba(255,255,255,.88) !important;
}
.ks50-panel{
  background: #fbf8f3 !important;
  border-color:#d6cdc1 !important;
}
.ks50-panel-head h2{
  font-size: 19px !important;
}
.ks50-panel-head a{
  font-size: 11px !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}
.ks50-product-card,
.ks50-video-card,
.ks50-affiliate-card,
.ks50-step,
.ks50-about-copy,
.ks50-about-visual img,
.ks50-newsletter-box,
.ks50-post-card,
.ks50-sidebox,
.ks50-single article,
.ks50-related-card{
  background: #fbf8f3 !important;
  border-color:#d6cdc1 !important;
}
.ks50-products-grid{
  gap: 10px !important;
}
.ks50-product-card img{
  filter: saturate(.95) contrast(.98) !important;
}
.ks50-product-meta{
  padding: 8px !important;
}
.ks50-product-meta h3{
  font-size: 12px !important;
  font-weight: 800 !important;
}
.ks50-product-meta p{
  font-size: 9.5px !important;
}
.ks50-product-meta strong{
  font-size: 11px !important;
}
.ks50-member-card{
  background: linear-gradient(180deg,#292c30,#1f2124) !important;
}
.ks50-member-card h3{
  font-size: 17px !important;
}
.ks50-member-card ul{
  font-size: 10px !important;
}
.ks50-affiliate-grid{
  gap: 8px !important;
}
.ks50-affiliate-card img{
  opacity: .94 !important;
}
.ks50-video-row{
  gap: 10px !important;
}
.ks50-video-card img{
  aspect-ratio: 1 / .9 !important;
  filter: saturate(.95) contrast(.99) !important;
}
.ks50-video-meta{
  padding: 7px !important;
}
.ks50-video-meta h3{
  font-size: 10.5px !important;
  font-weight: 800 !important;
}
.ks50-video-time{
  background:#151515 !important;
  color:#fff !important;
}
.ks50-steps-grid{
  gap: 10px !important;
}
.ks50-step{
  background: linear-gradient(180deg,#fbf8f3,#f4eee6) !important;
}
.ks50-step h3{
  font-size: 12px !important;
}
.ks50-step p{
  font-size: 9.5px !important;
}
.ks50-about-copy h2{
  font-size: 20px !important;
}
.ks50-about-copy p{
  font-size: 12px !important;
  line-height: 1.45 !important;
}
.ks50-about-visual img{
  min-height: 210px !important;
  max-height: 240px !important;
  filter: saturate(.96) contrast(.99) !important;
}
.ks50-newsletter-box{
  background: linear-gradient(135deg,#26282c 0%,#31343a 100%) !important;
}
.ks50-newsletter-box h2{
  font-size: 20px !important;
}
.ks50-newsletter-box p{
  font-size: 12px !important;
}
.ks50-newsletter-form{
  gap: 8px !important;
}
.ks50-newsletter-form input{
  background: rgba(255,255,255,.12) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.ks50-page-hero-box,
.ks50-post-card,
.ks50-sidebox,
.ks50-single article,
.ks50-related-card{
  background:#fbf8f3 !important;
}
.ks50-page-hero h1,
.ks50-single h1{
  font-size: 26px !important;
}
.ks50-page-hero p,
.ks50-post-card-body p,
.ks50-sidebox p,
.ks50-single .entry-content{
  font-size: 12px !important;
  line-height: 1.5 !important;
}
.ks50-post-card-body h2{
  font-size: 16px !important;
}
.ks50-sidebox h3{
  font-size: 16px !important;
}
.ks50-link-list a{
  font-size: 12px !important;
}
.ks50-single .ks50-single-intro{
  font-size: 13px !important;
}
.ks50-single .entry-content h2{
  font-size: 18px !important;
}
.ks50-related-card h4{
  font-size: 13px !important;
}
.ks50-footer{
  background:#141414 !important;
}
.ks50-footer-grid{
  grid-template-columns: 1.3fr .9fr .9fr .9fr !important;
}
.ks50-footer p,
.ks50-footer li,
.ks50-footer a{
  font-size: 11px !important;
}
@media (max-width: 920px){
  .ks50-section-head h2,
  .ks50-newsletter-box h2,
  .ks50-about-copy h2,
  .ks50-page-hero h1,
  .ks50-single h1{
    font-size: 18px !important;
  }
}


/* ===== V8 hero max 450px, no gradient ===== */
:root{
  --ks50-hero-height: 450px;
}
.ks50-hero,
.hero,
.home-hero{
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}
.ks50-hero-grid,
.hero-grid,
.home-hero-grid{
  min-height: var(--ks50-hero-height) !important;
  max-height: var(--ks50-hero-height) !important;
  grid-template-columns: 1.26fr 0.74fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}
.ks50-hero-copy,
.hero-copy,
.home-hero-copy{
  align-self: center !important;
  max-width: 640px !important;
}
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-size: 34px !important;
  line-height: .94 !important;
  max-width: 580px !important;
  margin-bottom: 10px !important;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-size: 15px !important;
  line-height: 1.38 !important;
  max-width: 560px !important;
}
.ks50-hero-sub,
.hero-sub,
.home-hero-sub{
  font-size: 13px !important;
  line-height: 1.48 !important;
  max-width: 580px !important;
}
.ks50-hero-visual,
.hero-visual,
.home-hero-visual{
  min-height: var(--ks50-hero-height) !important;
  max-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
}
.ks50-hero-visual img,
.hero-visual img,
.home-hero-visual img{
  min-height: var(--ks50-hero-height) !important;
  max-height: var(--ks50-hero-height) !important;
  height: var(--ks50-hero-height) !important;
  object-fit: cover !important;
  object-position: center 20% !important;
}
.ks50-hero-visual::after,
.hero-visual::after,
.home-hero-visual::after{
  content: none !important;
  display: none !important;
  background: none !important;
}
.ks50-floating-card,
.hero-floating-card,
.home-hero-floating-card{
  top: 12px !important;
  right: 12px !important;
}
@media (max-width: 920px){
  :root{ --ks50-hero-height: 320px; }
  .ks50-hero-grid,
  .hero-grid,
  .home-hero-grid{
    grid-template-columns: 1fr !important;
    max-height: none !important;
  }
  .ks50-hero-copy h1,
  .hero-copy h1,
  .home-hero-copy h1{
    font-size: 24px !important;
  }
  .ks50-hero-slogan,
  .hero-slogan,
  .home-hero-slogan{
    font-size: 13px !important;
  }
  .ks50-hero-sub,
  .hero-sub,
  .home-hero-sub{
    font-size: 11px !important;
  }
}


/* ===== V9 equal heights + clickable shop products ===== */
.ks50-3col{
  align-items: stretch !important;
}
.ks50-3col > .ks50-panel{
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.ks50-products-grid,
.ks50-member-card,
.ks50-affiliate-grid{
  flex: 1 1 auto !important;
}
.ks50-product-card{
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}
.ks50-product-card:hover{
  transform: translateY(-1px) !important;
  border-color: #b99563 !important;
}
.ks50-affiliate-grid{
  align-content: start !important;
}


/* ===== V10 homepage real WooCommerce products ===== */
.ks50-grid-3{
  align-items: stretch !important;
}
.ks50-grid-3 > .ks50-box{
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.ks50-product-grid,
.ks50-box-member > :last-child,
.ks50-box:last-child > :last-child{
  flex: 1 1 auto !important;
}
.ks50-product{
  display:block !important;
  color:inherit !important;
  text-decoration:none !important;
}
.ks50-product:hover{
  transform: translateY(-1px) !important;
  border-color:#b99563 !important;
}
.ks50-product .amount,
.ks50-product .woocommerce-Price-amount{
  color: inherit !important;
}


/* Customizer controlled hero typography */
.ks50-hero-copy h1,
.hero-copy h1,
.home-hero-copy h1{
  font-family: Inter, Arial, sans-serif;
}
.ks50-hero-slogan,
.hero-slogan,
.home-hero-slogan{
  font-family: Inter, Arial, sans-serif;
}
