/* ==========================================================================
   @FONT-FACE — Noto Sans (auto-hébergé, RGPD-conforme)
   Variable fonts, axe poids uniquement (100–900).
   Subsets : latin · latin-ext · cyrillic · cyrillic-ext (DE, UA)
             arabic (AR, FA, Dari)
   ========================================================================== */

/* --- Noto Sans · Latin --------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-latin-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,
                 U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,
                 U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-latin-wght-italic.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,
                 U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,
                 U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

/* --- Noto Sans · Latin Extended ------------------------------------------ */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-latin-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,
                 U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,
                 U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-latin-ext-wght-italic.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,
                 U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,
                 U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* --- Noto Sans · Cyrillic (Ukrainien) ------------------------------------ */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-cyrillic-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-cyrillic-wght-italic.woff2') format('woff2-variations');
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

/* --- Noto Sans · Cyrillic Extended --------------------------------------- */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-cyrillic-ext-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-cyrillic-ext-wght-italic.woff2') format('woff2-variations');
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

/* --- Noto Sans Arabic · Arabe + Persan/Dari (pas d'italique) ------------- */
@font-face {
  font-family: 'Noto Sans Arabic';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/noto-sans-arabic-arabic-wght-normal.woff2') format('woff2-variations');
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,
                 U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,
                 U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC;
}

/* ==========================================================================
   END @FONT-FACE
   ========================================================================== */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1.5;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	position: relative;
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	color: inherit;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, button, textarea, select {
	font: inherit;
}

input {
	appearance: none;
}

audio, canvas, iframe, img, svg, video {
	display: block;
	max-width: 100%;
}

/* Prevents img without src to appear */
img:not([src]) {
	visibility: hidden;
}

/* Disables animations for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    * { transition: none !important; }
}

/* ==========================================================================
Theme Custom Style
========================================================================== */

:root {
    /* Neutral Light Mode */
    --bg: #FFFFFF;
    --bg-subtle: #F7F9FB;
    --block: #EEF2F6;
    --surface: #EEF2F6;
    --surface-border: #DCE3EA;
    --border: #DCE3EA;
    --divider: #C7D0DA;
    --muted: #8A96A3;
    --text-secondary: #4A5561;
    --text-primary: #0E1621;
    /* Neutral Dark Mode */
    --bg-dark: #0B1118;
    --bg-subtle-dark: #111A24;
    --surface-dark: #162230;
    --border-dark: #1F2D3D;
    --divider-dark: #2A3A4D;
    --muted-dark: #8A98A8;
    --text-secondary-dark: #B4C0CF;
    --text-primary-dark: #E1E7EF;    
    /* Berlin */
    --berlin-soft: #D6EEEE;
    --berlin: #1A7579;
    --berlin-dark: #0F4F52;
    --berlin-border: rgba(26,117,121,.15);
    /* Frankfurt */
    --frankfurt-soft: #EBF6FE;
    --frankfurt: #0078CF;
    --frankfurt-dark: #004F8A;
    --frankfurt-border: rgba(0,120,207,.15);
    /* Hamburg */
    --hamburg-soft: #E2ECF6;
    --hamburg: #08539A;
    --hamburg-dark: #06325E;
    --hamburg-border: rgba(8,83,154,.15);
    /* Fonts */    
    --white: var(--bg);
    --black: var(--text-primary);
    --text-label: var(--text-primary);
    --sans: "Noto Sans", 'Helvetica', sans-serif;  
    /* Layout */
    --grid-cols: 5;
    --grid-gutter: 15px;
    --total-gaps: calc(4 * var(--grid-gutter));
    --col-width: calc((100% - var(--total-gaps)) / var(--grid-cols));
    --space: 15px;
    /* Radius scale */
    --radius-xs: 4px;
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --radius-xxl: 40px;
    --radius-pill: 9999px;
    /* Buttons & Tags */
    --button-radius: var(--radius-md);
    --button-padding-y: 8px;
    --button-padding-x: 8px;
    /* Tags / Chips */
    --tag-radius: var(--radius-pill);
    --tag-padding-y: 6px;
    --tag-padding-x: 12px;
    --tag-font-size: 0.875rem;
}

