@charset "UTF-8";
/*!
Theme Name: Santification.org
Theme URI: http://santification.org
Author: Tim Clausen
Author URI: http://remedia.dk
Description: A theme for the Santification project based on Underscores.me
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: santification
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Santification is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables - Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables - Layout (tokens v5)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables - Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables - Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins - Media Queries
--------------------------------------------------------------*/
/**
 * Mobile-first media query mixin
 * Usage: @include breakpoint('tablet') { ... }
 * Available: 'small', 'tablet', 'desktop', 'large-desktop'
 */
/**
 * Max-width media query mixin
 * Usage: @include breakpoint-max('tablet') { ... }
 */
/**
 * Hover-capable: only apply hover styles when the device supports hover (e.g. mouse).
 * Use to avoid sticky/irrelevant hover on touch/mobile.
 * Usage: @include hover-capable { .selector:hover { ... } }
 */
/**
 * Range media query mixin
 * Usage: @include breakpoint-between('small', 'desktop') { ... }
 */
/*--------------------------------------------------------------
# Fonts - Inter (self-hosted)
--------------------------------------------------------------
 * Place woff2 files in theme: /fonts/inter/
 * See fonts/inter/README.md for download and naming.
 * CSS variables from PHP provide absolute URLs so paths resolve in all contexts.
 */
@font-face {
  font-family: "Inter";
  src: var(--font-inter-light, url("fonts/inter/Inter-Light.woff2")) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: var(--font-inter-regular, url("fonts/inter/Inter-Regular.woff2")) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: var(--font-inter-medium, url("fonts/inter/Inter-Medium.woff2")) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: var(--font-inter-bold, url("fonts/inter/Inter-Bold.woff2")) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: var(--font-inter-extrabold, url("fonts/inter/Inter-Extrabold.woff2")) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Typography
--------------------------------------------- */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #221f1b;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
}

h2 {
  font-size: 52px;
  line-height: 57.2px;
  font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
}

dfn,
cite,
em,
i {
  font-style: italic;
  font-family: "Inter", sans-serif;
}

blockquote {
  margin: 0 1.5em;
  font-family: "Inter", sans-serif;
}

address {
  margin: 0 0 1.5em;
  font-family: "Inter", sans-serif;
}

pre {
  background: rgb(244.8076923077, 243.7884615385, 238.6923076923);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted rgba(34, 31, 27, 0.8);
  cursor: help;
  font-family: "Inter", sans-serif;
}

