/* Case Your Space — premium editorial post system */
.cys-article-page{background:#0b0c0e;color:#e8e2da;min-height:100vh;padding-top:150px}
.cys-article-shell{width:min(1360px,calc(100% - 48px));margin:0 auto}

.cys-article-breadcrumb-wrap{background:#f1eee9;border-bottom:1px solid #ddd8cf}
.cys-article-breadcrumbs{min-height:42px;display:flex;align-items:center;gap:9px;color:#7b756d;font-size:11px;line-height:1.4}
.cys-article-breadcrumbs a{color:#5e5a55;text-decoration:none}
.cys-article-breadcrumbs a:hover{color:#9a743d}
.cys-article-breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.cys-article-hero{position:relative;min-height:540px;display:flex;align-items:stretch;background:#0b0c0e;background-image:var(--cys-article-hero-image);background-position:center right;background-size:cover;overflow:hidden}
.cys-article-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,9,.98) 0%,rgba(7,8,9,.94) 34%,rgba(7,8,9,.60) 57%,rgba(7,8,9,.18) 80%,rgba(7,8,9,.08) 100%)}
.cys-article-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:space-between;min-height:540px;padding-top:76px;padding-bottom:28px}
.cys-article-hero__copy{max-width:700px}
.cys-article-kicker{margin:0 0 18px;color:#d1b07a;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.cys-article-title{margin:0;color:#fff;font-family:"Sora",sans-serif;font-size:clamp(44px,5vw,72px);line-height:1.03;letter-spacing:-.045em;font-weight:600}
.cys-article-title-rule{width:54px;height:2px;margin:24px 0;background:#c9a66b}
.cys-article-deck{max-width:650px;margin:0;color:#e0dcd6;font-size:18px;line-height:1.65}
.cys-article-hero__benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:54px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}
.cys-article-benefit{display:flex;align-items:center;gap:13px;color:#fff}
.cys-article-benefit svg{width:31px;height:31px;flex:0 0 31px;fill:none;stroke:#d7b778;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.cys-article-benefit span{display:grid;gap:2px}
.cys-article-benefit strong{font-size:14px;font-weight:700}
.cys-article-benefit small{color:#b5afa7;font-size:11px;line-height:1.35}

.cys-article-body{background:#f6f4f0;color:#2f3032;padding:0 0 92px}
.cys-article-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:30px 0 28px;color:#77716a;font-size:11px;border-bottom:1px solid #e2ddd5}
.cys-article-meta-row a{color:#876333;text-decoration:none}
.cys-article-meta-row a:hover{text-decoration:underline;text-underline-offset:3px}
.cys-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:52px;align-items:start;padding-top:36px}
.cys-article-main{min-width:0;max-width:930px}
.cys-article-sidebar{min-width:0}
.cys-article-sidebar__sticky{position:sticky;top:30px;display:grid;gap:18px}
.cys-article-sidecard{overflow:hidden;border:1px solid #ded8ce;background:#fff;box-shadow:0 14px 35px rgba(44,36,27,.06)}

.cys-article-toc{padding:24px 23px 20px}
.cys-article-toc h2{margin:0 0 13px;color:#222426;font-family:"Sora",sans-serif;font-size:19px;font-weight:650;letter-spacing:-.02em}
.cys-article-toc ol{list-style:none;margin:0;padding:0}
.cys-article-toc li{border-top:1px solid #ebe6df}
.cys-article-toc li:first-child{border-top:0}
.cys-article-toc a{position:relative;display:block;padding:10px 0 10px 15px;color:#59636d;font-size:12px;line-height:1.42;text-decoration:none;transition:color .18s ease,transform .18s ease}
.cys-article-toc a::before{content:"›";position:absolute;left:0;top:9px;color:#9b7540;font-weight:700}
.cys-article-toc a:hover,.cys-article-toc a.is-active{color:#9a7137;transform:translateX(2px)}
.cys-article-toc li.cys-toc-sub a{padding-left:28px;color:#7a756e;font-size:11px}
.cys-article-toc li.cys-toc-sub a::before{left:14px}

.cys-article-promo{background:#0e1012;border-color:#0e1012;color:#fff}
.cys-article-promo__content{padding:26px 24px 22px}
.cys-article-promo__label{margin:0 0 10px;color:#d1b07a;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.cys-article-promo h3{margin:0 0 12px;color:#fff;font-family:"Sora",sans-serif;font-size:25px;line-height:1.12;font-weight:650;letter-spacing:-.03em;text-transform:uppercase}
.cys-article-promo p{margin:0;color:#d5d0c9;font-size:13px;line-height:1.58}
.cys-article-promo__button{display:inline-flex;align-items:center;gap:12px;margin-top:18px;padding:12px 16px;border-radius:999px;background:#fff;color:#111315;font-size:11px;font-weight:800;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}
.cys-article-promo__button:hover{background:#d9b879;color:#090a0b;transform:translateY(-1px)}
.cys-article-promo__media{position:relative;aspect-ratio:4/5;min-height:340px;background:#141619;overflow:hidden}
.cys-article-promo__media::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,10,11,0) 48%,rgba(9,10,11,.35) 100%);pointer-events:none}
.cys-article-promo__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .4s ease}
.cys-article-promo:hover .cys-article-promo__media img{transform:scale(1.03)}
.cys-article-mini-cta{padding:20px}
.cys-article-mini-cta strong{display:block;color:#2a2b2e;font-size:14px}
.cys-article-mini-cta p{margin:8px 0 12px;color:#6d6861;font-size:12px;line-height:1.55}
.cys-article-mini-cta a{color:#956f39;font-size:11px;font-weight:800;text-decoration:none}

.cys-article-content{font-size:17px;line-height:1.82;color:#4e4b47}
.cys-article-content>p:first-child{font-size:20px;line-height:1.7;color:#292a2d}
.cys-article-content h2,.cys-article-content h3,.cys-article-content h4{scroll-margin-top:110px;color:#17191b;font-family:"Sora",sans-serif;font-weight:650;letter-spacing:-.035em}
.cys-article-content h2{margin:58px 0 18px;font-size:clamp(30px,3vw,42px);line-height:1.15}
.cys-article-content h3{margin:36px 0 12px;font-size:25px;line-height:1.28}
.cys-article-content h4{margin:28px 0 10px;font-size:19px}
.cys-article-content p{margin:0 0 22px}
.cys-article-content a{color:#91692f;text-decoration-thickness:1px;text-underline-offset:3px}
.cys-article-content strong{color:#222426;font-weight:700}
.cys-article-content ul,.cys-article-content ol{margin:0 0 26px;padding-left:1.3em}
.cys-article-content li{margin:8px 0;padding-left:5px}
.cys-article-content blockquote{margin:36px 0;padding:22px 25px;border-left:3px solid #b99153;background:#eee9e1;color:#3c3935;font-size:19px;line-height:1.62}
.cys-article-content figure{margin:36px 0}
.cys-article-content figure img{display:block;width:100%;height:auto;border:1px solid #d9d2c8;background:#eeeae4}
.cys-article-content figcaption{margin-top:8px;color:#7f7971;font-size:11px;text-align:left}

.cys-article-content .cys-guide-intro{margin:0 0 32px;padding:0;background:transparent}
.cys-article-content .cys-guide-intro p:first-child{font-size:24px;line-height:1.52;color:#1e2022;font-weight:650}
.cys-article-content .cys-guide-intro p:last-child{margin-bottom:0}
.cys-article-content .cys-guide-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin:32px 0 38px;background:#ddd7ce;border:1px solid #ddd7ce}
.cys-article-content .cys-guide-fact{padding:20px;background:#fbfaf7}
.cys-article-content .cys-guide-fact strong{display:block;margin-bottom:6px;color:#25272a;font-family:"Sora",sans-serif;font-size:14px}
.cys-article-content .cys-guide-fact span{display:block;color:#716c65;font-size:12px;line-height:1.48}
.cys-article-content .cys-guide-callout{margin:36px 0;padding:27px;border:1px solid #cdb793;background:linear-gradient(135deg,#f0e5d3,#fbf8f2)}
.cys-article-content .cys-guide-callout__label{display:block;margin:0 0 8px;color:#9b7135;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.cys-article-content .cys-guide-callout h3{margin:0 0 10px;font-size:26px}
.cys-article-content .cys-guide-callout p:last-child{margin-bottom:0}
.cys-article-content .cys-guide-cta{display:inline-flex;align-items:center;gap:10px;margin-top:4px;padding:12px 16px;background:#c9a66b;color:#111315;font-size:11px;font-weight:800;text-decoration:none;text-transform:uppercase}
.cys-article-content .cys-guide-cta:hover{background:#dfbd82;color:#08090a}

.cys-article-content .cys-table-wrap{overflow-x:auto;margin:30px 0 38px;border:1px solid #d7d0c7}
.cys-article-content table{width:100%;border-collapse:collapse;min-width:620px;background:#fff;font-size:14px;line-height:1.55}
.cys-article-content th{padding:14px 16px;background:#36332f;color:#fff;text-align:left;font-size:11px;letter-spacing:.04em;text-transform:uppercase}
.cys-article-content td{padding:14px 16px;border-top:1px solid #e3ddd4;color:#56514b;vertical-align:top}
.cys-article-content tr:hover td{background:#f4efe8}
.cys-article-content td:first-child{color:#26272a;font-weight:700}
.cys-article-content .cys-scale-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:32px 0 40px}
.cys-article-content .cys-scale-card{padding:22px;border:1px solid #ddd6cd;background:#fff}
.cys-article-content .cys-scale-card__label{display:block;margin:0 0 7px;color:#9b7135;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.cys-article-content .cys-scale-card h3{margin:0 0 8px;font-size:23px}
.cys-article-content .cys-scale-card p{margin:0;color:#68625c;font-size:14px;line-height:1.6}

.cys-article-related{width:100%;margin-top:72px;padding-top:36px;border-top:1px solid #ddd7ce}
.cys-article-related__heading{margin:0 0 20px;color:#222426;font-family:"Sora",sans-serif;font-size:28px;font-weight:650}
.cys-article-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.cys-article-related__card{overflow:hidden;border:1px solid #ddd7ce;background:#fff;color:#222426;text-decoration:none}
.cys-article-related__card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}
.cys-article-related__card div{padding:15px}
.cys-article-related__card small{color:#9a7139;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cys-article-related__card h3{margin:6px 0 0;font-size:15px;line-height:1.4;font-weight:650}
.cys-article-postnav{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px;padding-top:26px;border-top:1px solid #ddd7ce}
.cys-article-postnav a{color:#77716a;font-size:11px;line-height:1.7;text-decoration:none}
.cys-article-postnav strong{color:#292a2d;font-size:13px}
.cys-article-postnav__next{text-align:right}
.cys-article-comments{margin-top:48px;padding-bottom:50px;color:#333}

html[data-cys-theme="dark"] .cys-article-body{background:#0c0e10;color:#d6d0c7}
html[data-cys-theme="dark"] .cys-article-breadcrumb-wrap{background:#111315;border-bottom-color:#292b2f}
html[data-cys-theme="dark"] .cys-article-breadcrumbs{color:#7d7972}
html[data-cys-theme="dark"] .cys-article-breadcrumbs a{color:#aaa49a}
html[data-cys-theme="dark"] .cys-article-meta-row{color:#8e8982;border-bottom-color:#26282c}
html[data-cys-theme="dark"] .cys-article-meta-row a{color:#c9a66b}
html[data-cys-theme="dark"] .cys-article-sidecard{border-color:#292b2f;background:#111316;box-shadow:0 18px 50px rgba(0,0,0,.2)}
html[data-cys-theme="dark"] .cys-article-toc h2{color:#fff}
html[data-cys-theme="dark"] .cys-article-toc li{border-top-color:#222428}
html[data-cys-theme="dark"] .cys-article-toc a{color:#97918a}
html[data-cys-theme="dark"] .cys-article-toc a:hover,html[data-cys-theme="dark"] .cys-article-toc a.is-active{color:#e1c28f}
html[data-cys-theme="dark"] .cys-article-mini-cta strong{color:#f0ebe4}
html[data-cys-theme="dark"] .cys-article-mini-cta p{color:#817c75}
html[data-cys-theme="dark"] .cys-article-content{color:#c5bfb6}
html[data-cys-theme="dark"] .cys-article-content>p:first-child,html[data-cys-theme="dark"] .cys-article-content .cys-guide-intro p:first-child{color:#eee9e2}
html[data-cys-theme="dark"] .cys-article-content h2,html[data-cys-theme="dark"] .cys-article-content h3,html[data-cys-theme="dark"] .cys-article-content h4{color:#fff}
html[data-cys-theme="dark"] .cys-article-content strong{color:#f0ebe4}
html[data-cys-theme="dark"] .cys-article-content blockquote{background:#111316;color:#e6e0d7}
html[data-cys-theme="dark"] .cys-article-content figure img{border-color:#2b2d31;background:#121416}
html[data-cys-theme="dark"] .cys-article-content figcaption{color:#706c66}
html[data-cys-theme="dark"] .cys-article-content .cys-guide-facts{background:#2a2c30;border-color:#2a2c30}
html[data-cys-theme="dark"] .cys-article-content .cys-guide-fact{background:#111316}
html[data-cys-theme="dark"] .cys-article-content .cys-guide-fact strong{color:#fff}
html[data-cys-theme="dark"] .cys-article-content .cys-guide-fact span{color:#807b74}
html[data-cys-theme="dark"] .cys-article-content .cys-guide-callout{border-color:#5f4d33;background:linear-gradient(135deg,rgba(201,166,107,.12),rgba(201,166,107,.035))}
html[data-cys-theme="dark"] .cys-article-content table{background:#0e1012}
html[data-cys-theme="dark"] .cys-article-content th{background:#1b1d20}
html[data-cys-theme="dark"] .cys-article-content td{border-top-color:#27292d;color:#aaa59e}
html[data-cys-theme="dark"] .cys-article-content tr:hover td{background:#121416}
html[data-cys-theme="dark"] .cys-article-content td:first-child{color:#e7e1d9}
html[data-cys-theme="dark"] .cys-article-content .cys-scale-card{border-color:#2d2f33;background:#101214}
html[data-cys-theme="dark"] .cys-article-content .cys-scale-card h3{color:#fff}
html[data-cys-theme="dark"] .cys-article-content .cys-scale-card p{color:#8d8982}
html[data-cys-theme="dark"] .cys-article-related{border-top-color:#2a2c30}
html[data-cys-theme="dark"] .cys-article-related__heading{color:#fff}
html[data-cys-theme="dark"] .cys-article-related__card{border-color:#2a2c30;background:#111316;color:#fff}
html[data-cys-theme="dark"] .cys-article-postnav{border-top-color:#282a2e}
html[data-cys-theme="dark"] .cys-article-postnav strong{color:#e6e0d8}
html[data-cys-theme="dark"] .cys-article-comments{color:#ddd}

@media (max-width:1100px){
  .cys-article-layout{grid-template-columns:minmax(0,1fr) 280px;gap:32px}
  .cys-article-hero__benefits{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:860px){
  .cys-article-page{padding-top:136px}
  .cys-article-shell{width:min(100% - 30px,900px)}
  .cys-article-hero{min-height:500px;background-position:64% center}
  .cys-article-hero__inner{min-height:500px;padding-top:60px}
  .cys-article-layout{display:block}
  .cys-article-sidebar{margin-top:42px}
  .cys-article-sidebar__sticky{position:static}
  .cys-article-toc{padding:22px}
  .cys-article-promo{display:grid;grid-template-columns:1fr 1fr}
  .cys-article-promo__media{aspect-ratio:auto;min-height:340px;order:2}
  .cys-article-promo__content{display:flex;flex-direction:column;justify-content:center}
  .cys-article-content .cys-guide-facts{grid-template-columns:repeat(2,1fr)}
  .cys-article-related__grid{grid-template-columns:1fr}
}
@media (max-width:620px){
  .cys-article-page{padding-top:124px}
  .cys-article-shell{width:calc(100% - 24px)}
  .cys-article-breadcrumbs{min-height:38px;font-size:10px}
  .cys-article-hero{min-height:560px;background-position:68% center}
  .cys-article-hero__overlay{background:linear-gradient(180deg,rgba(7,8,9,.72) 0%,rgba(7,8,9,.88) 52%,rgba(7,8,9,.98) 100%)}
  .cys-article-hero__inner{min-height:560px;padding-top:46px;padding-bottom:22px}
  .cys-article-title{font-size:clamp(38px,12vw,53px)}
  .cys-article-deck{font-size:16px}
  .cys-article-hero__benefits{grid-template-columns:1fr 1fr;gap:14px;margin-top:32px}
  .cys-article-benefit svg{width:26px;height:26px;flex-basis:26px}
  .cys-article-benefit strong{font-size:12px}
  .cys-article-benefit small{font-size:10px}
  .cys-article-meta-row{gap:8px;padding:22px 0}
  .cys-article-content{font-size:16px;line-height:1.76}
  .cys-article-content .cys-guide-intro p:first-child{font-size:21px}
  .cys-article-content h2{margin-top:50px;font-size:30px}
  .cys-article-content h3{font-size:22px}
  .cys-article-content .cys-guide-facts,.cys-article-content .cys-scale-grid{grid-template-columns:1fr}
  .cys-article-content .cys-guide-callout{padding:22px}
  .cys-article-promo{display:block}
  .cys-article-promo__media{min-height:0;aspect-ratio:4/3}
  .cys-article-postnav{grid-template-columns:1fr}
}