/* Variables for City Pages */

:root #berlin-page {
  --black: var(--berlin);
  --surface: var(--berlin-soft);
  --surface-border: var(--berlin-border);
  --text-label: var(--berlin);
}

:root #frankfurt-page {
  --black: var(--frankfurt);
  --surface: var(--frankfurt-soft);
  --surface-border: var(--frankfurt-border);
  --text-label: var(--frankfurt);
}

:root #hamburg-page {
  --black: var(--hamburg);
  --surface: var(--hamburg-soft);
  --surface-border: var(--hamburg-border);
  --text-label: var(--hamburg);
}

body {
    background-color: var(--bg);
    color: var(--text-primary);
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    font-optical-sizing: auto;
    font-size: 100%;
    line-height: 1.5em;
    font-weight: 450;
}

main, section, header, footer {
	position: relative;
}

/* MEDIAS */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
}

.fw__figure {
    margin-bottom: 20px;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1em;
}

h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25em;
}

h3 {
    line-height: 1.25em;
}

p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

p:last-of-type {
    margin-bottom: 0;
}

.p-large p {
    font-size: 1.125rem;
}

a {
	color: inherit;
	text-decoration: none;
}

time, .top-title, .label-large {
    font-size: .875rem;
    font-weight: 500;
    color: var(--text-secondary);
}

time, .top-title, .news-card__separator {
    color: var(--text-label);
}

figcaption {
    position: absolute;
    font-size: .75rem;
    color: var(--text-secondary);
    font-weight: 500;
    padding: 4px 0 0;
}

.text-600 {
    font-weight: 600;
}

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

/* ICONS */

.material-symbols-outlined {
    color: var(--black);
}

.icon--filled {
    font-variation-settings: 'FILL' 1;
}
.icon--weight-300 {
    font-variation-settings: 'wght' 300;
}

/* ==========================================================================
   Buttons & Tags
   ========================================================================== */

/* Buttons */

button, .button {
    cursor: pointer;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .875rem;
  font-weight: 500;
  color: var(--white);
  background-color: var(--black);
  padding: 10px var(--button-padding-x);
  border-radius: var(--button-radius);
}

.fw-button {
    width: 100%;
}


/* Chips */

.chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: var(--radius-sm);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
}

.chip--assist {
    background-color: var(--black);
    color: var(--white);
}

.chip__icon {
    font-size: 0.75rem;
}

/* Buttons and Links Feedbacks */

button:hover, 
.button:hover {
   opacity: .75;
}

/* ==========================================================================
   Layout
   ========================================================================== */

.section {
    padding: 20px 0;
}

.section__header {
    padding: 0 0 15px;
}

.container {
  position: relative;
  margin: 0 15px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

.justify-center {
    justify-content: center;
    align-items: center;
}

.align-center {
    align-items: center;
}

.margin-top {
    margin-top: 20px;
}

/* COLUMNS */

.col-one {
  width: calc(1 * var(--col-width) + 0 * var(--grid-gutter));
}

.col-two {
  width: calc(2 * var(--col-width) + 1 * var(--grid-gutter));
}

.col-three {
  width: calc(3 * var(--col-width) + 2 * var(--grid-gutter));
}

.col-four {
  width: calc(4 * var(--col-width) + 3 * var(--grid-gutter));
}

.col-five {
  width: calc(5 * var(--col-width) + 4 * var(--grid-gutter));
}

/* Divider */

.divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--border);
}
/* ==========================================================================
   Borders
   ========================================================================== */

/* Borders */

.neutral-border {
    border: 1px solid var(--border);
}

.border-bottom {
    border-bottom: 1px solid var(--border);
}

/* Border Radius */

