.kv-hero{
  position:relative;
  overflow:hidden;
  margin:18px 0 42px;
  min-height:520px;
  border-radius:28px;
  background:
    radial-gradient(circle at 18% 22%,rgba(201,174,131,.25),transparent 32%),
    linear-gradient(125deg,#17130f 0%,#2c241c 58%,#6d553b 100%);
  color:#fff;
  box-shadow:0 28px 70px rgba(34,29,23,.18)
}
.kv-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(23,19,15,.96) 0%,rgba(23,19,15,.83) 45%,rgba(23,19,15,.12) 76%);
  pointer-events:none
}
.kv-hero__image{
  position:absolute;
  inset:0 0 0 auto;
  width:55%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
  filter:saturate(.8) contrast(1.05)
}
.kv-hero__content{
  position:relative;
  z-index:1;
  max-width:690px;
  padding:72px 64px
}
.kv-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:22px;
  color:#e3cda9;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase
}
.kv-kicker::before{
  content:"";
  width:32px;
  height:1px;
  background:currentColor
}
.kv-hero h1{
  max-width:650px;
  margin:0 0 22px;
  color:#fff;
  font-family:var(--serif);
  font-size:clamp(46px,6vw,78px);
  font-weight:600;
  line-height:.94;
  letter-spacing:-.035em
}
.kv-hero p{
  max-width:610px;
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:18px;
  line-height:1.7
}
.kv-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px
}
.kv-hero__actions .btn--light{
  background:#fff;
  color:var(--ink)
}
.kv-section{
  padding:42px 0 78px
}
.kv-section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:30px
}
.kv-section-head h2{
  max-width:720px;
  margin:0;
  font-family:var(--serif);
  font-size:clamp(38px,4vw,56px);
  font-weight:600;
  line-height:1
}
.kv-section-head p{
  max-width:420px;
  margin:0;
  color:var(--muted);
  line-height:1.65
}
.kv-feature{
  display:grid;
  grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr);
  overflow:hidden;
  border:1px solid var(--bor);
  border-radius:24px;
  background:var(--paper);
  box-shadow:var(--shadow-s)
}
.kv-feature__media{
  min-height:500px;
  background:#d8c6a9
}
.kv-feature__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 36%
}
.kv-feature__body{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:56px
}
.kv-feature__tag{
  margin-bottom:18px;
  color:var(--gold-2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}
.kv-feature h3{
  margin:0 0 20px;
  font-family:var(--serif);
  font-size:clamp(34px,4vw,52px);
  font-weight:600;
  line-height:1.04
}
.kv-feature p{
  margin:0 0 26px;
  color:var(--ink-2);
  font-size:17px;
  line-height:1.75
}
.kv-feature__meta{
  display:flex;
  flex-wrap:wrap;
  gap:9px 20px;
  margin-bottom:28px;
  color:var(--muted);
  font-size:13px
}
.kv-pillars{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px
}
.kv-pillar{
  padding:28px;
  border:1px solid var(--bor);
  border-radius:18px;
  background:var(--paper)
}
.kv-pillar b{
  display:block;
  margin-bottom:8px;
  font-family:var(--serif);
  font-size:25px
}
.kv-pillar p{
  margin:0;
  color:var(--muted);
  line-height:1.65
}

.kv-article-hero{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);
  overflow:hidden;
  margin:18px 0 46px;
  border:1px solid var(--bor);
  border-radius:28px;
  background:#f2ece3;
  box-shadow:0 24px 64px rgba(34,29,23,.12)
}
.kv-article-hero__copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:58px 58px 52px
}
.kv-article-hero h1{
  margin:0 0 22px;
  font-family:var(--serif);
  font-size:clamp(44px,5.5vw,72px);
  font-weight:600;
  line-height:.98;
  letter-spacing:-.032em
}
.kv-article-hero__lead{
  margin:0;
  color:var(--ink-2);
  font-size:19px;
  line-height:1.68
}
.kv-article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:9px 20px;
  margin-top:26px;
  color:var(--muted);
  font-size:13px
}
.kv-article-hero__media{
  min-height:610px
}
.kv-article-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%
}
.kv-layout{
  display:grid;
  grid-template-columns:220px minmax(0,800px);
  justify-content:center;
  gap:66px;
  padding-bottom:90px
}
.kv-toc{
  align-self:start;
  position:sticky;
  top:104px;
  padding:22px 0;
  border-top:1px solid var(--bor);
  border-bottom:1px solid var(--bor)
}
.kv-toc b{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase
}
.kv-toc a{
  display:block;
  padding:7px 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.42;
  transition:color .15s
}
.kv-toc a:hover{color:var(--gold-2)}
.kv-article{
  min-width:0;
  color:var(--ink-2);
  font-size:18px;
  line-height:1.82
}
.kv-article > p:first-child{
  color:var(--ink);
  font-family:var(--serif);
  font-size:27px;
  line-height:1.48
}
.kv-article h2{
  scroll-margin-top:105px;
  margin:68px 0 20px;
  color:var(--ink);
  font-family:var(--serif);
  font-size:clamp(34px,4vw,48px);
  font-weight:600;
  line-height:1.08
}
.kv-article h3{
  scroll-margin-top:105px;
  margin:38px 0 14px;
  color:var(--ink);
  font-family:var(--serif);
  font-size:28px;
  font-weight:600;
  line-height:1.2
}
.kv-article p{margin:0 0 22px}
.kv-article ul,.kv-article ol{
  margin:0 0 26px;
  padding-left:24px
}
.kv-article li{margin:0 0 10px;padding-left:5px}
.kv-article a:not(.btn){
  color:#8a6330;
  text-decoration:underline;
  text-decoration-color:rgba(138,99,48,.35);
  text-underline-offset:4px
}
.kv-answer{
  margin:0 0 38px;
  padding:28px 30px;
  border-left:4px solid var(--gold);
  border-radius:0 16px 16px 0;
  background:#f3ede4;
  color:var(--ink)
}
.kv-answer b{
  display:block;
  margin-bottom:8px;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase
}
.kv-answer p{margin:0}
.kv-checklist{
  display:grid;
  gap:12px;
  margin:26px 0 34px;
  padding:0;
  list-style:none
}
.kv-checklist li{
  position:relative;
  margin:0;
  padding:17px 18px 17px 48px;
  border:1px solid var(--bor);
  border-radius:14px;
  background:#fff;
  color:var(--ink)
}
.kv-checklist li::before{
  content:"✓";
  position:absolute;
  top:16px;
  left:18px;
  width:20px;
  height:20px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-size:12px;
  font-weight:800;
  line-height:20px;
  text-align:center
}
.kv-note{
  margin:30px 0;
  padding:24px 26px;
  border:1px solid #ddc99f;
  border-radius:16px;
  background:#fff9e9;
  color:#59472d
}
.kv-note strong{color:#362b1e}
.kv-table-wrap{
  overflow-x:auto;
  margin:28px 0 36px;
  border:1px solid var(--bor);
  border-radius:16px;
  background:#fff
}
.kv-table{
  width:100%;
  min-width:650px;
  border-collapse:collapse;
  font-size:15px;
  line-height:1.55
}
.kv-table th,.kv-table td{
  padding:17px 18px;
  border-bottom:1px solid var(--bor);
  text-align:left;
  vertical-align:top
}
.kv-table th{
  background:#f2ece3;
  color:var(--ink);
  font-size:12px;
  letter-spacing:.07em;
  text-transform:uppercase
}
.kv-table tr:last-child td{border-bottom:0}
.kv-steps{
  margin:30px 0 40px;
  counter-reset:kvstep
}
.kv-step{
  position:relative;
  margin:0 0 14px;
  padding:22px 22px 22px 66px;
  border:1px solid var(--bor);
  border-radius:16px;
  background:#fff;
  counter-increment:kvstep
}
.kv-step::before{
  content:counter(kvstep);
  position:absolute;
  top:21px;
  left:20px;
  width:30px;
  height:30px;
  border-radius:50%;
  background:var(--ink);
  color:#fff;
  font-size:13px;
  font-weight:800;
  line-height:30px;
  text-align:center
}
.kv-step b{
  display:block;
  margin-bottom:5px;
  color:var(--ink)
}
.kv-step p{margin:0;color:var(--muted);font-size:16px;line-height:1.65}
.kv-quote{
  margin:34px 0;
  padding:32px;
  border-radius:18px;
  background:var(--ink);
  color:rgba(255,255,255,.82)
}
.kv-quote p{
  margin:0 0 12px;
  font-family:var(--serif);
  font-size:27px;
  line-height:1.45
}
.kv-quote span{color:#d8bd92;font-size:13px}
.kv-faq{
  margin-top:70px;
  padding-top:12px;
  border-top:1px solid var(--bor)
}
.kv-faq details{
  border-bottom:1px solid var(--bor)
}
.kv-faq summary{
  position:relative;
  padding:22px 46px 22px 0;
  color:var(--ink);
  font-weight:700;
  line-height:1.45;
  cursor:pointer;
  list-style:none
}
.kv-faq summary::-webkit-details-marker{display:none}
.kv-faq summary::after{
  content:"+";
  position:absolute;
  top:19px;
  right:4px;
  color:var(--gold-2);
  font-size:24px
}
.kv-faq details[open] summary::after{content:"−"}
.kv-faq details p{padding:0 42px 20px 0}
.kv-sources{
  margin-top:54px;
  padding:24px 26px;
  border-radius:16px;
  background:#f3efe9;
  font-size:14px;
  line-height:1.65
}
.kv-sources b{display:block;margin-bottom:8px;color:var(--ink)}
.kv-article-cta{
  margin-top:54px;
  padding:36px;
  border-radius:20px;
  background:linear-gradient(125deg,#241e18,#4a3b2c);
  color:#fff
}
.kv-article-cta h2{
  margin:0 0 12px;
  color:#fff;
  font-size:38px
}
.kv-article-cta p{color:rgba(255,255,255,.74)}
.kv-article-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px
}
.kv-article-cta .btn--outline{
  background:transparent;
  color:#fff;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45)
}
.kv-article figure{
  margin:34px 0;
}
.kv-article figure img{
  width:100%;
  max-height:720px;
  border-radius:18px;
  object-fit:cover;
}
.kv-article figcaption{
  margin-top:10px;
  color:var(--muted);
  font-size:13px;
  line-height:1.55;
  text-align:center;
}
.kv-video{
  max-width:1086px;
  margin:0 auto 46px;
  padding:34px;
  border:1px solid var(--bor);
  border-radius:22px;
  background:var(--paper);
  box-shadow:var(--shadow-s);
}
.kv-video h2{
  margin:0 0 22px;
  font-family:var(--serif);
  font-size:clamp(30px,3.5vw,44px);
  font-weight:600;
}
.kv-video__frame{
  position:relative;
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:15px;
  background:#17130f;
}
.kv-video__frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:980px){
  .kv-hero{min-height:500px}
  .kv-hero__image{width:64%}
  .kv-hero__content{padding:58px 44px}
  .kv-feature{grid-template-columns:1fr}
  .kv-feature__media{height:440px;min-height:0}
  .kv-article-hero{grid-template-columns:1fr}
  .kv-article-hero__media{height:480px;min-height:0;order:-1}
  .kv-layout{grid-template-columns:minmax(0,800px)}
  .kv-toc{display:none}
}
@media(max-width:760px){
  .kv-hero{
    min-height:620px;
    border-radius:20px
  }
  .kv-hero::after{
    background:linear-gradient(0deg,rgba(23,19,15,.98) 0%,rgba(23,19,15,.82) 58%,rgba(23,19,15,.1) 100%)
  }
  .kv-hero__image{
    inset:0 0 auto;
    width:100%;
    height:56%;
  }
  .kv-hero__content{
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:620px;
    padding:38px 28px
  }
  .kv-hero h1{font-size:50px}
  .kv-section-head{display:block}
  .kv-section-head p{margin-top:15px}
  .kv-feature__body{padding:34px 26px}
  .kv-pillars{grid-template-columns:1fr}
  .kv-article-hero{border-radius:20px}
  .kv-article-hero__copy{padding:38px 28px}
  .kv-article-hero__media{height:390px}
  .kv-article-hero h1{font-size:46px}
  .kv-article{font-size:17px;line-height:1.75}
  .kv-article > p:first-child{font-size:24px}
}
@media(max-width:520px){
  .kv-hero__actions,.kv-article-cta__actions{flex-direction:column}
  .kv-hero__actions .btn,.kv-article-cta__actions .btn{width:100%}
  .kv-feature__media{height:340px}
  .kv-article-hero__media{height:320px}
  .kv-article h2{margin-top:54px}
  .kv-answer,.kv-note,.kv-quote,.kv-article-cta{padding:24px 22px}
  .kv-video{padding:22px}
}