mark,
ins {
  background: rgba(146.5573770492, 134.5081967213, 118.4426229508, 0.6);
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

big {
  font-size: 125%;
  font-family: "Inter", sans-serif;
}

.typography-hero {
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.typography-headline {
  font-size: 52px;
  line-height: 57.2px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.typography-title {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.48px;
}
.typography-title.small {
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 600;
  letter-spacing: -0.38px;
}

.typography-label {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.34px;
}
.typography-label.small {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.typography-body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.48px;
}
.typography-body.small {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.42px;
}

/* Elements
--------------------------------------------- */
body {
  background: #ebeae6;
  padding: 16px;
  overflow-x: hidden;
}

body.category {
  padding: 0;
}

hr {
  background-color: rgba(34, 31, 27, 0.1019607843);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #221f1b;
}

a:visited {
  color: rgba(34, 31, 27, 0.6);
}

a:hover,
a:focus,
a:active {
  color: #ff921f;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: rgba(34, 31, 27, 0.1019607843) rgba(34, 31, 27, 0.1019607843) rgba(5.5737704918, 5.0819672131, 4.4262295082, 0.1019607843);
  border-radius: 3px;
  background: #ebe9df;
  color: #221f1b;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: rgba(34, 31, 27, 0.1019607843) rgba(5.5737704918, 5.0819672131, 4.4262295082, 0.1019607843) rgba(34, 31, 27, 0.0509803922);
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: rgba(34, 31, 27, 0.0509803922) rgba(5.5737704918, 5.0819672131, 4.4262295082, 0.1019607843) rgba(5.5737704918, 5.0819672131, 4.4262295082, 0.1019607843);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: rgba(34, 31, 27, 0.8);
  border: 1px solid rgba(34, 31, 27, 0.1019607843);
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #221f1b;
}

select {
  border: 1px solid rgba(34, 31, 27, 0.1019607843);
}

textarea {
  width: 100%;
}

body div.wpforms-container-full {
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body div.wpforms-container-full .wpforms-field-label {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #221f1b;
  margin-bottom: 8px;
}
body div.wpforms-container-full .wpforms-field {
  padding: 12px 0;
}
body div.wpforms-container-full input[type=text],
body div.wpforms-container-full input[type=email],
body div.wpforms-container-full input[type=url],
body div.wpforms-container-full input[type=password],
body div.wpforms-container-full input[type=search],
body div.wpforms-container-full input[type=number],
body div.wpforms-container-full input[type=tel],
body div.wpforms-container-full input[type=date],
body div.wpforms-container-full input[type=time],
body div.wpforms-container-full input[type=datetime-local],
body div.wpforms-container-full input[type=month],
body div.wpforms-container-full input[type=week],
body div.wpforms-container-full input[type=color],
body div.wpforms-container-full select,
body div.wpforms-container-full textarea {
  border: none;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #221f1b;
}
body div.wpforms-container-full input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: #221f1b;
}
body div.wpforms-container-full input[type=checkbox]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  pointer-events: none;
}
body div.wpforms-container-full input[type=checkbox]:checked::before {
  background-color: #ff921f;
  box-shadow: none;
  border: 1px solid rgba(34, 31, 27, 0.0509803922);
}
body div.wpforms-container-full input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-left: 0px;
  border-bottom: 0px;
  transform: translate(-50%, -50%);
  background-color: #221f1b;
  -webkit-mask-image: url("assets/icons/icon.checkmark.svg");
  mask-image: url("assets/icons/icon.checkmark.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  pointer-events: none;
}
body div.wpforms-container-full input[type=checkbox]:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}
body div.wpforms-container-full ul:not(.single-post-tags), body div.wpforms-container-full ol {
  margin-left: 0px;
  margin-bottom: 0px;
}
body div.wpforms-container-full input::placeholder,
body div.wpforms-container-full textarea::placeholder {
  color: rgba(34, 31, 27, 0.5019607843);
  opacity: 1;
}
body div.wpforms-container-full input:-ms-input-placeholder,
body div.wpforms-container-full textarea:-ms-input-placeholder {
  color: rgba(34, 31, 27, 0.5019607843);
  opacity: 1;
}
body div.wpforms-container-full .wpforms-submit-container {
  margin-top: 0px;
}
body div.wpforms-container-full .wpforms-submit-container button[type=submit], body div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active):not(:focus) {
  border: none;
  background-color: #ff921f;
  color: #221f1b;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: -0.34px;
  width: 100%;
  height: 52px;
  border-radius: 28px;
  padding: 16px 28px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
body div.wpforms-container-full .wpforms-submit-container button[type=submit]:disabled, body div.wpforms-container-full .wpforms-submit-container button[type=submit].wpforms-disabled, body div.wpforms-container-full .wpforms-submit-container button[type=submit][aria-disabled=true], body div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active):not(:focus):disabled, body div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active):not(:focus).wpforms-disabled, body div.wpforms-container-full .wpforms-submit-container button[type=submit]:not(:hover):not(:active):not(:focus)[aria-disabled=true] {
  background-color: rgba(34, 31, 27, 0.05);
  color: rgba(34, 31, 27, 0.6);
  cursor: not-allowed;
}
body div.wpforms-container-full .wpforms-submit-spinner {
  position: relative;
  top: -38px;
}
body div.wpforms-container-full .wpforms-confirmation-container-full {
  background-color: #ffffff;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 40px;
  margin-top: 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
  border: 0px;
  border-radius: 32px;
}
body div.wpforms-container-full .wpforms-confirmation-container-full::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-bottom: 0;
  background: url("assets/icons/form-check.svg") center/contain no-repeat;
}
body div.wpforms-container-full .wpforms-confirmation-container-full p {
  margin: 0;
  text-align: center;
  color: #221f1b;
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 600;
  letter-spacing: -0.38px;
  text-wrap: balance;
  overflow-wrap: anywhere;
  word-break: normal;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/
body {
  padding-top: 64px;
}
@media screen and (min-width: 50em) {
  body {
    padding-top: 72px;
  }
}

body.home,
body.front-page {
  padding-top: 0;
}

@media screen and (max-width: 49.9375em) {
  body.show-page-title {
    padding-top: 0;
  }
}

.site-main,
.site-footer,
body > .site-title,
body > p.site-title {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 90em) {
  .site-main,
  .site-footer,
  body > .site-title,
  body > p.site-title {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
  }
}

.site-header .site-title {
  width: auto;
  margin: 0;
}
@media screen and (min-width: 90em) {
  .site-header .site-title {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.modules {
  overflow: visible;
}

@media screen and (max-width: 49.9375em) {
  .site-footer {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 89.9375em) {
  body.category .site-footer {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.site-footer-inner {
  padding: 40px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 49.9375em) {
  .footer-grid {
    gap: 0;
  }
}
@media screen and (min-width: 50em) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-row {
  margin: 0;
}
@media screen and (max-width: 49.9375em) {
  .footer-row:not(:first-child) {
    border-top: 1px solid rgba(34, 31, 27, 0.1019607843);
    padding-top: 32px;
  }
  .footer-row {
    margin-bottom: 32px;
  }
  .footer-row:last-child {
    margin-bottom: 80px;
  }
}

.footer-title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(34, 31, 27, 0.5019607843);
}

.footer-nav,
.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li {
  margin: 0 0 8px;
}

.footer-menu a {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #221f1b;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #221f1b;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  margin: 0 0 8px;
}

.footer-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #221f1b;
  text-decoration: none;
}

.footer-list-icon {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-image: var(--icon-mask);
  -webkit-mask-image: var(--icon-mask);
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
}

.footer-list a:hover {
  color: #221f1b;
}

.footer-bottom-grid {
  display: grid;
  grid-template-rows: auto auto;
  gap: 0;
}
@media screen and (min-width: 50em) {
  .footer-bottom-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

.footer-bottom-row {
  min-height: 0;
}

.footer-bottom-lang {
  text-align: center;
}
@media screen and (min-width: 50em) {
  .footer-bottom-lang {
    text-align: left;
  }
}

.footer-lang-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 50em) {
  .footer-lang-inner {
    flex-direction: row;
    align-items: center;
  }
}

.site-footer .footer-lang-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.site-footer .footer-lang-logo .site-logo-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
}

.site-footer .footer-lang-logo .site-logo-circle-img {
  width: 27px;
  height: 27px;
}

.site-footer .footer-lang-select-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-footer .footer-lang-select-wrap .footer-lang-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  color: #221f1b;
  font-family: inherit;
  width: auto;
  min-width: 0;
  flex: 0 1 auto;
}

.site-footer .footer-lang-select-wrap .footer-lang-select:focus {
  outline: 2px solid #ff921f;
  outline-offset: 2px;
}

.site-footer .footer-lang-chevron {
  flex-shrink: 0;
  pointer-events: none;
}

@media screen and (max-width: 49.9375em) {
  .footer-bottom-copyright {
    text-align: center;
    margin-top: 12px;
  }
}
@media screen and (min-width: 50em) {
  .footer-bottom-copyright {
    text-align: right;
  }
}

.site-footer .footer-copyright,
.site-footer .site-info {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  color: rgba(34, 31, 27, 0.5019607843);
  text-wrap: balance;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button Component
--------------------------------------------------------------*/
.btn {
  background: #ebeae6;
  border: none;
  border-radius: 28px;
  color: #221f1b;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-white-text {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn.btn-white-text:hover, .btn.btn-white-text:focus {
  background: #fff;
  color: #221f1b;
}
.btn.btn-inverted {
  background: #fff;
  color: #221f1b;
  border: 1px solid #fff;
}
.btn.btn-inverted:hover, .btn.btn-inverted:focus {
  background: transparent;
  color: #fff;
}
.btn.btn-dark {
  background: #221f1b;
  color: #221f1b;
  border: 1px solid #221f1b;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: rgb(11.2590163934, 10.2655737705, 8.9409836066);
  color: #221f1b;
  border-color: rgb(11.2590163934, 10.2655737705, 8.9409836066);
}
.btn.btn-dark .btn-icon {
  filter: brightness(0) invert(1);
}
.btn.btn-secondary {
  background: rgba(34, 31, 27, 0.05);
  color: #221f1b;
  border: none;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: rgba(19.7868852459, 18.0409836066, 15.7131147541, 0.05);
  color: #221f1b;
}
.btn.btn-secondary .btn-icon {
  filter: brightness(0);
}
.btn.btn-copied {
  background: #ff921f;
  color: #221f1b;
  border-color: #ff921f;
}
.btn.btn-copied:hover, .btn.btn-copied:focus {
  background: #ff921f;
  color: #221f1b;
}
.btn.btn-medium {
  padding: 10px 16px;
}
.btn.btn-large {
  padding: 16px 28px;
  font-size: 17px;
  line-height: 19px;
}
.btn.btn-watch-now {
  background: var(--color-interactive-primary-surface, #ff921f);
  color: #221f1b;
  border: 1px solid var(--color-interactive-primary-surface, #ff921f);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.btn.btn-watch-now:hover, .btn.btn-watch-now:focus {
  background: var(--color-interactive-primary-surface, #ff921f);
  color: #221f1b;
  border-color: var(--color-interactive-primary-surface, #ff921f);
}
.btn.btn-watch-now.btn-dark {
  background: #221f1b;
  border-color: #221f1b;
}
.btn.btn-watch-now.btn-dark:hover, .btn.btn-watch-now.btn-dark:focus {
  background: rgb(11.2590163934, 10.2655737705, 8.9409836066);
  border-color: rgb(11.2590163934, 10.2655737705, 8.9409836066);
}
.btn.btn-watch-now .btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 89.9375em) {
  .btn-small .btn.btn-watch-now .btn-icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 89.9375em) {
  .btn.btn-watch-now .btn-text {
    display: none;
  }
}
@media screen and (max-width: 89.9375em) {
  .btn.btn-watch-now.btn-small {
    padding: 8px;
    gap: 0;
    width: 32px;
    height: 32px;
    justify-content: center;
  }
}
@media screen and (min-width: 90em) {
  .btn.btn-watch-now.btn-large {
    padding: 16px 28px;
    font-size: 17px;
    line-height: 19px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 64px;
  padding-left: 16px;
  padding-right: 16px;
  overflow: visible;
  background: var(--mobile-nav-bg);
  box-sizing: border-box;
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--mobile-nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  z-index: -1;
}
@media screen and (min-width: 90em) {
  body.logged-in .site-header {
    top: 32px;
  }
}
@media screen and (min-width: 50em) {
  .site-header {
    height: 72px;
  }
}

.site-header--scrolled {
  border-bottom: 1px solid rgba(34, 31, 27, 0.1);
}
.site-header--scrolled::before {
  opacity: 1;
}

.site-header .site-logo-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #221f1b;
  flex-shrink: 0;
}

.site-logo-circle {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  background-color: #221f1b;
  flex-shrink: 0;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-mask-image: linear-gradient(#fff 0 0), url("assets/logo/logo-v3.svg");
  mask-image: linear-gradient(#fff 0 0), url("assets/logo/logo-v3.svg");
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: 0 0, center;
  mask-position: 0 0, center;
  -webkit-mask-size: 100% 100%, 25px auto;
  mask-size: 100% 100%, 25px auto;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (max-width: 89.9375em) {
  .site-logo-circle {
    -webkit-mask-size: 100% 100%, 20px auto;
    mask-size: 100% 100%, 20px auto;
  }
}
@media screen and (min-width: 90em) {
  .site-logo-circle {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
  }
}

.site-logo-circle-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  display: block;
  margin: 0;
  object-fit: contain;
  object-position: center;
  opacity: 0;
}
@media screen and (min-width: 90em) {
  .site-logo-circle-img {
    width: 23px;
    height: 23px;
  }
}

.site-logo-circle-text {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: -0.34px;
  color: #221f1b;
  white-space: nowrap;
}

@media screen and (min-width: 50em) {
  .site-logo-text-page {
    display: none;
  }
}

@media screen and (max-width: 49.9375em) {
  .site-logo-text-site {
    display: none;
  }
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 64px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 50em) {
  .site-header-inner {
    min-height: 72px;
  }
}
@media screen and (min-width: 100em) {
  .site-header-inner {
    margin-left: auto;
    margin-right: auto;
  }
}

.mobile-nav-toggle {
  display: block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.mobile-nav-toggle img {
  width: 36px;
  height: 36px;
  display: block;
}
@media screen and (min-width: 50em) {
  .mobile-nav-toggle {
    display: none;
  }
}

.site-header-inner .main-navigation {
  display: none;
  width: auto;
  margin-left: 32px;
}
@media screen and (min-width: 50em) {
  .site-header-inner .main-navigation {
    display: block;
  }
}
.site-header-inner .main-navigation ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
  align-items: center;
}
.site-header-inner .main-navigation li {
  position: relative;
  margin: 0;
}
.site-header-inner .main-navigation a {
  display: block;
  text-decoration: none;
  color: #221f1b;
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media screen and (min-width: 50em) {
  .site-header-inner .main-navigation a {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.34px;
  }
}
.site-header-inner .main-navigation a:hover, .site-header-inner .main-navigation a:focus {
  color: #221f1b;
}
body:not(.home):not(.front-page) .site-header-inner .main-navigation li:not(.current-menu-item) > a {
  color: rgba(34, 31, 27, 0.5019607843);
}
body:not(.home):not(.front-page) .site-header-inner .main-navigation li:not(.current-menu-item) > a:hover,
body:not(.home):not(.front-page) .site-header-inner .main-navigation li:not(.current-menu-item) > a:focus {
  color: #221f1b;
}
.site-header-inner .main-navigation .current-menu-item > a {
  color: #221f1b;
}
@media screen and (max-width: 49.9375em) {
  .site-header-inner .main-navigation.toggled {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ebeae6;
    z-index: 1000;
    padding: 20px 12px;
    margin: 0;
  }
  .site-header-inner .main-navigation.toggled ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

.site-header .btn.header-share-btn {
  display: inline-block;
  background-color: #221f1b;
  color: #ebeae6;
  border: 1px solid #221f1b;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
}
.site-header .btn.header-share-btn:hover, .site-header .btn.header-share-btn:focus {
  background-color: #221f1b;
  color: #ebeae6;
  border-color: #221f1b;
}
@media screen and (min-width: 50em) {
  .site-header .btn.header-share-btn {
    display: none;
  }
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (max-width: 49.9375em) {
  .main-navigation.toggled ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Floating mobile nav bar (Mobile menu)
--------------------------------------------------------------*/
.mobile-nav-bar {
  display: block;
  position: fixed;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1000;
  width: auto;
  border-radius: 52px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--color-surface-raised, #ffffff);
  box-sizing: border-box;
  max-height: 120px;
  transition: max-height 0.5s ease, border-radius 0.5s ease;
}
.mobile-nav-bar:has(.mobile-nav-sub[aria-hidden=false]) {
  max-height: 70vh;
  border-radius: 32px;
}

.mobile-nav-bar-inner {
  position: relative;
  padding: 12px 24px;
  min-height: 64px;
  transition: padding 0.5s ease;
}
.mobile-nav-bar:has(.mobile-nav-sub[aria-hidden=false]) .mobile-nav-bar-inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 20px;
}

.mobile-nav-main {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav-main:not([aria-hidden=false]) {
  display: none;
}

.mobile-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
  min-height: 48px;
  padding: 0 4px;
  background: none;
  border: none;
  border-radius: 24px;
  color: var(--color-content-hint, rgba(34, 31, 27, 0.5019607843));
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
  font-family: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  box-sizing: border-box;
  transition: color 0.2s ease;
}

.mobile-nav-item:visited {
  color: var(--color-content-hint, rgba(34, 31, 27, 0.5019607843));
}

.mobile-nav-item:focus-visible {
  color: var(--color-content-default, #221f1b);
}

.mobile-nav-item.is-active, .mobile-nav-item.is-active .mobile-nav-label {
  color: var(--color-content-interactive, #ff921f);
}

.mobile-nav-item.is-active .mobile-nav-icon {
  background-color: var(--color-content-interactive, #ff921f);
}

.mobile-nav-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: block;
  transition: background-color 0.2s ease;
}
.mobile-nav-icon[style*="--icon-mask"] {
  background-color: var(--color-content-hint, rgba(34, 31, 27, 0.5019607843));
  mask-image: var(--icon-mask);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: var(--icon-mask);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.mobile-nav-item.is-active .mobile-nav-icon[style*="--icon-mask"] {
  background-color: var(--color-content-interactive, #ff921f);
}

.mobile-nav-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: var(--color-content-hint, rgba(34, 31, 27, 0.5019607843));
}

/* Sub-nav panel: when open, in-flow so bar height = back btn + list (content-based) */
.mobile-nav-sub {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 0;
  background: inherit;
  border-radius: inherit;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}

.mobile-nav-sub[aria-hidden=false] {
  display: flex !important;
  position: relative;
  inset: auto;
  width: 100%;
  overflow-y: auto;
}

.mobile-nav-main[aria-hidden=true] {
  display: none !important;
}

.mobile-nav-sub-back {
  display: flex;
  align-items: center;
  gap: 4px;
  width: auto;
  align-self: flex-start;
  padding: 8px 12px;
  margin: 0 0 12px 0;
  flex-shrink: 0;
  background: var(--color-interactive-secondary-surface, rgba(34, 31, 27, 0.05));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: none;
  border-radius: 24px;
  color: var(--color-content-default, #221f1b);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.mobile-nav-sub-back-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: var(--color-content-default, #221f1b);
  mask-image: url("assets/icons/icon.chevron.left.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("assets/icons/icon.chevron.left.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.mobile-nav-sub-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 0 0 auto;
}

.mobile-nav-sub-list a {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px 0 0;
  color: var(--color-content-default, #221f1b);
  text-decoration: none;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  box-sizing: border-box;
  touch-action: manipulation;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-sub-list a:hover,
.mobile-nav-sub-list a:focus-visible {
  color: var(--color-content-default, #221f1b);
}

/* Hide floating bar from tablet and up */
@media screen and (min-width: 50em) {
  .mobile-nav-bar {
    display: none !important;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* Content module – same markup and styling as single post */
.module-content {
  margin-top: 40px;
}

.entry-content,
.page-content,
.single-post-content,
.song-description,
.video-description {
  overflow-wrap: anywhere;
  word-break: normal;
}
.entry-content a,
.page-content a,
.single-post-content a,
.song-description a,
.video-description a {
  overflow-wrap: anywhere;
  word-break: normal;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Module Titles */
.module-title-small {
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
}

.module-title-headline-small {
  font-size: 36px;
  line-height: 39.6px;
  font-weight: 700;
  margin-bottom: 41px;
}

.module-title-headline-responsive {
  margin-bottom: 41px;
}
@media screen and (max-width: 89.9375em) {
  .module-title-headline-responsive {
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 700;
  }
}
@media screen and (min-width: 90em) {
  .module-title-headline-responsive {
    font-size: 52px;
    line-height: 57.2px;
    font-weight: 700;
  }
}

/* Comments
--------------------------------------------- */
.comment-content a {
  overflow-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Site title with logo - hide text, show logo */
.site-title-logo {
  margin: 0;
}
.site-title-logo > a:not(.custom-logo-link) {
  display: none;
}
.site-title-logo .custom-logo-link:not(.site-logo-brand) {
  display: inline-block;
}

/* YouTube Embed - Responsive and Cookieless */
.youtube-embed-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
}

.youtube-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Latest Music Module
--------------------------------------------------------------*/
.module-latest-music {
  margin-top: 40px;
  width: 100%;
  overflow: visible;
}
.module-latest-music img {
  border-radius: 12px;
}
@media screen and (min-width: 50em) {
  .module-latest-music img {
    border-radius: 24px;
  }
}
@media screen and (min-width: 50em) {
  .module-latest-music {
    width: 100%;
    overflow: visible;
  }
}

.module-latest-music.module-show-all .module-title {
  margin-bottom: 13px;
}

@media screen and (max-width: 49.9375em) {
  .latest-music-swiper,
  .latest-music-swiper.swiper,
  .swiper.latest-music-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-swiper,
  .latest-music-swiper.swiper,
  .swiper.latest-music-swiper {
    overflow: visible !important;
  }
}

.latest-music-swiper {
  padding: 0 12px;
  width: 100%;
}
@media screen and (max-width: 49.9375em) {
  .latest-music-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-swiper {
    padding: 0;
    width: 100%;
    overflow: visible;
  }
}

.latest-music-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
@media screen and (max-width: 49.9375em) {
  .latest-music-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .latest-music-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-list {
    width: 100%;
    gap: 0;
    flex-wrap: nowrap;
    overflow: visible;
    scroll-snap-type: none;
  }
}

.latest-music-list.latest-music-grid {
  flex-wrap: wrap;
  overflow: visible;
  scroll-snap-type: none;
}
@media screen and (max-width: 49.9375em) {
  .latest-music-list.latest-music-grid {
    overflow-x: visible;
    gap: 12px;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-list.latest-music-grid {
    gap: 16px;
  }
}

.latest-music-list.latest-music-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-x: visible;
  overflow-y: visible;
  scroll-snap-type: none;
}
@media screen and (max-width: 49.9375em) {
  .latest-music-list.latest-music-cards {
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-list.latest-music-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.latest-music-cards .music-card {
  width: 100%;
  min-width: 0;
}

.latest-music-cards .music-card-block-first .music-card-link {
  flex-direction: column;
}

.latest-music-cards .music-card-block-first .music-card-cover {
  width: 100%;
  aspect-ratio: 464/261;
}

.latest-music-cards .music-card-block-first .music-card-body {
  padding: 16px 0 20px;
}

@media screen and (max-width: 49.9375em) {
  .latest-music-cards .music-card-block-first .music-card-title-row {
    display: contents;
  }
  .latest-music-cards .music-card-block-first .music-card-title {
    order: 0;
  }
  .latest-music-cards .music-card-block-first .music-card-description {
    order: 1;
  }
  .latest-music-cards .music-card-block-first .music-card-duration {
    display: none;
  }
}
@media screen and (max-width: 49.9375em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-link {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-link {
    flex-direction: column;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-body {
    display: flex;
    flex-direction: column;
  }
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-title-row {
    display: contents;
  }
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-title {
    order: 0;
  }
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-description {
    order: 1;
  }
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-duration {
    order: 2;
    margin: 4px 0 0 0;
  }
}
@media screen and (max-width: 49.9375em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-cover {
    flex-shrink: 0;
    width: 97px;
    aspect-ratio: 16/9;
    border-radius: 0;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-cover {
    width: 100%;
    aspect-ratio: 464/261;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-body {
    flex: 1;
    min-width: 0;
    padding: 0;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-body {
    padding: 16px 0 20px;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-cards .music-card:not(.music-card-block-first) .music-card-title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin: 0;
  }
}

.latest-music-grid .music-card {
  width: auto;
  min-width: 0;
  scroll-snap-align: none;
}
@media screen and (max-width: 49.9375em) {
  .latest-music-grid .music-card {
    flex: 0 1 100%;
  }
}
@media screen and (min-width: 50em) {
  .latest-music-grid .music-card {
    flex: 0 1 calc((100% - 16px) / 2);
  }
}
@media screen and (min-width: 90em) {
  .latest-music-grid .music-card {
    flex: 0 1 calc((100% - 32px) / 3);
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-grid .music-card-link {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-grid .music-card-cover {
    flex-shrink: 0;
    width: 97px;
    aspect-ratio: 16/9;
    border-radius: 0;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-grid .music-card-body {
    flex: 1;
    min-width: 0;
    padding: 0;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-grid .music-card-title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin: 0;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-music-grid .music-card-body {
    display: flex;
    flex-direction: column;
  }
  .latest-music-grid .music-card-title-row {
    display: contents;
  }
  .latest-music-grid .music-card-title {
    order: 0;
  }
  .latest-music-grid .music-card-description {
    order: 1;
  }
  .latest-music-grid .music-card-duration {
    order: 2;
    margin: 4px 0 0 0;
  }
}
.swiper-slide.music-card {
  height: auto;
}
@media screen and (max-width: 49.9375em) {
  .swiper-slide.music-card {
    width: 230px;
    min-width: 230px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 50em) {
  .swiper-slide.music-card {
    width: auto;
    min-width: auto;
  }
}

.music-card {
  background: #ebeae6;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 49.9375em) {
  .music-card {
    width: 230px;
    min-width: 230px;
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 50em) {
  .music-card {
    width: 100%;
    min-width: auto;
    scroll-snap-align: none;
  }
}

.music-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.music-card-cover {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 464/261;
  background: #ebeae6;
  overflow: hidden;
  border-radius: 24px;
}
.music-card-cover:not(:has(.series-item-logo)) {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

@media (hover: hover) {
  .music-card-link:hover .music-card-cover:not(:has(.series-item-logo)) {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
    transform: translateY(-12px);
  }
}
.music-card-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.music-card-body {
  padding: 16px 0px 20px;
}

.music-card-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 4px 0;
}

.music-card-title-row .music-card-title {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.music-card-title-row .music-card-duration {
  margin: 0;
  flex-shrink: 0;
}

.music-card-title {
  margin: 0 0 4px 0;
  color: #221f1b;
}

.music-card-duration {
  display: block;
  margin: 0 0 4px 0;
  color: rgba(34, 31, 27, 0.8);
}

.music-card-description {
  margin: 0;
  color: rgba(34, 31, 27, 0.8);
}

.music-load-more {
  margin-top: 24px;
}
@media screen and (max-width: 89.9375em) {
  .music-load-more {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Latest Articles Module
--------------------------------------------------------------*/
.module-latest-articles {
  margin-top: 40px;
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 50em) {
  .module-latest-articles {
    width: 100%;
    overflow: visible;
  }
}

.module-latest-articles.module-show-all .module-title {
  margin-bottom: 13px;
}

.latest-articles-list.latest-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 68px;
  column-gap: 12px;
  row-gap: 80px;
  overflow: visible;
  scroll-snap-type: none;
}
@media screen and (max-width: 89.9375em) {
  .latest-articles-list.latest-articles-grid {
    column-gap: 24px;
    row-gap: 48px;
  }
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-list.latest-articles-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
    column-gap: 24px;
    row-gap: 24px;
  }
}
@media screen and (min-width: 50em) {
  .latest-articles-list.latest-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90em) {
  .latest-articles-list.latest-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.module-latest-articles:not(.module-show-all) .latest-articles-list.latest-articles-grid {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 50em) {
  .module-latest-articles:not(.module-show-all) .latest-articles-list.latest-articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 50em) {
  .latest-articles-grid .article-card-block-first {
    grid-column: span 2;
  }
}
@media screen and (min-width: 90em) {
  .latest-articles-grid .article-card-block-first {
    grid-column: span 3;
  }
}

.latest-articles-grid .article-card {
  width: 100%;
  min-width: 0;
}

.latest-articles-grid .article-card-link {
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-grid .article-card-link {
    flex-direction: column;
  }
}

.latest-articles-grid .article-card-block-first .article-card-link {
  align-items: stretch;
  gap: 0;
}

.latest-articles-grid .article-card-block-first .article-card-cover {
  flex: 0 0 50%;
  width: 50%;
  aspect-ratio: 16/9;
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-grid .article-card-block-first .article-card-cover {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 24px 24px 0 0;
  }
}

.latest-articles-grid .article-card-block-first .article-card-body {
  flex: 1;
  min-width: 0;
  background-color: #ff921f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 0 24px 24px 0;
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-grid .article-card-block-first .article-card-body {
    padding: 16px;
    border-radius: 0 0 24px 24px;
  }
}

.latest-articles-grid .article-card-block-first .article-card-description {
  margin-top: auto;
}

.latest-articles-grid .article-card-block .article-card-link {
  flex-direction: column;
  align-items: stretch;
}

.latest-articles-grid .article-card-block .article-card-cover {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 464/261;
  border-radius: 24px;
}

.latest-articles-grid .article-card-block .article-card-body {
  flex: 1;
  min-width: 0;
  display: block;
  padding: 16px 0 0;
}

.latest-articles-grid .article-card-block .article-card-title,
.latest-articles-grid .article-card-block .article-card-read-time {
  display: block;
}

.latest-articles-grid .article-card-block.article-card-no-image .article-card-link {
  min-height: 280px;
  align-items: stretch;
}

.latest-articles-grid .article-card-block.article-card-no-image .article-card-body {
  flex: 1;
  min-width: 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-grid .article-card-block.article-card-no-image .article-card-body {
    padding: 16px;
  }
}

.latest-articles-grid .article-card-block.article-card-no-image .article-card-description {
  margin-top: auto;
}

.latest-articles-grid .article-card-no-image .article-card-body {
  flex: 1;
  min-width: 0;
}

.latest-articles-grid .article-card-cover {
  overflow: hidden;
  border-radius: 24px;
}
.latest-articles-grid .article-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.latest-articles-grid .article-card-body {
  padding: 0;
}

.latest-articles-grid .article-card-title {
  margin: 0 0 8px 0;
}

.latest-articles-grid .article-card-description {
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.latest-articles-grid .article-card-block-first .article-card-title {
  font-size: 36px;
  line-height: 39.6px;
  font-weight: 700;
  color: #221f1b;
}

.latest-articles-grid .article-card-block .article-card-title,
.latest-articles-grid .article-card-no-image .article-card-title {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
  color: #221f1b;
}

.latest-articles-grid .article-card-read-time {
  margin: 0;
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}

@media screen and (max-width: 49.9375em) {
  .latest-articles-swiper,
  .latest-articles-swiper.swiper,
  .swiper.latest-articles-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-articles-swiper,
  .latest-articles-swiper.swiper,
  .swiper.latest-articles-swiper {
    overflow: visible !important;
  }
}

.latest-articles-swiper {
  padding: 0 12px;
  width: 100%;
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-articles-swiper {
    padding: 0;
    width: 100%;
    overflow: visible;
  }
}

.latest-articles-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
@media screen and (max-width: 49.9375em) {
  .latest-articles-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .latest-articles-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .latest-articles-list {
    width: 100%;
    gap: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
}

.swiper-slide.article-card {
  height: auto;
}
@media screen and (max-width: 49.9375em) {
  .swiper-slide.article-card {
    width: 230px;
    min-width: 230px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 50em) {
  .swiper-slide.article-card {
    width: auto;
    min-width: auto;
  }
}

.article-card {
  background: #ebeae6;
  border-radius: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 49.9375em) {
  .article-card {
    width: 230px;
    min-width: 230px;
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 50em) {
  .article-card {
    width: 100%;
    min-width: auto;
    scroll-snap-align: none;
  }
}

.article-card-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.article-card-cover {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 464/261;
  background: #ebeae6;
  overflow: hidden;
  border-radius: 24px;
}

.article-card:not(:first-child) .article-card-cover {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

@media (hover: hover) {
  .article-card:not(:first-child) .article-card-link:hover .article-card-cover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
    transform: translateY(-12px);
  }
}
.article-card-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-card-body {
  padding: 16px 0px 20px;
}

.article-card-title {
  margin: 0 0 4px 0;
  color: #221f1b;
}

.article-card-description {
  margin: 0;
  color: rgba(34, 31, 27, 0.8);
}

.article-load-more {
  margin-top: 24px;
}
@media screen and (max-width: 89.9375em) {
  .article-load-more {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Series Module
--------------------------------------------------------------*/
.modules,
.site-main,
.module-latest-series {
  overflow: visible;
}

.module-latest-series {
  overflow: visible;
  padding-bottom: 40px;
}
.module-latest-series .title-container {
  margin-top: 52px;
}
.module-latest-series img {
  border-radius: 24px;
}
@media screen and (min-width: 50em) {
  .module-latest-series {
    padding: 0;
    padding-bottom: 40px;
    overflow: visible;
  }
}

@media screen and (max-width: 49.9375em) {
  .latest-series-swiper,
  .latest-series-swiper.swiper,
  .swiper.latest-series-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-series-swiper,
  .latest-series-swiper.swiper,
  .swiper.latest-series-swiper {
    overflow: visible !important;
  }
}

@media screen and (min-width: 50em) {
  .swiper-wrapper {
    overflow: visible !important;
  }
}

.latest-series-swiper {
  padding: 0 12px;
  width: 100%;
}
@media screen and (max-width: 49.9375em) {
  .latest-series-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-series-swiper {
    padding: 0;
    overflow: visible;
  }
}

.latest-series-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
@media screen and (max-width: 49.9375em) {
  .latest-series-list {
    width: 100%;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .latest-series-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .latest-series-list {
    width: 100%;
    gap: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
}

.swiper-slide.series-item {
  height: auto;
}
@media screen and (max-width: 49.9375em) {
  .swiper-slide.series-item {
    width: calc((100% - 36px) / 1.25);
    min-width: calc((100% - 36px) / 1.25);
    flex-shrink: 0;
  }
}
@media screen and (min-width: 50em) {
  .swiper-slide.series-item {
    width: auto;
    min-width: auto;
  }
}

.series-item {
  position: relative;
  overflow: hidden;
  background: #ebeae6;
  border-radius: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (max-width: 49.9375em) {
  .series-item {
    width: calc((100% - 36px) / 1.25);
    min-width: calc((100% - 36px) / 1.25);
    scroll-snap-align: start;
  }
}
@media screen and (min-width: 50em) {
  .series-item {
    width: auto;
    min-width: auto;
    scroll-snap-align: none;
  }
}
.series-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.series-item-cover {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 24px;
}
.series-item-cover .series-cover-widescreen,
.series-item-cover .series-cover-portrait {
  transition: transform 0.4s ease;
}
.series-item-cover .series-item-logo-img {
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  .series-item a:hover .series-item-cover .series-cover-widescreen,
  .series-item a:hover .series-item-cover .series-cover-portrait {
    transform: scale(1.05);
  }
  .series-item a:hover .series-item-cover .series-item-logo-img {
    transform: scale(1.1);
  }
}
.series-item-logo {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 49.9375em) {
  .series-item-logo {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.series-item-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.series-item-grid .music-card-cover {
  position: relative;
}
.series-item-grid .music-card-cover img {
  transition: transform 0.4s ease;
}
.series-item-grid .music-card-cover .series-item-logo-img {
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  .series-item-grid .music-card-link:hover .music-card-cover img {
    transform: scale(1.05);
  }
  .series-item-grid .music-card-link:hover .music-card-cover .series-item-logo-img {
    transform: scale(1.1);
  }
}
.series-cover-widescreen,
.series-cover-portrait {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  flex-shrink: 0;
}

.series-cover-portrait {
  aspect-ratio: 3/4;
}

.series-cover-widescreen {
  aspect-ratio: 16/9;
}

.series-cover--mobile {
  display: block;
}
@media screen and (min-width: 50em) {
  .series-cover--mobile {
    display: none;
  }
}

.series-cover--tablet {
  display: none;
}
@media screen and (min-width: 50em) {
  .series-cover--tablet {
    display: block;
  }
}

@media screen and (min-width: 50em) {
  .series-item--landscape .series-cover-portrait {
    aspect-ratio: 16/9;
    object-fit: cover;
  }
}

.series-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.series-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.series-title {
  display: block;
  color: #fff;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 49.9375em) {
  .series-title {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
  }
}
@media screen and (min-width: 90em) {
  .series-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}

.series-description {
  color: rgba(235, 233, 223, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.series-episodes {
  margin: 0;
  color: rgba(235, 233, 223, 0.8);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.module-latest-series .latest-intro {
  margin-bottom: 12px;
}

/*--------------------------------------------------------------
# Latest Series Module - featured series + show all grid
--------------------------------------------------------------*/
.latest-series-featured {
  margin-bottom: 24px;
}

.module-latest-series.module-show-all .module-title {
  margin-bottom: 13px;
}

.latest-series-list.latest-series-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 50em) {
  .latest-series-list.latest-series-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 90em) {
  .latest-series-list.latest-series-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.latest-series-list.latest-series-grid .series-item,
.latest-series-list.latest-series-grid .music-card {
  width: 100%;
  min-width: 0;
}

.series-item.music-card .series-item-link-disabled {
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
# Latest Videos Module
--------------------------------------------------------------*/
.module-latest-videos {
  margin-top: 40px;
  width: 100%;
  overflow: visible;
}

.module-latest-videos .module-title {
  margin-bottom: 13px;
}

@media screen and (max-width: 49.9375em) {
  .latest-videos-swiper,
  .latest-videos-swiper.swiper,
  .swiper.latest-videos-swiper {
    overflow-x: auto !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 50em) {
  .latest-videos-swiper,
  .latest-videos-swiper.swiper,
  .swiper.latest-videos-swiper {
    overflow: visible !important;
  }
}

.latest-videos-swiper {
  padding: 0 12px;
  width: 100%;
}
@media screen and (min-width: 50em) {
  .latest-videos-swiper {
    padding: 0;
    overflow: visible;
  }
}

.latest-videos-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
@media screen and (max-width: 49.9375em) {
  .latest-videos-list {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .latest-videos-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 50em) {
  .latest-videos-list {
    width: 100%;
    gap: 0;
    flex-wrap: nowrap;
    overflow: visible;
    scroll-snap-type: none;
  }
}

.videos-load-more {
  margin-top: 24px;
}
@media screen and (max-width: 89.9375em) {
  .videos-load-more {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Latest Module (articles + music + videos mixed by date)
--------------------------------------------------------------*/
.module-latest {
  margin-top: 40px;
  width: 100%;
}

.latest-intro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.latest-intro-text {
  flex: 1;
  min-width: 0;
}

.latest-intro-more-btn {
  flex-shrink: 0;
}
@media screen and (max-width: 49.9375em) {
  .latest-intro-more-btn {
    padding: 8px 12px;
    font-size: 15px;
    line-height: 16px;
  }
}
@media screen and (min-width: 50em) {
  .latest-intro-more-btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 19px;
  }
}

.latest-intro-headline {
  margin: 0;
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
  color: #221f1b;
}

.latest-intro-subheadline {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  color: rgba(34, 31, 27, 0.8);
}

.latest-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 49.9375em) {
  .latest-grid {
    gap: 12px;
  }
}
@media screen and (min-width: 50em) {
  .latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 90em) {
  .latest-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.latest-more-mobile {
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  background: #221f1b;
  color: #ffffff;
  border: 1px solid #221f1b;
  border-radius: 28px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.latest-more-mobile:visited {
  color: #ffffff;
  background: #221f1b;
  border-color: #221f1b;
}
@media (hover: hover) {
  .latest-more-mobile:hover, .latest-more-mobile:focus {
    background: rgb(11.2590163934, 10.2655737705, 8.9409836066);
    border-color: rgb(11.2590163934, 10.2655737705, 8.9409836066);
    color: #ffffff;
  }
}
@media screen and (min-width: 50em) {
  .latest-more-mobile {
    display: none;
  }
}

.latest-item {
  margin: 0;
  padding-bottom: 8px;
}
@media screen and (max-width: 49.9375em) {
  .latest-item {
    padding-bottom: 28px;
  }
}

.latest-item-type-label {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .latest-item:not(.latest-item--first) .latest-item-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .latest-item:not(.latest-item--first) .latest-item-cover {
    order: 1;
    width: 128px;
    height: 72px;
    flex-shrink: 0;
    margin-bottom: 0;
    border-radius: 12px;
    aspect-ratio: auto;
  }
  .latest-item:not(.latest-item--first) .latest-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .latest-item:not(.latest-item--first) .latest-item-body {
    order: 2;
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
  }
  .latest-item:not(.latest-item--first) .latest-item-type-label {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.42px;
    color: rgba(34, 31, 27, 0.8);
  }
  .latest-item:not(.latest-item--first) .latest-item-subheadline {
    display: none;
  }
  .latest-item:not(.latest-item--first) .latest-item-cover-overlay {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    background: none;
  }
  .latest-item:not(.latest-item--first) .latest-item-cover-overlay .latest-item-new-episode {
    display: none;
  }
  .latest-item:not(.latest-item--first) .latest-item-title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.34px;
  }
}
.latest-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.latest-item-cover {
  width: 100%;
  aspect-ratio: 464/261;
  overflow: hidden;
  background-color: #ebe9df;
  margin-bottom: 12px;
  border-radius: 24px;
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.latest-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

@media (hover: hover) {
  .latest-item-link:hover .latest-item-cover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
    transform: translateY(-12px);
  }
}
.latest-item-cover-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 12px 12px 20px;
  display: flex;
}
@media screen and (min-width: 50em) {
  .latest-item-cover-overlay {
    padding: 16px 16px 16px 24px;
  }
}
.latest-item-cover-overlay {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  border-radius: 0 0 24px 24px;
}

.latest-item-new-episode {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.42px;
  color: #fff;
}

.btn.btn-watch-now.latest-item-play-btn {
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (hover: hover) {
  .btn.btn-watch-now.latest-item-play-btn:hover, .btn.btn-watch-now.latest-item-play-btn:focus {
    background: #ffffff;
    border-color: #ffffff;
  }
}
.btn.btn-watch-now.latest-item-play-btn .btn-icon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 49.9375em) {
  .btn.btn-watch-now.latest-item-play-btn {
    padding: 8px;
    background: transparent;
    border-color: transparent;
  }
}
@media screen and (max-width: 49.9375em) and (hover: hover) {
  .btn.btn-watch-now.latest-item-play-btn:hover, .btn.btn-watch-now.latest-item-play-btn:focus {
    background: transparent;
    border-color: transparent;
  }
}
@media screen and (max-width: 49.9375em) {
  .btn.btn-watch-now.latest-item-play-btn .btn-icon {
    filter: brightness(0) invert(1);
  }
}

.latest-item-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.latest-item-title {
  margin: 0;
  color: #221f1b;
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 600;
  letter-spacing: -0.38px;
}

.latest-item-subheadline {
  margin: 0;
  color: rgba(34, 31, 27, 0.8);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 49.9375em) {
  .latest-item-subheadline {
    -webkit-line-clamp: 2;
  }
}

.latest-item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  font-weight: 400;
  color: rgba(34, 31, 27, 0.8);
}
.latest-item-meta .latest-item-meta-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
  filter: brightness(0) opacity(0.8);
}
@media screen and (min-width: 50em) {
  .latest-item-meta .latest-item-meta-icon {
    width: 20px;
    height: 20px;
  }
}

/*--------------------------------------------------------------
# Series Hero Header
--------------------------------------------------------------*/
.series-hero {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 80px 12px;
  margin-top: 64px;
}
@media screen and (max-width: 49.9375em) {
  .series-hero {
    align-items: flex-end;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 50em) {
  .series-hero {
    margin-top: 72px;
  }
}
@media screen and (min-width: 90em) {
  .series-hero {
    min-height: 500px;
    padding: 136px 12px;
  }
}
body.category .series-hero {
  width: 100%;
  padding: 80px 12px;
}
@media screen and (max-width: 49.9375em) {
  body.category .series-hero {
    min-height: unset;
    height: auto;
    aspect-ratio: 16/9;
    align-items: flex-end;
    padding-bottom: 40px;
    opacity: 0;
    animation: seriesHeroReveal 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  }
}
@media screen and (min-width: 50em) {
  body.category .series-hero {
    height: 400px;
    min-height: 400px;
    aspect-ratio: unset;
    opacity: 0;
    animation: heroHeightGrow 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  }
}
@media screen and (min-width: 90em) {
  body.category .series-hero {
    padding: 136px 12px;
  }
}

@keyframes seriesHeroReveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroHeightGrow {
  from {
    height: 400px;
    opacity: 0;
    min-height: 400px;
  }
  to {
    height: 560px;
    min-height: 560px;
    opacity: 1;
  }
}
@keyframes seriesIntroFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.series-hero-logo {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  aspect-ratio: 1/1;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 49.9375em) {
  .series-hero-logo {
    width: 100%;
    height: auto;
    max-width: none;
    max-height: 100%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.series-hero-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.series-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.series-hero-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.series-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 100em) {
  .series-hero-content {
    padding: 0 12px;
  }
}

.series-hero-title {
  color: #fff;
  font-size: 80px;
  line-height: 88px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 49.9375em) {
  .series-hero-title {
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 700;
  }
}
.series-hero-title h1 {
  margin-bottom: 20px;
}

.series-hero-description {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  max-width: 600px;
  margin: 0 auto 20px auto;
  text-align: center;
}
.series-hero-description p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.series-intro {
  background-color: #221f1b;
  max-width: 700px;
  padding: 40px 12px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 49.9375em) {
  .series-intro {
    padding-bottom: 16px;
  }
}

body.category:has(.series-hero) .series-intro-title {
  opacity: 0;
  animation: seriesIntroFadeIn 0.5s ease-out 0.4s forwards;
}
body.category:has(.series-hero) .series-intro-description,
body.category:has(.series-hero) .series-intro-toggle {
  opacity: 0;
  animation: seriesIntroFadeIn 0.5s ease-out 0.6s forwards;
}
body.category:has(.series-hero) .site-main > .series-content-wrapper {
  opacity: 0;
  animation: seriesIntroFadeIn 0.5s ease-out 0.8s forwards;
}

@media (prefers-reduced-motion: reduce) {
  body.category:has(.series-hero) .series-intro-title,
  body.category:has(.series-hero) .series-intro-description,
  body.category:has(.series-hero) .series-intro-toggle,
  body.category:has(.series-hero) .site-main > .series-content-wrapper {
    opacity: 1;
    animation: none;
  }
}
.series-intro-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.42px;
  margin: 0 0 5px;
  text-align: center;
}

.series-intro-description {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  margin: 0 0 5px;
  text-align: center;
  max-height: 81px;
  overflow: hidden;
}
.series-intro-description p {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 49.9375em) {
  .series-intro-description {
    max-height: 54px;
  }
}

.series-intro-description.is-expanded {
  max-height: none;
}

.series-intro-toggle {
  margin: 0 auto;
  padding: 0;
  border: none;
  background: none;
  color: #ff921f;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
}

@media screen and (max-width: 49.9375em) {
  .series-intro .btn-watch-now {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.series-content-wrapper {
  max-width: 724px;
  padding: 0 12px 40px;
  margin: 0 auto;
}

.series-content-title {
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  padding: 0 12px;
}
@media screen and (max-width: 49.9375em) {
  .series-content-title {
    padding-left: 0;
    padding-right: 0;
  }
}

.series-content .video-card-link {
  position: relative;
  padding: 12px;
  padding-bottom: 16px;
  margin-bottom: 4px;
}
.series-content .video-card-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: rgba(34, 31, 27, 0.1019607843);
}
@media screen and (max-width: 49.9375em) {
  .series-content .video-card-link {
    padding-left: 0;
    padding-right: 0;
  }
  .series-content .video-card-link::after {
    left: 0;
    right: 0;
  }
}

.series-content .video-card:last-child .video-card-link {
  padding-bottom: 12px;
  margin-bottom: 0;
}
.series-content .video-card:last-child .video-card-link::after {
  display: none;
}

@media screen and (max-width: 49.9375em) {
  .series-content .video-thumbnail {
    width: 120px;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.series-content .entry-title-row {
  align-items: flex-start;
}
@media screen and (max-width: 49.9375em) {
  .series-content .entry-title-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}

.series-content .episode-number {
  display: block;
  margin: 0 0 4px;
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.42px;
}

.series-content .entry-title {
  color: #ffffff;
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
  letter-spacing: -0.38px;
}
@media screen and (max-width: 49.9375em) {
  .series-content .entry-title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.34px;
  }
}

.series-content .video-duration {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}

.series-content .entry-summary {
  color: rgba(235, 233, 223, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}

/*--------------------------------------------------------------
# Single Post (Articles) - Light mode, full width
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Single Post (and Editor) - Content typography
--------------------------------------------------------------
 * Mobile: H1 headline/small, H2 title/default, H3 title/small, P body/large, Strong semibold
 * Tablet & Desktop: H1 headline/default, H2 headline/small, H3 title/default, P body/large, Strong semibold
--------------------------------------------------------------*/
article.single-post,
.module-content .single-post {
  width: 100%;
  background-color: #ebeae6;
  color: #221f1b;
  margin: 0;
}

.single-post-featured-image {
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 24px;
}
.single-post-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
  border-radius: 24px;
}

.single-post-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
.single-post-container p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  color: rgba(34, 31, 27, 0.8);
  margin: 0 0 12px;
}
.single-post-container p a {
  color: rgba(34, 31, 27, 0.8);
}
.single-post-container p:last-child {
  margin-bottom: 0;
}
.single-post-container strong {
  font-weight: 600;
}
.single-post-container ul:not(.single-post-tags),
.single-post-container ol {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  color: rgba(34, 31, 27, 0.8);
  margin: 0 0 40px 18px;
}
.single-post-container blockquote {
  background: #ffffff;
  border-radius: 24px;
  padding: 16px;
  margin: 10px 0 28px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  color: rgba(34, 31, 27, 0.8);
}
.single-post-container blockquote p:last-child {
  margin-bottom: 0;
}
.single-post-container blockquote strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: rgba(34, 31, 27, 0.5019607843);
  display: block;
}
.single-post-container h1 {
  font-size: 36px;
  line-height: 39.6px;
  font-weight: 700;
  margin: 0 0 8px;
}
.single-post-container h2 {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 700;
  margin: 0 0 12px;
}
.single-post-container h3 {
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
  margin: 1.25em 0 0.5em;
}
.single-post-container h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 50em) {
  .single-post-container h1 {
    font-size: 52px;
    line-height: 57.2px;
  }
  .single-post-container h2 {
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 700;
  }
  .single-post-container h3 {
    font-size: 24px;
    line-height: 31.2px;
  }
}
.single-post-container ul:not(.single-post-tags),
.single-post-container ol {
  margin: 0 0 40px 0;
  padding-left: 18px;
  color: rgba(34, 31, 27, 0.8);
}
@media screen and (min-width: 50em) {
  .single-post-container h1,
  .single-post-container h2,
  .single-post-container h3,
  .single-post-container p,
  .single-post-container ul:not(.single-post-tags),
  .single-post-container ol {
    padding-left: 124px;
    padding-right: 124px;
  }
  .single-post-container ul:not(.single-post-tags),
  .single-post-container ol {
    margin-left: 18px;
  }
  .single-post-container p:has(img) {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post-container blockquote p {
    padding-left: 0;
    padding-right: 0;
  }
  .single-post-container blockquote {
    max-width: calc(100% - 248px);
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 37.5em) {
  .single-post-container {
    max-width: 972px;
    box-sizing: border-box;
  }
}

.single-post-header {
  margin: 0 0 24px;
}

.single-post-title {
  color: #221f1b;
}
@media screen and (min-width: 50em) {
  .single-post-title {
    font-size: 52px;
    line-height: 57.2px;
  }
}

.single-post-container h2.single-post-subtitle {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: rgba(34, 31, 27, 0.8);
  margin: 0 0 40px;
}

.single-post-content {
  color: #221f1b;
  margin: 0;
}
.single-post-content img {
  border-radius: 24px;
  margin-top: 28px;
}
.single-post-content p:last-child {
  margin-bottom: 40px;
}

.single-post-container ul.single-post-tags {
  margin: 0 0 32px;
  padding: 0;
}

@media screen and (min-width: 50em) {
  .single-post-container ul.single-post-tags {
    padding-left: 124px;
    padding-right: 124px;
  }
}
.single-post-tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.single-post-tags a {
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: #221f1b;
  padding: 8px 12px;
  margin-right: 8px;
  margin-bottom: 8px;
  background: rgba(34, 31, 27, 0.05);
  border-radius: 28px;
  text-decoration: none;
}
.single-post-tags a:hover {
  text-decoration: underline;
}

.single-post + .post-navigation {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Single Video (Hero)
--------------------------------------------------------------*/
body.single-video {
  padding-top: 64px;
}
@media screen and (min-width: 50em) {
  body.single-video {
    padding-top: 72px;
  }
}

.video-hero {
  padding: 0 12px 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 49.9375em) {
  .video-hero {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 90em) {
  .video-hero {
    padding-top: 16px;
  }
}

.video-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 90em) {
  .video-hero-inner {
    max-width: 1178px;
  }
}

.video-hero-player {
  margin-bottom: 40px;
}

@media screen and (max-width: 49.9375em) {
  .video-hero-meta {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.video-player-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px 1px rgba(0, 0, 0, 0.06);
  background: #ffffff;
  position: relative;
  z-index: 0;
}
.video-player-frame iframe,
.video-player-frame img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}

.video-hero-meta {
  max-width: 724px;
  margin: 0 auto;
}

.video-series-name {
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
  margin: 0 0 6px 0;
}

.video-series-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 10px;
  padding-right: 12px;
  max-width: 200px;
  margin-bottom: 16px;
}

.video-series-back-btn .btn-text {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-series-back-btn-icon.btn-icon {
  color: inherit;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("assets/icons/icon.chevron.left.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("assets/icons/icon.chevron.left.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.video-series-back-btn.btn.btn-secondary .video-series-back-btn-icon.btn-icon {
  filter: none;
}

.video-episode-number {
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
  margin: 0 0 6px 0;
}

.video-title {
  margin: 0 0 8px 0;
  font-size: 36px;
  line-height: 39.6px;
  font-weight: 700;
  letter-spacing: -0.72px;
}

.video-description {
  margin: 0;
  color: rgba(34, 31, 27, 0.8);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: -0.54px;
}

.next-episode-label {
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.3px;
  margin: 0 0 12px 0;
}

.next-episode-container {
  margin-top: 20px;
  border: 0;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width: 50em) {
  .next-episode-container {
    border: 1px solid rgba(34, 31, 27, 0.1019607843);
    border-radius: 12px;
    padding: 12px;
  }
}
.next-episode-container .video-card {
  background: transparent;
}
.next-episode-container .video-card-link {
  padding: 0;
  align-items: center;
}
.next-episode-container .video-thumbnail {
  width: 120px;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}
.next-episode-container .entry-title {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: -0.34px;
  padding-top: 0;
}
.next-episode-container .video-duration {
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.48px;
}

.related-content-container {
  margin-top: 40px;
  border-top: 1px solid rgba(34, 31, 27, 0.1019607843);
  width: 100%;
}

.related-content-inner {
  max-width: 724px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 0;
}

.related-songs-and-videos {
  margin-bottom: 24px;
}
.related-songs-and-videos h2 {
  font-size: 36px;
  line-height: 39.6px;
  font-weight: 700;
  color: #221f1b;
  margin: 0 0 24px 0;
}

.related-content-subtitle {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(34, 31, 27, 0.5019607843);
  margin: 16px 0 12px 0;
}
.related-content-subtitle:first-child {
  margin-top: 0;
}

.related-cards-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.related-cards-list .video-card {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-content-border-default, rgba(34, 31, 27, 0.1019607843));
}
.related-cards-list .video-card:last-child {
  border-bottom: none;
}

.related-articles,
.related-music,
.related-songs,
.related-videos {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(34, 31, 27, 0.1019607843);
}
.related-articles:first-child,
.related-music:first-child,
.related-songs:first-child,
.related-videos:first-child {
  margin-top: 0;
}
.related-articles:last-child,
.related-music:last-child,
.related-songs:last-child,
.related-videos:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.related-articles h2,
.related-music h2,
.related-songs h2,
.related-videos h2 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(34, 31, 27, 0.5019607843);
  margin: 0 0 12px 0;
}

/*--------------------------------------------------------------
# Single Song (Hero)
--------------------------------------------------------------*/
.song-hero {
  padding: 0px 0px 48px;
  position: relative;
  z-index: 1;
}

.song-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (min-width: 90em) {
  .song-hero-inner {
    max-width: 1178px;
  }
}

.song-hero-player {
  margin-bottom: 40px;
}

.song-player-frame-wrap {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.05), 0 5px 8px 0 rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.song-player-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.song-player-frame iframe,
.song-player-frame img {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  object-fit: cover;
}
.song-player-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.song-hero-meta {
  max-width: 724px;
  margin: 0 auto;
}

.song-series-name {
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(34, 31, 27, 0.5019607843);
  margin: 0 0 6px 0;
}

.song-title {
  margin: 0 0 8px 0;
}
@media screen and (max-width: 89.9375em) {
  .song-title {
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 700;
  }
}
@media screen and (min-width: 90em) {
  .song-title {
    font-size: 52px;
    line-height: 57.2px;
    font-weight: 700;
  }
}

.song-sub-headline {
  margin: 0 0 8px 0;
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.song-description {
  margin: 0;
  color: rgba(34, 31, 27, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.song-meta {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 24px;
  align-items: baseline;
}

.song-meta-label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(34, 31, 27, 0.8);
}

.song-meta-value {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #221f1b;
}
.song-meta-value a:not(.song-meta-link-btn) {
  color: #221f1b;
  text-decoration: underline;
}
.song-meta-value a:not(.song-meta-link-btn):hover {
  text-decoration: none;
}

.song-meta-links {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 89.9375em) {
  .song-meta-links {
    flex-direction: column;
  }
}

.song-meta-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
}
.song-meta-link-btn .btn-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
@media screen and (max-width: 89.9375em) {
  .song-meta-link-btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}

.song-meta-cover {
  grid-column: 1/-1;
}
.song-meta-cover img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Video Card (Category Page)
--------------------------------------------------------------*/
.video-card {
  background: #ebeae6;
  margin-bottom: 0px;
  border-radius: 0;
  overflow: hidden;
}

.video-card-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.video-thumbnail {
  flex-shrink: 0;
  width: 160px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
}
.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 49.9375em) {
  .video-thumbnail {
    width: 97px;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.video-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.entry-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}

.entry-title {
  color: #221f1b;
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
  margin: 0;
  padding-top: 0;
  flex: 1;
  min-width: 0;
}
.entry-title a {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 49.9375em) {
  .entry-title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
  }
}

.video-duration {
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
  white-space: nowrap;
  flex-shrink: 0;
}

.episode-number {
  display: block;
  margin: 0 0 4px;
  color: rgba(34, 31, 27, 0.5019607843);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.42px;
}

.entry-header > .video-duration {
  display: block;
  margin-top: 4px;
}

.entry-summary {
  color: rgba(34, 31, 27, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 49.9375em) {
  .entry-summary {
    display: none;
  }
}

.coming-soon-message {
  text-align: center;
  color: rgba(34, 31, 27, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 40px 12px;
  margin: 0;
}

/*--------------------------------------------------------------
# Other videos grid (latest-series module when show_all – videos with no series)
--------------------------------------------------------------*/
.other-videos-section {
  margin-top: 40px;
}

.other-videos-list.other-videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 50em) {
  .other-videos-list.other-videos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.other-videos-grid .other-video-item,
.other-videos-grid .music-card {
  width: 100%;
  min-width: 0;
}

.other-videos-grid .music-card-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 4px 0;
}

.other-videos-grid .music-card-title-row .music-card-title {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.other-videos-grid .music-card-title-row .music-card-duration {
  margin: 0;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Header Media Elements Module
--------------------------------------------------------------*/
.module-header-media-elements {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.module-header-media-elements--title-only {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 50em) {
  .module-header-media-elements--title-only {
    min-height: 240px;
  }
}
.module-header-media-elements--title-only .module-headline {
  position: static;
  padding: 24px 12px;
  pointer-events: auto;
}
@media screen and (min-width: 90em) {
  .module-header-media-elements--title-only .module-headline {
    padding: 40px 12px;
  }
}

.header-media-image-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 89.9375em) {
  .header-media-image-wrap {
    height: 220px;
  }
}

.header-media-img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 89.9375em) {
  .header-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-media-img--fallback {
  transition: opacity 0.2s ease;
}

.header-media-bg-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.header-media-image-wrap--lottie-mask.is-lottie-mask-loaded .header-media-img--fallback {
  opacity: 0;
}

.header-media-image-wrap--lottie-mask.is-lottie-mask-loaded .header-media-bg-svg {
  opacity: 1;
}

.header-media-lottie-source {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.header-media-image-wrap--lottie-mask .header-media-img--fallback {
  opacity: 0;
}

.header-media-lottie {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.header-media-lottie svg {
  display: block;
  width: 100%;
  height: 100%;
}

.header-media-lottie.is-loaded {
  opacity: 1;
}

.header-media-img--masked {
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}

.module-header-media-elements .module-headline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
  color: #221f1b;
  text-align: center;
  font-size: 36px;
  line-height: 39.6px;
  font-weight: 700;
  padding: 80px 12px;
}
.module-header-media-elements .module-headline strong {
  color: #ff921f;
}
@media screen and (min-width: 50em) {
  .module-header-media-elements .module-headline {
    font-size: 52px;
    line-height: 57.2px;
  }
}
@media screen and (min-width: 90em) {
  .module-header-media-elements .module-headline {
    font-size: 52px;
    line-height: 57.2px;
    padding-top: 136px;
    padding-bottom: 136px;
  }
}

.module-header-media-elements.is-hero-reveal-init .module-headline {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.65s ease;
}

.module-header-media-elements.is-hero-reveal-init.is-headline-revealed .module-headline {
  opacity: 1;
  transform: translateY(0);
}

.module-header-media-elements--lottie-mask .module-headline {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.module-header-media-elements--lottie-mask.is-headline-revealed .module-headline {
  opacity: 1;
  transform: translateY(0);
}

.modules > .module.is-delayed-reveal-init .module-title,
.modules > .module.is-delayed-reveal-init .latest-intro {
  opacity: 0;
  transform: translateY(18px);
  transition: none;
}
.modules > .module.is-delayed-reveal-init .latest-grid,
.modules > .module.is-delayed-reveal-init .latest-music-list,
.modules > .module.is-delayed-reveal-init .latest-articles-list,
.modules > .module.is-delayed-reveal-init .latest-series-featured,
.modules > .module.is-delayed-reveal-init .latest-series-list,
.modules > .module.is-delayed-reveal-init .latest-videos-swiper,
.modules > .module.is-delayed-reveal-init .latest-videos-list {
  opacity: 0;
  transform: translateY(24px);
  transition: none;
}

.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .module-title,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-intro {
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-grid,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-music-list,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-articles-list,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-series-featured,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-series-list,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-videos-swiper,
.modules > .module.is-delayed-reveal-init.is-delayed-reveal-animate .latest-videos-list {
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.modules > .module.is-delayed-reveal-title .module-title,
.modules > .module.is-delayed-reveal-title .latest-intro {
  opacity: 1;
  transform: translateY(0);
}

.modules > .module.is-delayed-reveal-rows .latest-grid,
.modules > .module.is-delayed-reveal-rows .latest-music-list,
.modules > .module.is-delayed-reveal-rows .latest-articles-list,
.modules > .module.is-delayed-reveal-rows .latest-series-featured,
.modules > .module.is-delayed-reveal-rows .latest-series-list,
.modules > .module.is-delayed-reveal-rows .latest-videos-swiper,
.modules > .module.is-delayed-reveal-rows .latest-videos-list {
  opacity: 1;
  transform: translateY(0);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  overflow-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ebe9df;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #ff921f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Breakpoint Indicator (Development Tool)
--------------------------------------------------------------*/
/**
 * Visual indicator showing current breakpoint
 * Remove or comment out in production
 */
.breakpoint-indicator {
  display: none !important;
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  font-family: monospace;
  font-size: 12px;
  z-index: 99999;
  pointer-events: none;
}
@media screen and (max-width: 37.4375em) {
  .breakpoint-indicator {
    display: none !important;
  }
}
.breakpoint-indicator::after {
  content: "XS (< 600px)";
}
@media screen and (min-width: 37.5em) {
  .breakpoint-indicator::after {
    content: "SMALL (≥ 600px)";
  }
}
@media screen and (min-width: 50em) {
  .breakpoint-indicator::after {
    content: "TABLET (≥ 800px)";
  }
}
@media screen and (min-width: 90em) {
  .breakpoint-indicator::after {
    content: "DESKTOP (≥ 1440px)";
  }
}
@media screen and (min-width: 100em) {
  .breakpoint-indicator::after {
    content: "LARGE-DESKTOP (≥ 1600px)";
  }
}

/*--------------------------------------------------------------
# Dark Mode Utility
--------------------------------------------------------------*/
/**
 * Dark mode container utility class
 * Applies dark background and on-content color variables to all elements inside
 * 
 * Usage: Add class "dark-mode" to any container
 * Example: <div class="dark-mode">...</div>
 */
.dark-mode {
  background-color: var(--color-surface-default);
  color: var(--color-content-default);
  --color-content-default: #ffffff;
  --color-content-muted: rgba(255, 255, 255, 0.8);
  --color-content-hint: rgba(255, 255, 255, 0.5);
  --color-content-border-default: rgba(255, 255, 255, 0.1);
  --color-content-border-muted: rgba(255, 255, 255, 0.05);
  --color-content-interactive: #ffba51;
  --color-surface-default: #221f1b;
  --color-surface-raised: #2b2822;
  --color-surface-indent: #171512;
  --color-surface-transparent: rgba(34, 31, 27, 0.7);
  --color-interactive-primary-surface: #ffba51;
  --color-interactive-primary-content-default: #221f1b;
  --color-interactive-primary-content-muted: rgba(34, 31, 27, 0.6);
  --color-interactive-secondary-surface: rgba(255, 255, 255, 0.05);
  --color-interactive-secondary-content-default: #ffffff;
  --color-interactive-secondary-content-muted: rgba(255, 255, 255, 0.6);
}
.dark-mode .site-header {
  background: rgba(34, 31, 27, 0.7);
  border-bottom: 1px solid var(--color-content-border-default);
}
.dark-mode .site-header.site-header--scrolled {
  border-bottom: 1px solid var(--color-content-border-default);
}
.dark-mode .site-logo-circle {
  background-color: var(--color-content-default);
}
.dark-mode .site-header .btn.header-share-btn {
  background-color: #ffffff;
  color: #221f1b;
  border-color: #ffffff;
}
.dark-mode .site-header .btn.header-share-btn:hover, .dark-mode .site-header .btn.header-share-btn:focus {
  background-color: #ffffff;
  color: #221f1b;
  border-color: #ffffff;
}
.dark-mode .site-header-inner .main-navigation a {
  color: var(--color-content-default);
}
.dark-mode .site-header-inner .main-navigation a:hover, .dark-mode .site-header-inner .main-navigation a:focus {
  color: var(--color-content-default);
}
.dark-mode .site-header-inner .main-navigation .current-menu-item > a {
  color: var(--color-content-default);
}
.dark-mode:not(.home):not(.front-page) .site-header-inner .main-navigation li:not(.current-menu-item) > a {
  color: var(--color-content-hint);
}
.dark-mode:not(.home):not(.front-page) .site-header-inner .main-navigation li:not(.current-menu-item) > a:hover, .dark-mode:not(.home):not(.front-page) .site-header-inner .main-navigation li:not(.current-menu-item) > a:focus {
  color: var(--color-content-default);
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6,
.dark-mode .h1, .dark-mode .h2, .dark-mode .h3, .dark-mode .h4, .dark-mode .h5, .dark-mode .h6 {
  color: var(--color-content-default);
}
.dark-mode .series-intro-title {
  color: var(--color-content-hint);
}
.dark-mode p, .dark-mode span, .dark-mode div, .dark-mode li, .dark-mode td, .dark-mode th, .dark-mode label {
  color: var(--color-content-default);
}
.dark-mode a {
  color: var(--color-interactive-secondary-content-default);
}
.dark-mode a:hover, .dark-mode a:focus {
  color: var(--color-content-interactive);
}
.dark-mode {
  border-color: var(--color-content-border-default);
}
.dark-mode .entry-title,
.dark-mode .entry-title a {
  color: var(--color-content-default);
}
.dark-mode .entry-summary,
.dark-mode .entry-content,
.dark-mode .entry-meta {
  color: var(--color-content-muted);
}
.dark-mode label,
.dark-mode small,
.dark-mode .video-duration,
.dark-mode .series-content-title {
  color: var(--color-content-hint);
}
.dark-mode .video-series-name {
  color: var(--color-content-hint);
}
.dark-mode .video-card {
  background: var(--color-surface-default);
}
.dark-mode .video-card .entry-title {
  color: var(--color-content-default);
}
.dark-mode .video-card .video-duration {
  color: var(--color-content-hint);
}
.dark-mode .video-card .entry-summary {
  color: var(--color-content-muted);
}
.dark-mode .series-content .entry-title {
  color: var(--color-content-default);
}
.dark-mode .series-content .video-duration {
  color: var(--color-content-hint);
}
.dark-mode .series-content .entry-summary {
  color: var(--color-content-muted);
}
.dark-mode .series-content .episode-number {
  color: var(--color-content-hint);
}
.dark-mode .episode-number {
  color: var(--color-content-hint);
}
.dark-mode .series-content .video-card-link::after {
  background-color: var(--color-content-border-default);
}
.dark-mode .mobile-nav-icon[style*="--icon-mask"] {
  background-color: var(--color-content-hint);
}
.dark-mode .mobile-nav-label {
  color: var(--color-content-hint);
}
.dark-mode .main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--color-content-default);
  font-size: 19px;
  line-height: 24.7px;
  font-weight: 700;
  padding: 0;
  white-space: nowrap;
  transition: color 0.2s ease;
}
@media screen and (min-width: 50em) {
  .dark-mode .main-navigation a {
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: -0.34px;
  }
}
.dark-mode .main-navigation a:hover, .dark-mode .main-navigation a:focus {
  color: var(--color-content-default);
}
.dark-mode .module-header-media-elements .module-headline {
  color: var(--color-content-default);
}
.dark-mode .btn.btn-copied {
  color: var(--color-interactive-primary-content-default);
}
.dark-mode .video-series-back-btn.btn.btn-secondary {
  background: var(--color-interactive-secondary-surface);
  color: var(--color-interactive-secondary-content-default);
}
.dark-mode .next-episode-container {
  border-color: var(--color-content-border-default);
}
.dark-mode .next-episode-label {
  color: var(--color-content-hint);
}
.dark-mode .related-articles h2,
.dark-mode .related-music h2,
.dark-mode .related-songs h2,
.dark-mode .related-videos h2,
.dark-mode .related-content-subtitle {
  color: var(--color-content-hint);
}
.dark-mode .related-content-container {
  border-top-color: var(--color-content-border-default);
}
.dark-mode .site-footer .footer-copyright,
.dark-mode .site-footer .site-info {
  color: var(--color-content-hint);
}
.dark-mode .site-footer .footer-lang-select {
  color-scheme: dark;
  background-color: var(--color-surface-default);
  color: var(--color-content-default);
}
.dark-mode .site-footer .footer-lang-select option,
.dark-mode .site-footer .footer-lang-select optgroup {
  background-color: var(--color-surface-default);
  color: var(--color-content-default);
}
.dark-mode .site-footer .footer-lang-chevron {
  filter: invert(1);
}