.radius-sm { border-radius: var(--radius-sm);}
.radius-md { border-radius: var(--radius-md);}
.radius-lg { border-radius: var(--radius-lg);}

/* ==========================================================================
   Colors
   ========================================================================== */

/* Colors */

.muted { color: var(--muted);}
.text-secondary { color: var(--text-secondary);}

/* Backgrounds */

.bg-berlin { background-color: var(--berlin) !important; color: var(--white);}
.bg-frankfurt { background-color: var(--frankfurt) !important; color: var(--white);}
.bg-hamburg { background-color: var(--hamburg) !important; color: var(--white);}

.bg-subtle { background-color: var(--bg-subtle);}
.bg-surface { background-color: var(--surface);}
.bg-block { background-color: var(--block);}

/* ==========================================================================
   Accessibility
   ========================================================================== */

.a11y-skip-link {
    display: none;
}

.a11y-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==========================================================================
   Header
   ========================================================================== */

.header__top {
    padding: 10px 0;
}   
.header__segmented {
    padding: 5px 0 10px;
}

.header__icon-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.segmented {
    padding: 2px;
    justify-content: space-around;
    flex-shrink:1;
}

.segmented li {
    flex-shrink: 1;
    flex-basis: 25%;
    border-radius: var(--radius-md);
    color: var(--text-secondary);
}

.segmented li a {
    display: block;
    padding: 7px 14px;    
    font-size: .875rem;
    text-align: center;    
}

.segmented li.current-menu-item {
    background-color: var(--black);
    color: var(--white) !important;
}

.segmented .bg-berlin:not(.current-menu-item),
.segmented .bg-frankfurt:not(.current-menu-item),
.segmented .bg-hamburg:not(.current-menu-item) {
  background-color: transparent !important;
  color: var(--text-primary);
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
    font-size: .875rem;
}

.footer__links li {
    flex-shrink: 1;
    flex-basis: 50%;
    margin: 10px 0;
}

.footer__logos {
    gap: 30px;
}

.footer__logo-item {
    flex-shrink: 1;
    flex-basis: calc(33.3333% - 30px);
    margin: 7.5px 0;
}

.footer__logo-item img {
  border-radius: 0;
}


.footer__social-list {
    padding: 10px 0;
    gap: 30px;
}

.footer__theme-toggle {
    margin: 20px auto 0;
}

.cta__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--bg-subtle);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    cursor: pointer;
}

/* ==========================================================================
   Flickity v2.3.0
   https://flickity.metafizzy.co
   ========================================================================== */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* ==========================================================================
   Main Nav
   ========================================================================== */

body[data-menu-open] {
    overflow: hidden;
}

.menu {
    position: fixed;
    inset: 0;
    background-color: var(--white);
    z-index: 1;
}

/* Search Bar */

.menu__search {
    padding: 10px 0;
}

.menu-search__label {
    display: none;
}

.menu-search__field {
    background-color: var(--bg);

    padding: 4px;
}

.menu-search__field input {
    background-color: var(--bg);
    flex-shrink: 1;
    flex-basis: 100%;
    padding: 10px;
}

.menu-search__field input::placeholder,
.menu-search__field input {
    opacity: 1;
    color: var(--text-secondary);
}

.menu-search__submit {
    width: 70px;
}

/* Navigation by Categoeries */

.menu-sections__item {
    border-bottom: 1px solid var(--border);
}

.menu-sections__item:last-of-type {
    border-bottom: none;
}

.menu-section__summary {
    font-weight: 600;
    padding: 10px 0;
}

.menu-section__content .menu-chips {
    gap: 5px;
    padding-bottom: 15px;
}

.menu-chips__item {
width: calc(50% - 3px);
}

.menu-section__content .menu-chips .menu-chips__chip {
    display: flex;
    justify-content: center;
    padding: 10px 10px;
    background-color: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm)
}

.menu-section__content .menu-chips .menu-chips__chip.menu-chips__chip--selected {
   background-color: var(--black); 
   color: var(--white);
}

