:root {
    --service-detail-paper: #fffdf8;
    --service-detail-cream: #f6efdc;
    --service-detail-ink: #302b24;
    --service-detail-muted: #736d63;
    --service-detail-gold: #d7a71d;
    --service-detail-gold-deep: #8f6708;
    --service-detail-line: rgba(89, 68, 29, .14);
}

.website-service-story { overflow: clip; background: var(--service-detail-paper); color: var(--service-detail-ink); }
.website-service-story__hero { position: relative; overflow: hidden; background: radial-gradient(circle at 84% 14%, rgba(225,177,42,.18), transparent 22%), linear-gradient(132deg, #211f1b 0%, #302b24 58%, #463c2d 100%); color: #fff; }
.website-service-story__hero::before { position: absolute; top: -230px; left: -190px; width: 510px; height: 510px; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; content: ""; }
.website-service-story__hero-grid { position: relative; display: grid; min-height: 675px; grid-template-columns: minmax(0, 1.04fr) minmax(410px, .78fr); gap: clamp(50px, 7vw, 100px); align-items: center; padding-block: 64px 70px; }
.website-service-story__hero-copy > * { animation: serviceStoryRise .66s ease both; }
.website-service-story__hero-copy > :nth-child(2) { animation-delay: .06s; }
.website-service-story__hero-copy > :nth-child(3) { animation-delay: .12s; }
.website-service-story__hero-copy > :nth-child(4) { animation-delay: .18s; }
.website-service-story__hero-copy > :nth-child(5) { animation-delay: .24s; }
.website-service-story__hero-copy > :nth-child(6) { animation-delay: .3s; }
.website-service-story__breadcrumb { display: flex; overflow: hidden; gap: 9px; align-items: center; margin-bottom: 45px; color: rgba(255,255,255,.48); font-size: 10px; white-space: nowrap; }
.website-service-story__breadcrumb a { color: #e2bf5c; text-decoration: none; }
.website-service-story__breadcrumb i { font-size: 7px; }
.website-service-story__breadcrumb span { overflow: hidden; text-overflow: ellipsis; }
.website-service-story__eyebrow { display: inline-flex; gap: 13px; align-items: center; color: #efd179; font-size: 10px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.website-service-story__eyebrow::before { width: 34px; height: 1px; background: currentColor; content: ""; }
.website-service-story__eyebrow--dark { color: #9b710a; }
.website-service-story__hero h1 { max-width: 760px; margin: 17px 0 22px; color: #fff !important; font-family: var(--hm-serif); font-size: clamp(53px, 6.2vw, 82px); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.website-service-story__hero-copy > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.78; }
.website-service-story__facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 32px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.website-service-story__facts > div { display: grid; min-width: 0; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-items: center; padding-inline: 20px; border-left: 1px solid rgba(255,255,255,.12); }
.website-service-story__facts > div:first-child { padding-left: 0; border-left: 0; }
.website-service-story__facts i { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.07); color: #efd179; font-size: 10px; }
.website-service-story__facts span,
.website-service-story__facts strong { display: block; min-width: 0; }
.website-service-story__facts span { color: rgba(255,255,255,.45); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.website-service-story__facts strong { overflow: hidden; margin-top: 4px; color: #fff; font-family: var(--hm-serif); font-size: 20px; font-weight: 600; letter-spacing: 0; text-overflow: ellipsis; text-transform: none; white-space: nowrap; }
.website-service-story__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.website-service-story__actions .btn { display: inline-flex; min-height: 52px; gap: 10px; align-items: center; justify-content: center; padding-inline: 22px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.website-service-story__actions .btn-warning { border-color: #d7a71d; background: linear-gradient(135deg, #e6bf45, #c58f13); color: #2e281f; }
.website-service-story__actions .btn-outline-light { border-color: rgba(255,255,255,.3); color: #fff; }
.website-service-story__visual { position: relative; min-height: 540px; animation: serviceStoryFade .9s .15s ease both; }
.website-service-story__image { position: absolute; inset: 0 18px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 3px 92px 3px 3px; background: #d8cfb9; box-shadow: 0 34px 80px rgba(0,0,0,.3); }
.website-service-story__image::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 63%, rgba(26,22,17,.3)); content: ""; }
.website-service-story__image picture,
.website-service-story__image img { display: block; width: 100%; height: 100%; }
.website-service-story__image img { object-fit: cover; transition: transform .8s ease; }
.website-service-story__visual:hover .website-service-story__image img { transform: scale(1.025); }
.website-service-story__seal { position: absolute; top: 35px; left: -39px; z-index: 2; display: grid; width: 84px; height: 84px; place-content: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; background: rgba(35,31,25,.72); text-align: center; backdrop-filter: blur(9px); }
.website-service-story__seal span { color: #efd179; font-family: var(--hm-serif); font-size: 35px; line-height: .85; }
.website-service-story__seal small { margin-top: 7px; color: rgba(255,255,255,.5); font-size: 6px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.website-service-story__image-note { position: absolute; right: 0; bottom: 28px; z-index: 2; display: flex; gap: 10px; align-items: center; padding: 13px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 2px 14px 2px 2px; background: rgba(35,31,25,.78); color: rgba(255,255,255,.56); font-size: 9px; line-height: 1.45; backdrop-filter: blur(10px); }
.website-service-story__image-note i { color: #efd179; }
.website-service-story__image-note strong { color: rgba(255,255,255,.9); font-size: 10px; }

.website-service-story__assurance { border-bottom: 1px solid var(--service-detail-line); background: #f2e8ce; }
.website-service-story__assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.website-service-story__assurance-grid > div { display: grid; min-width: 0; grid-template-columns: 22px 40px minmax(0, 1fr); gap: 13px; align-items: center; padding: 22px 30px; border-left: 1px solid rgba(102,76,24,.12); }
.website-service-story__assurance-grid > div:first-child { border-left: 0; }
.website-service-story__assurance-grid > div > span { color: #9a710c; font-family: var(--hm-serif); font-size: 12px; }
.website-service-story__assurance-grid > div > i { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.65); color: #8c6508; font-size: 13px; }
.website-service-story__assurance-grid p { margin: 0; }
.website-service-story__assurance-grid strong,
.website-service-story__assurance-grid small { display: block; }
.website-service-story__assurance-grid strong { font-size: 11px; }
.website-service-story__assurance-grid small { margin-top: 3px; color: var(--service-detail-muted); font-size: 9px; line-height: 1.45; }

.website-service-story__content { padding: 102px 0 110px; background: radial-gradient(circle at 100% 0, rgba(213,169,45,.08), transparent 19%), url('/layouts/spa/bg_body.png'), var(--service-detail-paper); }
.website-service-story__content-head { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); gap: 70px; align-items: end; margin-bottom: 58px; }
.website-service-story__content-head h2 { max-width: 790px; margin: 15px 0 0; color: var(--service-detail-ink); font-family: var(--hm-serif); font-size: clamp(43px, 5vw, 62px); font-weight: 600; letter-spacing: -.03em; line-height: 1.04; }
.website-service-story__content-head > p { margin: 0 0 7px; color: var(--service-detail-muted); font-size: 13px; line-height: 1.8; }
.website-service-story__article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 325px; gap: clamp(55px, 7vw, 95px); align-items: start; }
.website-service-story__article { min-width: 0; }
.website-service-story__rich-content { color: #4f4a43; font-size: 15px; line-height: 1.9; }
.website-service-story__rich-content > .website-content-block { position: relative; margin: 0; padding: 0 0 45px 34px; border-left: 1px solid rgba(151,110,12,.2); }
.website-service-story__rich-content > .website-content-block + .website-content-block { padding-top: 43px; border-top: 1px solid var(--service-detail-line); }
.website-service-story__rich-content > .website-content-block::before { position: absolute; top: 5px; left: -5px; width: 9px; height: 9px; border: 2px solid #fffdf8; border-radius: 50%; background: #c89516; box-shadow: 0 0 0 1px rgba(151,110,12,.3); content: ""; }
.website-service-story__rich-content > .website-content-block + .website-content-block::before { top: 49px; }
.website-service-story__rich-content > .website-content-block:first-child > p:first-child { color: #3e3932; font-family: var(--hm-serif); font-size: 20px; line-height: 1.68; }
.website-service-story__rich-content p { margin: 0 0 17px; }
.website-service-story__rich-content h2,
.website-service-story__rich-content h3 { margin: 0 0 20px; color: #3b342a !important; font-family: var(--hm-serif); font-size: clamp(32px, 3.3vw, 44px); font-weight: 600; letter-spacing: -.02em; line-height: 1.1; }
.website-service-story__rich-content h3 { font-size: 29px; }
.website-service-story__rich-content ul,
.website-service-story__rich-content ol { display: grid; gap: 10px; margin: 18px 0 23px; padding: 0; list-style: none; }
.website-service-story__rich-content li { position: relative; padding-left: 28px; }
.website-service-story__rich-content ul > li::before { position: absolute; top: .7em; left: 3px; width: 7px; height: 7px; border-radius: 50%; background: #c89413; box-shadow: 0 0 0 5px rgba(200,148,19,.1); content: ""; }
.website-service-story__rich-content ol { counter-reset: service-detail-step; }
.website-service-story__rich-content ol > li { counter-increment: service-detail-step; }
.website-service-story__rich-content ol > li::before { position: absolute; left: 0; color: #986d08; font-family: var(--hm-serif); font-weight: 700; content: counter(service-detail-step) "."; }
.website-service-story__rich-content blockquote { margin: 28px 0; padding: 24px 27px; border: 0; border-left: 3px solid #c89413; border-radius: 2px 18px 2px 2px; background: #f7f0dd; color: #40382e; font-family: var(--hm-serif); font-size: 20px; line-height: 1.6; }
.website-service-story__rich-content figure { overflow: hidden; margin: 32px 0 5px; border-radius: 2px 26px 2px 2px; background: #ebe1c6; box-shadow: 0 18px 42px rgba(66,50,20,.1); }
.website-service-story__rich-content figure img,
.website-service-story__rich-content > .website-content-block > img { display: block; width: 100%; max-height: 680px; margin: 0; border-radius: 0; object-fit: cover; }
.website-service-story__rich-content figcaption { padding: 11px 15px; color: #8b8275; font-size: 9px; text-align: center; }
.website-service-story__rich-content a { color: #8f6708; font-weight: 700; }
.website-service-story__disclaimer { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 14px; margin-top: 7px; padding: 22px 24px; border: 1px solid rgba(143,103,8,.16); border-radius: 2px 17px 2px 2px; background: #faf4e5; }
.website-service-story__disclaimer > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; color: #9a710c; }
.website-service-story__disclaimer p { margin: 0; color: #777066; font-size: 11px; line-height: 1.65; }
.website-service-story__disclaimer strong,
.website-service-story__disclaimer span { display: block; }
.website-service-story__disclaimer strong { margin-bottom: 3px; color: #433a2e; font-size: 12px; }
.website-service-story__sidebar { position: sticky; top: 105px; display: grid; min-width: 0; gap: 16px; }
.website-service-story__toc { padding: 24px; border: 1px solid var(--service-detail-line); border-radius: 2px 18px 2px 2px; background: rgba(255,255,255,.88); box-shadow: 0 15px 38px rgba(67,51,20,.06); }
.website-service-story__toc > span,
.website-service-story__booking-card > span { color: #996f09; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.website-service-story__toc ol { display: grid; gap: 0; margin: 15px 0 0; padding: 0; list-style: none; counter-reset: service-toc; }
.website-service-story__toc li { border-top: 1px solid rgba(89,68,29,.1); counter-increment: service-toc; }
.website-service-story__toc a { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 7px; padding: 11px 0; color: #71695e; font-size: 10px; line-height: 1.4; text-decoration: none; transition: color .2s ease; }
.website-service-story__toc a::before { color: #ad8115; font-family: var(--hm-serif); content: counter(service-toc, decimal-leading-zero); }
.website-service-story__toc a:hover,
.website-service-story__toc a.is-active { color: #6f4f04; }
.website-service-story__booking-card { padding: 28px; border-radius: 2px 23px 2px 2px; background: linear-gradient(150deg, #28241e, #3e3529); color: #fff; box-shadow: 0 24px 55px rgba(48,39,24,.18); }
.website-service-story__booking-card > span { color: #e7c65f; }
.website-service-story__booking-card h3 { margin: 12px 0 11px; color: #fff; font-family: var(--hm-serif); font-size: 30px; line-height: 1.08; }
.website-service-story__booking-card > p { margin: 0; color: rgba(255,255,255,.59); font-size: 11px; line-height: 1.7; }
.website-service-story__booking-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 20px 0; padding-block: 14px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.website-service-story__booking-summary > div + div { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.12); }
.website-service-story__booking-summary small,
.website-service-story__booking-summary strong { display: block; }
.website-service-story__booking-summary small { color: rgba(255,255,255,.4); font-size: 8px; text-transform: uppercase; }
.website-service-story__booking-summary strong { margin-top: 4px; color: #fff; font-family: var(--hm-serif); font-size: 16px; }
.website-service-story__booking-card .btn { width: 100%; min-height: 47px; border: 0; border-radius: 999px; background: linear-gradient(135deg, #e5bd3d, #bd8511); color: #30291f; font-size: 10px; font-weight: 800; }
.website-service-story__booking-card > a { display: flex; gap: 8px; align-items: center; justify-content: center; margin-top: 15px; color: rgba(255,255,255,.67); font-size: 10px; text-decoration: none; }
.website-service-story__booking-card > a i { color: #e7c65f; }

.website-service-story__related { position: relative; overflow: hidden; padding: 84px 0 90px; background: radial-gradient(circle at 88% 10%, rgba(220,174,43,.16), transparent 24%), linear-gradient(135deg, #211f1b, #302a22 62%, #3c3327); }
.website-service-story__related::before { position: absolute; top: -240px; left: -180px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.045); border-radius: 50%; content: ""; }
.website-service-story__related > .container { position: relative; }
.website-service-story__section-head { display: flex; gap: 55px; align-items: end; justify-content: space-between; margin-bottom: 32px; }
.website-service-story__section-head > div { max-width: 790px; }
.website-service-story__section-head h2 { margin: 12px 0 10px; color: #fff; font-family: var(--hm-serif); font-size: clamp(39px, 4.4vw, 54px); font-weight: 600; letter-spacing: -.035em; line-height: 1.02; }
.website-service-story__section-head p { max-width: 620px; margin: 0; color: rgba(255,255,255,.51); font-size: 12px; line-height: 1.72; }
.website-service-story__section-head > a { display: inline-flex; min-height: 43px; flex: 0 0 auto; gap: 9px; align-items: center; padding: 10px 16px; border: 1px solid rgba(239,209,121,.26); border-radius: 999px; color: #efd179; font-size: 9px; font-weight: 800; text-decoration: none; transition: border-color .2s ease, background-color .2s ease; }
.website-service-story__section-head > a:hover { border-color: #d6aa2a; background: rgba(255,255,255,.06); }
.website-service-story__related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.website-service-story__related-card { display: flex; min-width: 0; min-height: 342px; flex-direction: column; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 2px 22px 2px 2px; background: rgba(255,255,255,.055); box-shadow: 0 22px 55px rgba(0,0,0,.16); backdrop-filter: blur(8px); transition: border-color .3s ease, transform .3s ease, background-color .3s ease; }
.website-service-story__related-card:hover { border-color: rgba(226,184,62,.34); background: rgba(255,255,255,.085); transform: translateY(-3px); }
.website-service-story__related-media { position: relative; display: block; height: 175px; flex: 0 0 175px; overflow: hidden; background: #443c31; }
.website-service-story__related-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(28,24,19,.04), transparent 48%, rgba(28,24,19,.52)); content: ""; }
.website-service-story__related-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.website-service-story__related-card:hover img { transform: scale(1.035); }
.website-service-story__related-media > span { position: absolute; top: 14px; left: 14px; z-index: 1; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; background: rgba(35,30,22,.58); color: #fff; font-family: var(--hm-serif); font-size: 10px; backdrop-filter: blur(8px); }
.website-service-story__related-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 17px 20px 19px; }
.website-service-story__related-body > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #d9b64c; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.website-service-story__related-body > div span { display: inline-flex; gap: 6px; align-items: center; }
.website-service-story__related-body h3 { margin: 9px 0 7px; font-family: var(--hm-serif); font-size: 24px; line-height: 1.08; }
.website-service-story__related-body h3 a { color: #fff; text-decoration: none; }
.website-service-story__related-body p { display: -webkit-box; overflow: hidden; margin: 0 0 12px; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.website-service-story__related-body > a { margin-top: auto; color: #e5c463; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.website-service-story__related-body > a i { margin-left: 6px; transition: transform .2s ease; }
.website-service-story__related-body > a:hover i { transform: translateX(3px); }

.website-service-story__final-cta { padding: 78px 0; background: linear-gradient(135deg, #d2a018, #e9c85d); }
.website-service-story__final-cta-inner { display: flex; gap: 60px; align-items: center; justify-content: space-between; }
.website-service-story__final-cta-inner > div:first-child { max-width: 790px; }
.website-service-story__final-cta span { color: #604707; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.website-service-story__final-cta h2 { margin: 7px 0 9px; color: #29241d; font-family: var(--hm-serif); font-size: clamp(40px, 4.8vw, 58px); font-weight: 600; line-height: 1.04; }
.website-service-story__final-cta p { max-width: 650px; margin: 0; color: rgba(43,35,22,.67); font-size: 12px; line-height: 1.7; }
.website-service-story__final-cta-inner > div:last-child { display: grid; flex: 0 0 auto; gap: 12px; justify-items: center; }
.website-service-story__final-cta .btn { display: inline-flex; min-height: 52px; gap: 10px; align-items: center; padding-inline: 23px; border: 0; border-radius: 999px; background: #2f2a23; font-size: 11px; font-weight: 800; }
.website-service-story__final-cta-inner > div:last-child > a { color: #604707; font-size: 10px; font-weight: 800; text-decoration: none; }

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

@media (max-width: 991px) {
    .website-service-story__hero-grid { grid-template-columns: 1fr; gap: 40px; padding-block: 60px; }
    .website-service-story__hero-copy { max-width: 780px; }
    .website-service-story__visual { min-height: 480px; }
    .website-service-story__content-head { grid-template-columns: 1fr; gap: 17px; }
    .website-service-story__content-head > p { max-width: 680px; }
    .website-service-story__article-grid { grid-template-columns: minmax(0, 1fr); }
    .website-service-story__sidebar { position: static; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); }
    .website-service-story__related-card { min-height: 320px; }
    .website-service-story__related-media { height: 160px; flex-basis: 160px; }
    .website-service-story__related-body { padding: 17px 18px 19px; }
    .website-service-story__related-body h3 { font-size: 22px; }
    .website-service-story__final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767px) {
    .website-service-story__hero-grid { min-height: 0; gap: 25px; padding-block: 31px 38px; }
    .website-service-story__breadcrumb { margin-bottom: 28px; font-size: 9px; }
    .website-service-story__eyebrow { gap: 9px; font-size: 8px; letter-spacing: .18em; }
    .website-service-story__eyebrow::before { width: 23px; }
    .website-service-story__hero h1 { max-width: 360px; margin: 14px 0 16px; font-size: clamp(42px, 12vw, 50px); line-height: 1; }
    .website-service-story__hero-copy > p { font-size: 13px; line-height: 1.68; }
    .website-service-story__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; padding-block: 0; border-bottom: 0; }
    .website-service-story__facts > div { min-height: 65px; grid-template-columns: 24px minmax(0, 1fr); gap: 7px; padding: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .website-service-story__facts > div:first-child { padding-left: 0; }
    .website-service-story__facts > div:nth-child(3) { grid-column: 1 / -1; padding-left: 0; border-left: 0; }
    .website-service-story__facts i { width: 24px; height: 24px; font-size: 8px; }
    .website-service-story__facts strong { font-size: 16px; }
    .website-service-story__actions { margin-top: 21px; }
    .website-service-story__actions .btn { width: 100%; min-height: 49px; }
    .website-service-story__actions .btn-outline-light { display: none; }
    .website-service-story__visual { min-height: 255px; }
    .website-service-story__image { right: 10px; border-radius: 2px 44px 2px 2px; }
    .website-service-story__image img { object-fit: var(--website-mobile-image-fit, cover); }
    .website-service-story__seal { top: 15px; left: -8px; width: 55px; height: 55px; }
    .website-service-story__seal span { font-size: 25px; }
    .website-service-story__seal small { display: none; }
    .website-service-story__image-note { right: 0; bottom: 13px; padding: 8px 10px; font-size: 7px; }
    .website-service-story__image-note strong { font-size: 8px; }

    .website-service-story__assurance-grid > div { grid-template-columns: 1fr; gap: 4px; justify-items: center; padding: 15px 7px; text-align: center; }
    .website-service-story__assurance-grid > div > span,
    .website-service-story__assurance-grid small { display: none; }
    .website-service-story__assurance-grid > div > i { width: 32px; height: 32px; font-size: 10px; }
    .website-service-story__assurance-grid strong { font-size: 8px; line-height: 1.3; }

    .website-service-story__content { padding: 57px 0 64px; }
    .website-service-story__content-head { gap: 11px; margin-bottom: 35px; }
    .website-service-story__content-head h2 { margin-top: 11px; font-size: 38px; line-height: 1.05; }
    .website-service-story__content-head > p { font-size: 11px; line-height: 1.65; }
    .website-service-story__article-grid { gap: 32px; }
    .website-service-story__rich-content { font-size: 14px; line-height: 1.78; }
    .website-service-story__rich-content > .website-content-block { padding: 0 0 31px 19px; }
    .website-service-story__rich-content > .website-content-block + .website-content-block { padding-top: 31px; }
    .website-service-story__rich-content > .website-content-block + .website-content-block::before { top: 37px; }
    .website-service-story__rich-content > .website-content-block:first-child > p:first-child { font-size: 17px; line-height: 1.65; }
    .website-service-story__rich-content h2,
    .website-service-story__rich-content h3 { margin-bottom: 15px; font-size: 30px; line-height: 1.1; }
    .website-service-story__rich-content h3 { font-size: 25px; }
    .website-service-story__rich-content ul,
    .website-service-story__rich-content ol { gap: 8px; }
    .website-service-story__rich-content figure { margin-top: 24px; border-radius: 2px 17px 2px 2px; }
    .website-service-story__rich-content figure img,
    .website-service-story__rich-content > .website-content-block > img { max-height: 390px; }
    .website-service-story__disclaimer { grid-template-columns: 31px minmax(0, 1fr); gap: 10px; padding: 16px; }
    .website-service-story__disclaimer > i { width: 31px; height: 31px; font-size: 11px; }
    .website-service-story__sidebar { display: flex; grid-template-columns: none; flex-direction: column; gap: 12px; }
    .website-service-story__toc { order: 1; padding: 17px; }
    .website-service-story__toc ol { display: flex; overflow-x: auto; gap: 7px; margin-top: 11px; padding-bottom: 3px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .website-service-story__toc li { min-width: 155px; border: 1px solid rgba(89,68,29,.1); border-radius: 2px 10px 2px 2px; background: #faf5e9; scroll-snap-align: start; }
    .website-service-story__toc a { height: 100%; padding: 9px; }
    .website-service-story__booking-card { order: 2; padding: 23px; }
    .website-service-story__booking-card h3 { font-size: 28px; }

    .website-service-story__related { padding: 52px 0 58px; }
    .website-service-story__section-head { display: block; margin-bottom: 26px; }
    .website-service-story__section-head h2 { margin-top: 10px; font-size: 37px; }
    .website-service-story__section-head p { font-size: 10px; line-height: 1.65; }
    .website-service-story__section-head > a { display: inline-block; margin-top: 16px; }
    .website-service-story__related-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; }
    .website-service-story__related-card { display: grid; min-height: 154px; grid-template-columns: 108px minmax(0, 1fr); border-radius: 2px 15px 2px 2px; }
    .website-service-story__related-media { width: 108px; height: 100%; min-height: 154px; }
    .website-service-story__related-media > span { top: 8px; left: 8px; width: 28px; height: 28px; font-size: 8px; }
    .website-service-story__related-body { display: flex; min-width: 0; flex-direction: column; padding: 13px; }
    .website-service-story__related-body > div { font-size: 8px; }
    .website-service-story__related-body h3 { display: -webkit-box; overflow: hidden; margin: 7px 0; font-size: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .website-service-story__related-body p { display: none; }
    .website-service-story__related-body > a { margin-top: auto; }

    .website-service-story__final-cta { padding: 55px 0; }
    .website-service-story__final-cta-inner { gap: 26px; }
    .website-service-story__final-cta h2 { font-size: 38px; }
    .website-service-story__final-cta p { font-size: 11px; }
    .website-service-story__final-cta-inner > div:last-child,
    .website-service-story__final-cta .btn { width: 100%; }
    .website-service-story__final-cta .btn { justify-content: center; }
}

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