:root {
    --article-paper: #fffdf8;
    --article-cream: #f5eddc;
    --article-ink: #302a22;
    --article-muted: #746d63;
    --article-bronze: #9c6829;
    --article-champagne: #f1d27c;
    --article-line: rgba(113, 76, 28, .15);
}

.website-article-story { overflow: clip; background: var(--article-paper); color: var(--article-ink); }
.website-article-story__hero { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 12%, rgba(207,148,61,.2), transparent 24%), linear-gradient(132deg, #211f1b, #302b24 58%, #44382a); color: #fff; }
.website-article-story__hero::before { position: absolute; top: -270px; left: -180px; width: 550px; height: 550px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.website-article-story__hero-grid { position: relative; display: grid; min-height: 650px; grid-template-columns: minmax(0, 1.1fr) minmax(410px, .9fr); gap: clamp(55px, 7vw, 100px); align-items: center; padding-block: 55px 62px; }
.website-article-story__hero-copy > * { animation: articleRise .65s ease both; }
.website-article-story__hero-copy > :nth-child(2) { animation-delay: .06s; }
.website-article-story__hero-copy > :nth-child(3) { animation-delay: .12s; }
.website-article-story__hero-copy > :nth-child(4) { animation-delay: .18s; }
.website-article-story__hero-copy > :nth-child(5) { animation-delay: .24s; }
.website-article-story__breadcrumb { display: flex; overflow: hidden; gap: 9px; align-items: center; margin-bottom: 40px; color: rgba(255,255,255,.45); font-size: 9px; white-space: nowrap; }
.website-article-story__breadcrumb a { color: #dfbd73; text-decoration: none; }
.website-article-story__breadcrumb i { font-size: 6px; }
.website-article-story__breadcrumb span { overflow: hidden; text-overflow: ellipsis; }
.website-article-story__eyebrow { display: inline-flex; gap: 12px; align-items: center; color: var(--article-champagne); font-size: 9px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.website-article-story__eyebrow::before { width: 33px; height: 1px; background: currentColor; content: ""; }
.website-article-story__hero h1 { max-width: 790px; margin: 17px 0 20px; color: #fff !important; font-family: var(--hm-serif); font-size: clamp(50px, 5.6vw, 72px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.website-article-story__hero-copy > p { max-width: 690px; margin: 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.75; }
.website-article-story__meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; padding-block: 18px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.website-article-story__meta > div { display: grid; min-width: 0; grid-template-columns: 28px minmax(0, 1fr); gap: 9px; align-items: center; padding-inline: 17px; border-left: 1px solid rgba(255,255,255,.12); }
.website-article-story__meta > div:first-child { padding-left: 0; border-left: 0; }
.website-article-story__meta i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); color: var(--article-champagne); font-size: 9px; }
.website-article-story__meta span,
.website-article-story__meta strong { display: block; min-width: 0; }
.website-article-story__meta span { color: rgba(255,255,255,.42); font-size: 7px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.website-article-story__meta strong { overflow: hidden; margin-top: 3px; color: #fff; font-family: var(--hm-serif); font-size: 15px; font-weight: 600; letter-spacing: 0; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.website-article-story__visual { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.16); border-radius: 2px 62px 2px 2px; background: #4b4236; box-shadow: 0 32px 75px rgba(0,0,0,.28); animation: articleFade .85s .12s ease both; }
.website-article-story__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(27,23,18,.03), transparent 58%, rgba(27,23,18,.32)); content: ""; }
.website-article-story__visual picture,
.website-article-story__visual img { display: block; width: 100%; height: 100%; }
.website-article-story__visual img { object-fit: cover; transition: transform .75s ease; }
.website-article-story__visual:hover img { transform: scale(1.025); }
.website-article-story__visual > span { display: grid; width: 100%; height: 100%; place-items: center; color: var(--article-champagne); font-size: 52px; }
.website-article-story__visual small { position: absolute; right: 16px; bottom: 15px; z-index: 1; padding: 8px 11px; border: 1px solid rgba(241,210,124,.34); border-radius: 999px; background: rgba(34,29,23,.7); color: #f7ead3; font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }

.website-article-story__content { padding: 92px 0 100px; background: radial-gradient(circle at 100% 0, rgba(201,147,69,.075), transparent 20%), url('/layouts/spa/bg_body.png'), var(--article-paper); }
.website-article-story__content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(55px, 7vw, 90px); align-items: start; }
.website-article-story__main { min-width: 0; }
.website-article-story__body { color: #4e4942; font-size: 16px; line-height: 1.9; }
.website-article-story__body > .website-content-block { padding-bottom: 34px; }
.website-article-story__body > .website-content-block + .website-content-block { padding-top: 35px; border-top: 1px solid var(--article-line); }
.website-article-story__body > .website-content-block:first-child > p:first-child,
.website-article-story__body > p:first-child { color: #3e3730; font-family: var(--hm-serif); font-size: 21px; line-height: 1.7; }
.website-article-story__body p { margin: 0 0 18px; }
.website-article-story__body h2,
.website-article-story__body h3 { scroll-margin-top: 105px; margin: 45px 0 18px; color: #3b3329 !important; font-family: var(--hm-serif); font-size: clamp(34px, 3.6vw, 45px); font-weight: 600; letter-spacing: -.025em; line-height: 1.12; }
.website-article-story__body h3 { margin-top: 35px; font-size: 29px; }
.website-article-story__body ul,
.website-article-story__body ol { display: grid; gap: 10px; margin: 19px 0 24px; padding-left: 23px; }
.website-article-story__body li { padding-left: 5px; }
.website-article-story__body li::marker { color: var(--article-bronze); font-family: var(--hm-serif); font-weight: 700; }
.website-article-story__body blockquote { margin: 30px 0; padding: 24px 27px; border: 0; border-left: 3px solid #b9782e; border-radius: 2px 18px 2px 2px; background: #f6edda; color: #40382e; font-family: var(--hm-serif); font-size: 20px; line-height: 1.62; }
.website-article-story__body figure { overflow: hidden; margin: 32px 0; border-radius: 2px 26px 2px 2px; background: #ebe1c6; box-shadow: 0 18px 42px rgba(66,50,20,.1); }
.website-article-story__body figure:not(:has(img, picture, video, iframe)) { display: none; }
.website-article-story__body img { display: block; width: auto; max-width: 100%; height: auto; max-height: 680px; margin: 30px auto; border-radius: 2px 24px 2px 2px; object-fit: contain; }
.website-article-story__body figure img { width: 100%; margin: 0; border-radius: 0; object-fit: cover; }
.website-article-story__body figcaption { padding: 11px 15px; color: #8b8275; font-size: 9px; text-align: center; }
.website-article-story__body a { color: #80551f; font-weight: 700; text-decoration-color: rgba(156,104,41,.45); }
.website-article-story__body table { width: 100%; margin: 25px 0; border-collapse: collapse; }
.website-article-story__body th,
.website-article-story__body td { padding: 11px 13px; border: 1px solid var(--article-line); }
.website-article-story__body th { background: #f4ead5; color: #4b3c2c; }
.website-article-story__disclaimer { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; margin-top: 15px; padding: 22px 24px; border: 1px solid rgba(156,104,41,.18); border-radius: 2px 17px 2px 2px; background: #faf3e4; }
.website-article-story__disclaimer > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; color: var(--article-bronze); }
.website-article-story__disclaimer p { margin: 0; color: #777066; font-size: 11px; line-height: 1.65; }
.website-article-story__disclaimer strong,
.website-article-story__disclaimer span { display: block; }
.website-article-story__disclaimer strong { margin-bottom: 3px; color: #433a2e; font-size: 12px; }
.website-article-story__share { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--article-line); }
.website-article-story__share > span { color: #806f5c; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.website-article-story__share > div { display: flex; gap: 8px; }
.website-article-story__share a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--article-line); border-radius: 50%; background: #fff; color: #80551f; text-decoration: none; }

.website-article-story__sidebar { position: sticky; top: 105px; display: grid; min-width: 0; gap: 15px; }
.website-article-story__toc { padding: 23px; border: 1px solid var(--article-line); border-radius: 2px 18px 2px 2px; background: rgba(255,255,255,.9); box-shadow: 0 15px 38px rgba(67,51,20,.06); }
.website-article-story__toc > span,
.website-article-story__support > span { color: var(--article-bronze); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.website-article-story__toc ol { display: grid; margin: 14px 0 0; padding: 0; list-style: none; counter-reset: article-toc; }
.website-article-story__toc li { border-top: 1px solid rgba(89,68,29,.1); counter-increment: article-toc; }
.website-article-story__toc a { display: grid; grid-template-columns: 23px minmax(0, 1fr); gap: 7px; padding: 10px 0; color: #71695e; font-size: 9px; line-height: 1.42; text-decoration: none; transition: color .2s ease; }
.website-article-story__toc a::before { color: #a46d29; font-family: var(--hm-serif); content: counter(article-toc, decimal-leading-zero); }
.website-article-story__toc a:hover,
.website-article-story__toc a.is-active { color: #704717; }
.website-article-story__support { padding: 27px; border-radius: 2px 22px 2px 2px; background: linear-gradient(150deg, #28241e, #3e3529); color: #fff; box-shadow: 0 24px 55px rgba(48,39,24,.18); }
.website-article-story__support > span { color: #dfbd73; }
.website-article-story__support h2 { margin: 11px 0 10px; color: #fff; font-family: var(--hm-serif); font-size: 28px; line-height: 1.08; }
.website-article-story__support p { margin: 0; color: rgba(255,255,255,.57); font-size: 10px; line-height: 1.68; }
.website-article-story__support .btn { display: inline-flex; width: 100%; min-height: 45px; gap: 8px; align-items: center; justify-content: center; margin-top: 20px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #f1d27c, #b87627); color: #2e271f; font-size: 9px; font-weight: 800; }
.website-article-story__support > a { display: block; margin-top: 14px; color: rgba(255,255,255,.65); font-size: 9px; text-align: center; text-decoration: none; }

.website-article-related { position: relative; overflow: hidden; padding: 80px 0 86px; background: radial-gradient(circle at 88% 10%, rgba(201,147,69,.16), transparent 24%), linear-gradient(135deg, #211f1b, #302a22 62%, #3c3327); color: #fff; }
.website-article-related__heading { display: flex; gap: 50px; align-items: end; justify-content: space-between; margin-bottom: 30px; }
.website-article-related__heading span { color: var(--article-champagne); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.website-article-related__heading h2 { margin: 10px 0 0; color: #fff; font-family: var(--hm-serif); font-size: clamp(39px, 4.5vw, 53px); line-height: 1.03; }
.website-article-related__heading > a { color: var(--article-champagne); font-size: 9px; font-weight: 800; text-decoration: none; }
.website-article-related__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.website-article-related__grid > article { overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 2px 20px 2px 2px; background: rgba(255,255,255,.055); }
.website-article-related__media { position: relative; display: grid; height: 168px; place-items: center; overflow: hidden; background: #443c31; color: var(--article-champagne); }
.website-article-related__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.website-article-related__grid > article:hover img { transform: scale(1.035); }
.website-article-related__media b { position: absolute; top: 11px; left: 11px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(35,30,22,.6); color: #fff; font-family: var(--hm-serif); font-size: 9px; }
.website-article-related__grid > article > div { padding: 17px 19px 19px; }
.website-article-related time { color: #d6b163; font-size: 8px; }
.website-article-related h3 { display: -webkit-box; overflow: hidden; margin: 7px 0 13px; font-family: var(--hm-serif); font-size: 22px; line-height: 1.1; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.website-article-related h3 a { color: #fff; text-decoration: none; }
.website-article-related article > div > a { color: var(--article-champagne); font-size: 8px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.website-article-story__cta { padding: 73px 0; background: linear-gradient(135deg, #c99345, #f1d27c 52%, #bd7d2d); }
.website-article-story__cta-inner { display: flex; gap: 60px; align-items: center; justify-content: space-between; }
.website-article-story__cta-inner > div:first-child { max-width: 790px; }
.website-article-story__cta span { color: #644016; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.website-article-story__cta h2 { margin: 8px 0 0; font-family: var(--hm-serif); font-size: clamp(39px, 4.7vw, 55px); line-height: 1.04; }
.website-article-story__cta-inner > div:last-child { display: flex; flex: 0 0 auto; gap: 15px; align-items: center; }
.website-article-story__cta .btn { display: inline-flex; min-height: 49px; gap: 9px; align-items: center; padding-inline: 21px; border: 0; border-radius: 999px; background: #2e2922; font-size: 9px; font-weight: 800; }
.website-article-story__cta button { border: 0; border-bottom: 1px solid rgba(100,64,22,.32); background: transparent; color: #644016; font-size: 9px; font-weight: 800; }

@keyframes articleRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes articleFade { from { opacity: 0; transform: scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 991px) {
    .website-article-story__hero-grid { grid-template-columns: 1fr; gap: 40px; }
    .website-article-story__hero-copy { max-width: 800px; }
    .website-article-story__visual { max-width: 760px; }
    .website-article-story__content-grid { grid-template-columns: minmax(0, 1fr); }
    .website-article-story__sidebar { position: static; grid-template-columns: minmax(0, 1fr) minmax(290px, .7fr); }
    .website-article-story__cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .website-article-story__hero-grid { min-height: 0; gap: 27px; padding-block: 31px 39px; }
    .website-article-story__breadcrumb { margin-bottom: 27px; font-size: 8px; }
    .website-article-story__eyebrow { gap: 9px; font-size: 8px; letter-spacing: .17em; }
    .website-article-story__eyebrow::before { width: 23px; }
    .website-article-story__hero h1 { max-width: 365px; margin: 13px 0 15px; font-size: clamp(41px, 11.5vw, 49px); line-height: 1; }
    .website-article-story__hero-copy > p { display: -webkit-box; overflow: hidden; font-size: 12px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
    .website-article-story__meta { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; padding-block: 0; border-bottom: 0; }
    .website-article-story__meta > div { min-height: 60px; grid-template-columns: 24px minmax(0, 1fr); gap: 7px; padding: 9px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .website-article-story__meta > div:first-child { padding-left: 0; }
    .website-article-story__meta > div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
    .website-article-story__meta i { width: 24px; height: 24px; font-size: 8px; }
    .website-article-story__meta strong { font-size: 14px; }
    .website-article-story__visual { aspect-ratio: 4 / 3; border-radius: 2px 35px 2px 2px; }
    .website-article-story__visual img { object-fit: var(--website-mobile-image-fit, cover); }

    .website-article-story__content { padding: 52px 0 61px; }
    .website-article-story__content-grid { display: flex; gap: 26px; flex-direction: column; }
    .website-article-story__main { order: 2; }
    .website-article-story__sidebar { display: contents; }
    .website-article-story__toc { order: 1; padding: 16px; }
    .website-article-story__toc ol { display: flex; overflow-x: auto; gap: 7px; margin-top: 10px; padding-bottom: 3px; scroll-snap-type: x proximity; scrollbar-width: none; }
    .website-article-story__toc li { min-width: 165px; border: 1px solid rgba(89,68,29,.1); border-radius: 2px 10px 2px 2px; background: #faf5e9; scroll-snap-align: start; }
    .website-article-story__toc a { height: 100%; padding: 9px; }
    .website-article-story__support { order: 3; padding: 23px; }
    .website-article-story__body { overflow-wrap: anywhere; font-size: 15px; line-height: 1.8; }
    .website-article-story__body > .website-content-block { padding-bottom: 25px; }
    .website-article-story__body > .website-content-block + .website-content-block { padding-top: 27px; }
    .website-article-story__body > .website-content-block:first-child > p:first-child,
    .website-article-story__body > p:first-child { font-size: 18px; line-height: 1.67; }
    .website-article-story__body h2,
    .website-article-story__body h3 { scroll-margin-top: 88px; margin: 31px 0 14px; font-size: 31px; line-height: 1.1; }
    .website-article-story__body h3 { margin-top: 27px; font-size: 25px; }
    .website-article-story__body img { max-height: 410px; margin-block: 23px; border-radius: 2px 17px 2px 2px; }
    .website-article-story__body table { display: block; max-width: 100%; overflow-x: auto; }
    .website-article-story__body iframe { max-width: 100%; }
    .website-article-story__disclaimer { grid-template-columns: 31px minmax(0, 1fr); gap: 10px; padding: 16px; }
    .website-article-story__disclaimer > i { width: 31px; height: 31px; font-size: 10px; }

    .website-article-related { padding: 52px 0 58px; }
    .website-article-related__heading { display: block; margin-bottom: 25px; }
    .website-article-related__heading h2 { font-size: 37px; }
    .website-article-related__heading > a { display: inline-block; margin-top: 14px; }
    .website-article-related__grid { grid-template-columns: 1fr; gap: 9px; }
    .website-article-related__grid > article { display: grid; min-height: 150px; grid-template-columns: 106px minmax(0, 1fr); }
    .website-article-related__media { width: 106px; height: 100%; min-height: 150px; }
    .website-article-related__grid > article > div { padding: 13px; }
    .website-article-related h3 { font-size: 19px; }

    .website-article-story__cta { padding: 53px 0; }
    .website-article-story__cta-inner { gap: 25px; }
    .website-article-story__cta h2 { font-size: 37px; }
    .website-article-story__cta-inner > div:last-child { width: 100%; align-items: stretch; flex-direction: column; }
    .website-article-story__cta .btn { justify-content: center; }
    .website-article-story__cta button { align-self: center; min-height: 40px; }
}

@media print {
    .website-article-story__sidebar,
    .website-article-story__share,
    .website-article-related,
    .website-article-story__cta { display: none !important; }
    .website-article-story__hero { background: #fff; color: #111; }
    .website-article-story__hero h1 { color: #111 !important; }
    .website-article-story__content-grid { display: block; }
}

@media (prefers-reduced-motion: reduce) {
    .website-article-story *,
    .website-article-story *::before,
    .website-article-story *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