/* ==========================================================================
   News Teasers — compact headline list
   ========================================================================== */

.news-teaser {
    display: block;
    width: 240px;
    padding: 0 15px;
}

.news-teaser__meta {
    color: var(--text-secondary);
    margin-bottom: 4px;
}

.news-teaser__sep {
  margin: 0 3px;
}

/* ==========================================================================
   Hero Card — Story of the Day
   ========================================================================== */

.hero-card {
    display: flex;
    flex-direction: column;
}

.card__item .hero-card {
    width: calc(80vw - 30px);
    margin: 0 0 0 15px;
}

.card__item:last-of-type .hero-card {
    margin-right: 15px;
}

.hero-card__media {
    display: block;
    position: relative;
}

/* Play Button */

.video__play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(220, 227, 234, 0.20);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border);
    border-radius: 50%;
    color: #fff;
}

.flex > .video__play {
    min-width: 44px;
    max-width: 44px;
}

.video__play-icon {
    font-size: 1rem;
    margin-left: 3px;
}

.hero-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 15px 0;
}

.hero-card__excerpt {
    margin-bottom: 0;
}

/* Author */

.hero-card__byline {
    color: var(--text-secondary);
}

.hero-card__byline,
.single__byline {
    font-size: 0.875rem;
    margin: 7px 0 0;
}

.hero-card__byline-prefix {
    margin-right: 2px;
}

.hero-card__author,
.single__author {
    text-decoration: underline;
}

/* ==========================================================================
   News List — titled section with card list
   ========================================================================== */

.news-list {
    display: flex;
    flex-direction: column;
}

.news-list__item {
    border-bottom: 1px solid var(--surface-border);
}

.news-list__item:last-of-type {
    border-bottom: none;
}

.news-card {
    padding: 15px 0;
}

.news-list__item:first-of-type .news-card {
    padding: 0 0 15px;
}

.news-list__item:last-of-type .news-card {
    padding: 15px 0 0;
}

/* ==========================================================================
   Explore City Section
   ========================================================================== */

.cta--block {
    padding: 20px;
}

.cta--block h3 {
    margin-bottom: 20px;
}

.city-explore__actions {
    gap: 7.5px;
}

.city-explore__button {
    display: block;
    width: 33.3333%;
    padding: 9px 9px;
    font-size: .875rem;
    text-align: center;
}

.fw-button {
    padding: 8px 8px 8px 16px;
}

.cta__action {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: var(--radius-sm);
    background-color: var(--surface);
    color: var(--black);
}

.cta__action svg {
  fill: var(--black);
}

/* ==========================================================================
   Newsletter Block
   ========================================================================== */

.newsletter__field {
    background-color: var(--bg);
    padding: 4px;
}

.newsletter__field input {
    background-color: var(--bg);
    flex-shrink: 1;
    flex-basis: 100%;
    padding: 10px;
}

.newsletter__label {
    display: none;
}

.newsletter__field input::placeholder,
.newsletter__field input {
    opacity: 1;
    color: var(--text-primary);
}

/* Legal Disclaimer */

.newsletter__legal {
    color: var(--text-secondary);
    font-size: .75rem;
    max-width: 180px;
    margin: 10px auto 0;
}

.newsletter__legal a {
    text-decoration: underline;
}

/* ==========================================================================
   Dynamic Tags Block
   ========================================================================== */

.tags-nav__item {
    font-size: .875rem;
}

.tags-nav__item:last-of-type {
    margin-bottom: 20px;
}

/* ==========================================================================
   Article Blocks
   ========================================================================== */

/* Feature Article */

.article-feature__media {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.article-feature__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(34, 34, 34, .5) 0%, rgba(34, 34, 34, 0) 100%);
    border-radius: var(--radius-md);
}

.article__overlay {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.article__overlay .top-title,
.article__overlay h3 {
    color: var(--white);
}

.article__overlay h3 {
    font-size: 1.5rem;
}

/* Feature Video Article */

.video-feature .article__overlay h3 {
    font-size: 1.125rem;
    margin-left: 15px;
}

/* Category Filter */

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: auto;
    white-space: nowrap;
}

.category-filter {
    padding: 5px 0 20px;
}

.category-filter__list {
    gap: 10px;
}

.category-filter__item:first-of-type,
.city-filter {
    margin-left: 15px;
}

.category-filter__item:last-of-type,
.language-filter {
    margin-right: 15px;
}

.language-filter {
    margin-left: 10px;
}

.category-filter__chip,
.chips__chip {
    font-size: .875rem;
    padding: 5px 10px;
    border-radius: 50px;
    color: var(--text-label);
}

.category-filter__chip--selected {
    background-color: var(--black);
    color: var(--white);
}

/* Article Lists */

.article-list__item,
.member-list__item {
   margin: 15px 0;
}

.article-list__item:first-of-type {
    margin-top: 0;
}

.article-list__item:last-of-type,
.member-list__item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.article-card__content,
.member-card__content {
    width: 100%;
}

.article-card__link {
    gap: 15px;
}

.article-card__link .top-title {
    display: block;
    margin-bottom: 7.5px;
}

.article-card__img-container,
.member-card__avatar {
    position: relative;
    min-width: 80px;
    max-width: 80px;
}

.video-list .article-card__img-container {
    min-width: 140px;
}

.video-list .article-card__img-container .video__play-icon {
    position: absolute;
    bottom: 5px;
    left: 7.5px;
    color: var(--white);
}

/* ==========================================================================
   Most Popular Articles
   ========================================================================== */

.popular-list .article-card__img-container:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(34, 34, 34, .5) 0%, rgba(34, 34, 34, 0) 100%);
    border-radius: var(--radius-md);
}

/* ==========================================================================
   Reels Block
   ========================================================================== */

.reels-carousel .reels__item .reel-card {
    margin: 0 0 0 15px ;
    width: calc(80vw - 30px);
}

.reels-carousel .reels__item:last-of-type .reel-card {
    margin-right: 15px;
}

.reel-card__media {
    position: relative;
}

.reel-card__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,.4);
    border-radius: var(--radius-md);
}

.reel-card__media .video__play,
.reel-card__overlay {
    position: absolute;
    z-index: 1;
}

.reel-card__media .video__play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
}

.reel-card__overlay {
    right: 15px;    
    bottom: 15px;
    left: 15px;    
}

.reel-card__overlay .top-title,
.reel-card__overlay h3 {
    display: block;
    color: var(--white);
}

.reel-card__overlay h3 {
    font-size: 1.125rem;
}

/* ==========================================================================
   Pages / General
   ========================================================================== */

/* Breadcrumbs */

.page__breadcrumbs {
    padding: 20px 0;
    font-size: .875rem;
    color: var(--text-secondary)
}

.page__breadcrumbs a {
    text-decoration: underline;
}

.breadcrumbs__separator {
    margin: 0 5px;
}

.page__title {
    display: block;
    font-size: 1.75rem;
    line-height: 1.25em;
    margin-bottom: 0;
}

/* Category Pages */

.section-category {
    margin: 15px 0;
}

.category__small {
    padding-bottom: 5px;
}

/* Team & Author Pages */

.member-list__item {
    padding-bottom: 15px;
}

.member-card__avatar {
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.member-card__name {
    font-size: 1.125rem;
    margin-bottom: 10px;
}

.member-card__tags,
.author__tags {
    gap: 5px;
}

.member-tag  {
    font-size: .875rem;
    padding: 2.5px 10px;
    background-color: var(--surface);
    border-radius: var(--radius-sm);
}

.author__tags {
    margin-top: 15px;
}

.author__figure {
    margin-bottom: 15px;
    border-radius: var(--radius-xxl);
    overflow: hidden;
}

.author__actions {
    gap: 10px;
    padding-top: 20px;
}

.author-actions__button {
    flex-shrink: 1;
    flex-basis: 50%;
    padding: 8px;
    gap: 8px;
    justify-content: flex-start;
    
}

/* FAQ */

.faq-list__item {
    margin: 0 0 7.5px;
}

.faq-list__item:last-of-type {
    margin-bottom: 0;
}

.faq-item__summary {
    background-color: var(--bg-subtle);
    color: var(--text-primary);
    padding: 12px 8px 12px 16px;
    
}

.faq-item__summary .cta__action {
    background-color: transparent;
}

.faq-item__question {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25em;
    
}

.faq-item__answer {
    padding: 15px 15px 20px;
}

/* ==========================================================================
   ENTRY CONTENT (SINGLE POSTS + DEFAULT PAGES) 
   ========================================================================== */

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    font-weight: 600;
    margin-bottom: 1em;
}

.entry-content h2 {font-size: 1.5rem;}
.entry-content h3 {font-size: 1.375rem;}
.entry-content h4 {font-size: 1.25rem;}

.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 1.125rem;
    margin-bottom: 1.5em;
}

.entry-content li {
    list-style: disc;
    list-style-position: inside;
}

.entry-content a {
    color: #1A73E8;
    text-decoration: underline;
}

.entry-content strong,
.entry-content b {
    font-weight: 600;
}

.entry-content em,
.entry-content i {
    font-style: italic;
}

.entry-content figure {
    display: block;
    margin: 2em 0 3em;
}

/* ==========================================================================
   GRID - STAGING ONLY! 
   ========================================================================== */

.single__title {
    font-size: 1.75rem;
    line-height: 1.25em;
    font-weight: 700;
    letter-spacing: -.005em;
    margin: 7.5px 0 15px;
}

.single__meta {
    display: block;
    padding-bottom: 15px;
}

.single__meta-sep {
    color: var(--text-secondary);
    margin: 0 5px;
}

/* Tags */

.single__tags .chips {
    gap: 10px;
}

/* Related Sections */

.related-section .chip {
    padding: 6px 10px 8px;
}


/* ==========================================================================
Theme Media Queries
========================================================================== */


/* Desktop Computer based on screen width */
@media screen 
  and (min-width: 1567px) {	
}

/* Large Laptop based on screen width */
@media screen 
  and (min-width: 1281px) 
  and (max-width: 1566px) {	
}

/* Small Laptop based on screen width */
@media screen 
  and (min-width: 1081px) 
  and (max-width: 1280px) {	
}

/* iPad Landscape based on screen width */
@media screen 
  and (min-width: 769px) 
  and (max-width: 1080px)  {	
}

/* iPad Portrait based on screen width */
@media screen 
  and (max-width: 768px)  {	
}

/* iPhone Portrait based on screen width */
@media screen 
  and (max-width: 480px)  {	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen 
  and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
  and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) {
}

/* iPads (portrait) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) {
}

/* iPads (landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) {
}


/* iPad3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* Phone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
}


/* Samsung Galaxy S3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Samsung Galaxy S4 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* ==========================================================================
   GRID - STAGING ONLY! 
   ========================================================================== */

.grid {
    position: fixed;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 80px);
    z-index: 1111111;
    pointer-events: none;

    display: none;
}

.grid > div {
    display: block;
    background: pink;
    opacity: .25;
    flex: 1;
    margin: 0 8px;
    height: 100svh;
}

.grid > div:first-of-type {
    margin-left: 0;
}

.grid > div:last-of-type {
    margin-right: 0;
}

@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {
    .grid {
        width: calc(100% - 30px);
        margin: 0;
        max-width: none;
    }
    .grid > div {
        width: 25%;
    }

    .grid > div:nth-child(5) {
        margin-right: 0;
    }

    .grid > div:nth-child(6),
    .grid > div:nth-child(7),
    .grid > div:nth-child(8),
    .grid > div:nth-child(9),
    .grid > div:nth-child(10),
    .grid > div:nth-child(11),
    .grid > div:nth-child(12) {
        display: none;
    }
}