@charset "UTF-8";
/*!
Theme Name: Newington Student Magazine
Theme URI:
Author: Sunny Zhang
Author URI:
Description: A modern, editorial-style magazine theme designed for the Newington College student publication. Features custom post types for events, galleries, sports coverage, opinions, and student spotlights. Built with accessibility and performance in mind.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newington-student-mag-theme
Tags: blog, news, education, magazine, custom-post-types, grid-layout, featured-images, sticky-post, threaded-comments, translation-ready, custom-menu

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

Newington Student Magazine 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:
----------------------------------------------------------------
# Abstracts
	- Variables
	- Mixins
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- Magazine Layout
	- Single Layout (New)
# Components
	- Header
	- Navigation
	- Cards
	- Hero
	- Sections
	- Footer
# Utilities
	- Accessibility
	- Alignments
	- Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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;
}

/**
 * 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;
  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;
  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;
}

/* 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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #212529;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #F8F9FA;
  font-family: "JetBrains Mono", monaco, consolas, "Andale Mono", monospace;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

abbr,
acronym {
  border-bottom: 1px dotted #6C757D;
  cursor: help;
}

mark,
ins {
  background: #FFF3E0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  background-color: #FAFAF8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: rgba(246, 139, 31, 0.2);
  color: #212529;
}

:focus-visible {
  outline: 2px solid #F68B1F;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

hr {
  background-color: #DEE2E6;
  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%;
}

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #F68B1F;
}
a:visited {
  color: #E07A10;
}
a:hover, a:focus, a:active {
  color: #121212;
}
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: #F68B1F;
  background: #F68B1F;
  color: rgba(0, 0, 0, 0.8);
  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: #E07A10;
}
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: #E07A10;
}

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: #495057;
  border: 1px solid #DEE2E6;
  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: #121212;
}

select {
  border: 1px solid #DEE2E6;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .site-main {
    padding: 3rem 0;
  }
}

.article-grid {
  display: grid;
  gap: 1.5rem;
}
.article-grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .article-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.article-grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .article-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .article-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article-grid--4 {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .article-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .article-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.dual-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 992px) {
  .dual-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.section {
  margin-bottom: 4rem;
}
.section--alt {
  background-color: #F5F4F0;
  padding: 3rem 0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #121212;
}
.section__title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  color: #212529;
}
.section__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  transition: color 150ms ease;
  text-decoration: none;
}
.section__link:hover {
  color: #F68B1F;
}
.section__link svg {
  transition: transform 150ms ease;
}
.section__link:hover svg {
  transform: translateX(3px);
}

body.single {
  background-color: #FAFAF8;
}

.single-article {
  background-color: #FAFAF8;
  padding-bottom: 4rem;
}
.single-article .article-header {
  display: block !important;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 1rem 2rem;
  text-align: center;
  color: #121212;
  background-color: transparent;
  min-height: auto;
}
.single-article .article-header .kicker,
.single-article .article-header .cocurricular-kicker,
.single-article .article-header .opinion-badging,
.single-article .article-header .sport-header__badge {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #F68B1F;
  margin-bottom: 1rem;
  border: none;
  padding: 0;
}
.single-article .article-header .headline,
.single-article .article-header .sport-header__title,
.single-article .article-header .event-header__title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: #121212;
  width: 100%;
}
@media (min-width: 768px) {
  .single-article .article-header .headline,
  .single-article .article-header .sport-header__title,
  .single-article .article-header .event-header__title {
    font-size: 3.5rem;
  }
}
.single-article .article-header .deck,
.single-article .article-header .sport-header__excerpt {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
  color: #6C757D;
  max-width: 700px;
  margin: 0 auto 1.5rem;
}
.single-article .article-header .meta-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 1rem 0;
  margin-top: 2rem;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #E9ECEF;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  color: #6C757D;
  width: 100%;
}
.single-article .article-header .meta-bar .meta-item {
  display: inline-flex;
  align-items: center;
}
.single-article .article-header .meta-bar strong {
  color: #121212;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 4px;
}
.single-article .hero-figure {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}
.single-article .hero-figure img, .single-article .hero-figure .hero-img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: cover;
  display: block;
  filter: contrast(1.02);
}
.single-article .hero-figure .caption {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #E9ECEF;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  color: #6C757D;
}
.single-article .hero-figure .caption .credit {
  font-weight: 700;
  text-transform: uppercase;
  color: #ADB5BD;
}
.single-article .article-body {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 1rem;
  font-family: "Georgia", serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #222;
}
@media (min-width: 768px) {
  .single-article .article-body {
    font-size: 1.25rem;
  }
}
.single-article .article-body p {
  margin-bottom: 1.75rem;
}
.single-article .article-body > p:first-of-type::first-letter {
  float: left;
  font-family: "Playfair Display", serif;
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 700;
  margin-right: 0.75rem;
  margin-top: 0.2rem;
  color: #121212;
}
.single-article .article-body blockquote, .single-article .article-body .wp-block-pullquote {
  margin: 3.5rem 0;
  padding: 2.5rem 0;
  border: none;
  border-top: 4px solid #121212;
  border-bottom: 1px solid #E9ECEF;
  text-align: center;
  background: transparent;
}
.single-article .article-body blockquote p, .single-article .article-body .wp-block-pullquote p {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.3;
  color: #121212;
  margin-bottom: 1rem;
}
.single-article .article-body blockquote cite, .single-article .article-body .wp-block-pullquote cite {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  font-style: normal;
}
.single-article .article-body blockquote cite::before, .single-article .article-body .wp-block-pullquote cite::before {
  content: "— ";
}
.single-article .article-body a {
  color: #F68B1F;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.single-article .article-body a:hover {
  color: #121212;
  text-decoration-thickness: 2px;
}
.single-article .article-body .alignwide {
  width: 100vw;
  max-width: 1100px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (min-width: 768px) {
  .single-article .article-body .alignwide {
    margin-left: calc(50% - 550px);
    margin-right: calc(50% - 550px);
  }
}
@media (max-width: 767px) {
  .single-article .article-body .alignwide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.single-article .article-body .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.single-article .article-body .alignfull img {
  width: 100%;
  height: auto;
}
.single-article .article-body input[type=text],
.single-article .article-body input[type=email],
.single-article .article-body textarea {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #E9ECEF;
  background: transparent;
  border-radius: 0;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.single-article .article-body input[type=text]:focus,
.single-article .article-body input[type=email]:focus,
.single-article .article-body textarea:focus {
  border-color: #121212;
  outline: none;
}
.single-article .article-body button, .single-article .article-body input[type=submit] {
  background-color: #121212;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: opacity 0.2s;
}
.single-article .article-body button:hover, .single-article .article-body input[type=submit]:hover {
  opacity: 0.8;
}
.single-article .contributors-section {
  max-width: 740px;
  margin: 4rem auto 0;
  padding: 0 1rem;
}
.single-article .contributors-header {
  border-top: 3px solid #121212;
  border-bottom: 1px solid #121212;
  padding: 1rem 0;
  margin-bottom: 2rem;
  text-align: center;
}
.single-article .contributors-title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #121212;
  margin: 0;
}
.single-article .contributors-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E9ECEF;
}
.single-article .contributor-col {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.single-article .contributor-col .role-label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #F68B1F;
  margin-bottom: 0.5rem;
  display: block;
}
.single-article .contributor-col .contributor-name {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  color: #121212;
}
.single-article .contributor-col .contributor-meta {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  color: #6C757D;
  font-style: italic;
}
.single-article .share-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #E9ECEF;
}
.single-article .share-buttons .share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #E9ECEF;
  background: white;
  color: #6C757D;
  transition: all 0.2s ease;
  text-decoration: none;
}
.single-article .share-buttons .share-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
}
.single-article .share-buttons .share-btn:hover {
  background-color: #F68B1F;
  border-color: #F68B1F;
  color: white;
}
.single-article .team-section-header {
  text-align: center;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #F68B1F;
  border-bottom: 2px solid #121212;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.single-article .team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .single-article .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-article .team-grid--chiefs {
  display: flex;
  justify-content: center;
}
.single-article .team-grid--chiefs .team-card {
  text-align: center;
  max-width: 300px;
}
.single-article .team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.single-article .team-card .team-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #E9ECEF;
}
.single-article .team-card .team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-article .team-card .team-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #121212;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
}
.single-article .team-card .team-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}
.single-article .team-card .team-name a {
  text-decoration: none;
  color: #121212;
}
.single-article .team-card .team-name a:hover {
  color: #F68B1F;
}
.single-article .team-card .team-role {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F68B1F;
  margin-bottom: 0.25rem;
}
.single-article .team-card .team-year {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  color: #6C757D;
}

.team-year-block {
  margin-bottom: 6rem;
}
.team-year-block:last-child {
  margin-bottom: 0;
}

.team-section-header {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #121212;
  border-bottom: 4px double #E9ECEF;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.archive-sport {
  background-color: #FAFAF8;
  color: #212529;
  min-height: 100vh;
}
.archive-sport .sport-hero {
  position: relative;
  height: 60vh;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  background-color: #121212;
}
.archive-sport .sport-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.archive-sport .sport-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.archive-sport .sport-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 50%);
}
.archive-sport .sport-hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 3rem;
}
.archive-sport .sport-hero__content {
  max-width: 900px;
  animation: fadeUp 0.6s ease-out forwards;
}
.archive-sport .sport-hero__label {
  display: inline-block;
  background: #F68B1F;
  color: #fff;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 4px 8px;
  margin-bottom: 1rem;
  border-radius: 0;
}
.archive-sport .sport-hero__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #fff;
}
.archive-sport .sport-hero__title a {
  text-decoration: none;
  color: inherit;
  transition: opacity 250ms ease;
}
.archive-sport .sport-hero__title a:hover {
  opacity: 0.8;
}
.archive-sport .sport-hero__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
}
.archive-sport .sport-hub-content {
  padding: 4rem 0;
}
.archive-sport .sport-layout-grid {
  display: grid;
  gap: 4rem;
}
@media (min-width: 992px) {
  .archive-sport .sport-layout-grid {
    grid-template-columns: 1fr 280px;
  }
}
.archive-sport .sport-sidebar .filter-widget {
  position: sticky;
  top: 120px;
  background: transparent;
  padding: 0;
  border: none;
}
.archive-sport .sport-sidebar .filter-widget h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 500;
  font-style: italic;
  color: #212529;
  margin: 0 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #121212;
}
.archive-sport .sport-sidebar .filter-widget .filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.archive-sport .sport-sidebar .filter-widget .filter-tag {
  display: inline-block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #6C757D;
  background: #fff;
  border: 1px solid #DEE2E6;
  padding: 8px 12px;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.2s ease;
}
.archive-sport .sport-sidebar .filter-widget .filter-tag:hover {
  border-color: #121212;
  color: #121212;
}
.archive-sport .sport-sidebar .filter-widget .filter-tag.active {
  background: #121212;
  color: #fff;
  border-color: #121212;
}
.archive-sport .sport-articles .article-grid {
  gap: 3rem;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.archive-gallery {
  background-color: #121212;
  color: #f0f0f0;
  min-height: 100vh;
  padding-bottom: 4rem;
}
.archive-gallery .archive-header {
  text-align: center;
  padding: 4rem 0 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 3rem;
}
.archive-gallery .archive-header .archive-kicker {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #F68B1F;
  margin-bottom: 1rem;
}
.archive-gallery .archive-header .archive-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #fff;
  margin: 0 0 1rem;
}
.archive-gallery .archive-header .archive-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}
.archive-gallery .gallery-archive-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .archive-gallery .gallery-archive-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.archive-gallery .gallery-card-archive {
  display: block;
  text-decoration: none;
  group: true;
}
.archive-gallery .gallery-card-archive .card-img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  background: #222;
  margin-bottom: 1rem;
}
.archive-gallery .gallery-card-archive .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  opacity: 0.9;
}
.archive-gallery .gallery-card-archive .card-img .placeholder {
  width: 100%;
  height: 100%;
  background: #333;
}
.archive-gallery .gallery-card-archive .card-img .card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.archive-gallery .gallery-card-archive .card-img .card-overlay .icon {
  background: #F68B1F;
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.archive-gallery .gallery-card-archive:hover .card-img img {
  transform: scale(1.05);
  opacity: 1;
}
.archive-gallery .gallery-card-archive:hover .card-overlay {
  opacity: 1;
}
.archive-gallery .gallery-card-archive:hover .icon {
  transform: scale(1);
}
.archive-gallery .gallery-card-archive:hover .card-title {
  color: #F68B1F;
}
.archive-gallery .gallery-card-archive .card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #fff;
  margin: 0 0 5px;
  transition: color 0.2s;
}
.archive-gallery .gallery-card-archive .card-date {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.archive-gallery .archive-pagination {
  margin-top: 4rem;
  text-align: center;
}
.archive-gallery .archive-pagination .page-numbers {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.2s;
}
.archive-gallery .archive-pagination .page-numbers.current, .archive-gallery .archive-pagination .page-numbers:hover {
  background: #F68B1F;
  color: white;
}

.archive-spotlight {
  background-color: #FAFAF8;
}
.archive-spotlight .archive-header {
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 2rem;
}
.archive-spotlight .archive-header .archive-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.archive-spotlight .archive-header .archive-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #6C757D;
}
.archive-spotlight .spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .archive-spotlight .spotlight-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .archive-spotlight .spotlight-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.archive-spotlight .spotlight-card-archive {
  display: block;
  text-decoration: none;
  text-align: center;
}
.archive-spotlight .spotlight-card-archive .card-img {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: #eee;
  margin-bottom: 1rem;
}
.archive-spotlight .spotlight-card-archive .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  filter: grayscale(100%);
}
.archive-spotlight .spotlight-card-archive:hover .card-img img {
  transform: scale(1.03);
  filter: grayscale(0%);
}
.archive-spotlight .spotlight-card-archive:hover .card-name {
  color: #F68B1F;
}
.archive-spotlight .spotlight-card-archive .card-role {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  margin-bottom: 5px;
}
.archive-spotlight .spotlight-card-archive .card-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  margin: 0;
  line-height: 1.1;
  transition: color 0.2s;
}
.archive-spotlight .archive-pagination {
  margin-top: 4rem;
  text-align: center;
}
.archive-spotlight .archive-pagination .page-numbers {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #121212;
  text-decoration: none;
  border-radius: 50%;
  margin: 0 5px;
  font-weight: 600;
}
.archive-spotlight .archive-pagination .page-numbers.current, .archive-spotlight .archive-pagination .page-numbers:hover {
  background: #F68B1F;
  color: white;
}

.archive-opinion {
  background-color: #fff;
  min-height: 100vh;
}
.archive-opinion .archive-header {
  text-align: center;
  padding: 4rem 0 3rem;
  border-bottom: 4px double #121212;
  margin-bottom: 4rem;
}
.archive-opinion .archive-header .archive-title {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  color: #121212;
}
.archive-opinion .archive-header .archive-description {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #6C757D;
}
.archive-opinion .opinion-archive-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 3rem;
  padding-bottom: 4rem;
}
@media (min-width: 576px) {
  .archive-opinion .opinion-archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 992px) {
  .archive-opinion .opinion-archive-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
  .archive-opinion .opinion-archive-grid .opinion-card-archive {
    border-right: 1px solid #E9ECEF;
    padding-right: 1.5rem;
  }
  .archive-opinion .opinion-archive-grid .opinion-card-archive:nth-child(4n) {
    border-right: none;
    padding-right: 0;
  }
}
.archive-opinion .opinion-card-archive {
  display: flex;
  flex-direction: column;
}
.archive-opinion .opinion-card-archive .opinion-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}
.archive-opinion .opinion-card-archive .opinion-kicker {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  margin-bottom: 1rem;
}
.archive-opinion .opinion-card-archive .opinion-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border: 2px solid #7C3AED;
}
.archive-opinion .opinion-card-archive .opinion-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-opinion .opinion-card-archive .opinion-avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.archive-opinion .opinion-card-archive .opinion-author {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #121212;
}
.archive-opinion .opinion-card-archive .opinion-headline {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: center;
}
.archive-opinion .opinion-card-archive .opinion-headline a {
  color: #121212;
  text-decoration: none;
  transition: color 0.2s;
}
.archive-opinion .opinion-card-archive .opinion-headline a:hover {
  color: #7C3AED;
}
.archive-opinion .opinion-card-archive .opinion-excerpt {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #6C757D;
  text-align: center;
  margin: 0;
}

.archive-event .archive-header {
  text-align: center;
  padding: 4rem 0;
  border-bottom: 2px solid #121212;
  margin-bottom: 3rem;
}
.archive-event .archive-header h1 {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.archive-event .events-section-title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #E9ECEF;
  padding-bottom: 0.5rem;
}
.archive-event .event-archive-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.archive-event .event-card-row {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #E9ECEF;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (max-width: 575px) {
  .archive-event .event-card-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.archive-event .event-card-row:hover {
  border-color: #F68B1F;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.archive-event .event-card-row .event-date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F5F4F0;
  padding: 0.5rem;
  border-radius: 4px;
  color: #121212;
}
.archive-event .event-card-row .event-date-box .day {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.archive-event .event-card-row .event-date-box .month {
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
}
.archive-event .event-card-row .event-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  margin: 0 0 5px 0;
  color: #212529;
}
.archive-event .event-card-row .event-info .meta {
  font-size: 0.85rem;
  color: #6C757D;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 575px) {
  .archive-event .event-card-row .event-info .meta {
    justify-content: center;
  }
}
.archive-event .event-card-row .event-action {
  color: #F68B1F;
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  .archive-event .event-card-row .event-action {
    display: none;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: rgba(0, 0, 0, 0);
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* Header */
/* ==========================================================================
   Header Component
   Main site header styles with newspaper aesthetic
   ========================================================================== */
/* TOP BAR */
.top-bar {
  background-color: #121212;
  color: #fff;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar__left, .top-bar__right {
  display: block;
}

/* SITE HEADER */
.site-header {
  background-color: #FAFAF8;
  position: relative;
  z-index: 200;
}

.masthead {
  padding: 3rem 0 2rem;
  text-align: center;
  border-bottom: 4px double #121212;
  background-color: #FAFAF8;
}
.masthead__branding .site-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 10vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem 0;
  overflow-wrap: break-word;
  hyphens: auto;
}
.masthead__branding .site-title a {
  color: #121212;
  text-decoration: none;
}
.masthead__branding .site-title a:hover {
  color: #121212;
}
.masthead__branding .site-tagline {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.25rem;
  color: #757575;
  margin: 0;
}

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  /* Ensures it spans full width outside of header */
  background: rgba(250, 250, 248, 0.98);
  border-bottom: 1px solid #DEE2E6;
  backdrop-filter: blur(5px);
  padding: 1rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.sticky-nav .container {
  position: relative;
}
.sticky-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sticky-nav .nav-menu {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Reset list items */
}
.sticky-nav .nav-menu li {
  margin: 0;
  padding: 0;
}
.sticky-nav .nav-menu {
  /* Target standard WordPress menu links */
}
.sticky-nav .nav-menu a {
  display: inline-block;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #121212;
  position: relative;
  padding-bottom: 6px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.sticky-nav .nav-menu a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #F68B1F;
  transition: width 0.3s ease;
}
.sticky-nav .nav-menu a:hover {
  color: #F68B1F;
}
.sticky-nav .nav-menu a:hover::after {
  width: 100%;
}
.sticky-nav .nav-menu {
  /* Active State for Current Page */
}
.sticky-nav .nav-menu .current-menu-item > a,
.sticky-nav .nav-menu .current_page_item > a {
  color: #121212;
}
.sticky-nav .nav-menu .current-menu-item > a::after,
.sticky-nav .nav-menu .current_page_item > a::after {
  width: 100%;
}

.cta-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 1rem;
}

.btn-cta {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: 1px solid #121212;
  background: transparent;
  color: #121212;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-cta:visited {
  color: #121212;
}
.btn-cta:hover {
  background: #121212;
  color: #fff;
}
.btn-cta--primary {
  background: #121212;
  color: #fff;
}
.btn-cta--primary:visited {
  color: #fff;
}
.btn-cta--primary:hover {
  background: #F68B1F;
  border-color: #F68B1F;
}

.announcement-bar {
  background-color: #121212;
  color: #ADB5BD;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  position: relative;
  display: none;
}
.announcement-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
.announcement-bar__icon {
  color: #F68B1F;
}
.announcement-bar__link {
  color: inherit;
  text-decoration: none;
}
.announcement-bar__link:hover {
  text-decoration: underline;
  color: #F68B1F;
}
.announcement-bar__close {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.25rem;
  opacity: 0.7;
  transition: opacity 150ms ease;
}
.announcement-bar__close:hover {
  opacity: 1;
}
.announcement-bar__close svg {
  width: 16px;
  height: 16px;
}
.announcement-bar.is-hidden {
  display: none;
}

.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.skip-link:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 9999;
  padding: 0.5rem 1rem;
  background-color: #121212;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  clip: auto;
  width: auto;
  height: auto;
  display: block;
}

/* ==========================================================================
   Mobile Navigation
   ========================================================================== */
.mobile-toggle,
.mobile-menu-overlay {
  display: none;
}

@media (max-width: 992px) {
  /* Hide Desktop elements */
  .sticky-nav .nav-menu,
  .sticky-nav .cta-buttons {
    display: none;
  }
  .sticky-nav__inner {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* 1. Trigger Button */
  .mobile-toggle {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #121212;
  }
  .mobile-toggle-text {
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    color: currentColor;
  }
  .hamburger-icon {
    width: 24px;
    height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger-icon span {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
  }
  /* 2. Full Screen Overlay */
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background-color: #121212;
    color: #fff;
    z-index: 2000;
    padding: 2rem 1.5rem;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;
  }
  body.menu-open .mobile-menu-overlay {
    transform: translateY(0);
  }
  /* 3. Close Button Inside Menu */
  .mobile-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4rem;
  }
  .mobile-close-btn {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    padding: 0.5rem 1rem;
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .mobile-close-btn:hover {
    background: #fff;
    color: #121212;
  }
  /* 4. Menu List items */
  .mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
    padding: 0;
    list-style: none;
    counter-reset: mobile-nav-counter;
  }
  .mobile-nav-list li {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    margin: 0;
    counter-increment: mobile-nav-counter;
  }
  .mobile-nav-list a {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: baseline;
    gap: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
  }
  .mobile-nav-list a::before {
    content: counter(mobile-nav-counter, decimal-leading-zero);
    font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #808080;
  }
  .mobile-nav-list a:hover {
    color: #F68B1F;
    padding-left: 10px;
  }
  /* Staggered Delay */
  body.menu-open .mobile-nav-list li:nth-child(1) {
    transition-delay: 0.2s;
  }
  body.menu-open .mobile-nav-list li:nth-child(2) {
    transition-delay: 0.25s;
  }
  body.menu-open .mobile-nav-list li:nth-child(3) {
    transition-delay: 0.3s;
  }
  body.menu-open .mobile-nav-list li:nth-child(4) {
    transition-delay: 0.35s;
  }
  body.menu-open .mobile-nav-list li:nth-child(5) {
    transition-delay: 0.4s;
  }
  body.menu-open .mobile-nav-list li:nth-child(6) {
    transition-delay: 0.45s;
  }
  body.menu-open .mobile-nav-list li:nth-child(7) {
    transition-delay: 0.5s;
  }
  body.menu-open .mobile-nav-list li:nth-child(8) {
    transition-delay: 0.55s;
  }
  body.menu-open .mobile-nav-list li:nth-child(9) {
    transition-delay: 0.6s;
  }
  body.menu-open .mobile-nav-list li:nth-child(10) {
    transition-delay: 0.65s;
  }
  body.menu-open .mobile-nav-list li {
    opacity: 1;
    transform: translateY(0);
  }
  /* 5. Mobile Footer */
  .mobile-menu-footer {
    border-top: 1px solid #333333;
    padding-top: 2rem;
    opacity: 0;
    transition: opacity 0.5s 0.6s;
  }
  body.menu-open .mobile-menu-footer {
    opacity: 1;
  }
  .mobile-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .mobile-btn {
    display: block;
    text-align: center;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: background 0.2s;
  }
  .mobile-btn:visited {
    color: #fff;
  }
  .mobile-btn.primary {
    background: #fff;
    color: #121212;
  }
  .mobile-btn.primary:visited {
    color: #121212;
  }
  .mobile-btn:hover {
    background: #fff;
    color: #121212;
  }
  .mobile-quote {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    color: #666;
    font-size: 1.1rem;
    margin: 0;
  }
}
body.menu-open {
  overflow: hidden;
}

/* Navigation */
.comment-navigation {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}
.comment-navigation .nav-links {
  display: flex;
  width: 100%;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  flex: 1;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6C757D;
  text-decoration: none;
  transition: color 150ms ease;
}
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
  color: #F68B1F;
}
.comment-navigation .nav-next {
  text-align: right;
  justify-content: flex-end;
}

.posts-navigation {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #E9ECEF;
}
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
  background-color: transparent;
  color: #212529;
  border-color: transparent;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
  background-color: #F8F9FA;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.posts-navigation .nav-previous a svg,
.posts-navigation .nav-next a svg {
  width: 16px;
  height: 16px;
}

.breadcrumb {
  padding: 1rem 0;
  font-size: 0.875rem;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: #ADB5BD;
  margin-left: 0.25rem;
}
.breadcrumb__link {
  color: #6C757D;
  text-decoration: none;
  transition: color 150ms ease;
}
.breadcrumb__link:hover {
  color: #F68B1F;
}
.breadcrumb__current {
  color: #212529;
  font-weight: 500;
}

.tab-nav {
  display: flex;
  gap: 0.25rem;
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 1.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tab-nav::-webkit-scrollbar {
  display: none;
}
.tab-nav__item {
  flex-shrink: 0;
}
.tab-nav__link {
  display: block;
  padding: 0.5rem 1rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6C757D;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: all 150ms ease;
  white-space: nowrap;
}
.tab-nav__link:hover {
  color: #F68B1F;
}
.tab-nav__link--active, .tab-nav__link.active {
  color: #F68B1F;
  border-bottom-color: #F68B1F;
}

.filter-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.filter-nav__item {
  display: inline-block;
}
.filter-nav__link {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6C757D;
  text-decoration: none;
  background-color: #F5F4F0;
  transition: all 150ms ease;
}
.filter-nav__link:hover {
  background-color: #F68B1F;
  color: #fff;
}
.filter-nav__link--active, .filter-nav__link.active {
  background-color: #F68B1F;
  color: #fff;
}

/* Hero */
.hero-section {
  position: relative;
  background-color: transparent;
  overflow: visible;
  margin-bottom: 3rem;
}

.hero-layout {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-layout {
    grid-template-columns: 1.4fr 1fr;
  }
}
@media (min-width: 768px) {
  .hero-layout {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.hero-image {
  position: relative;
  overflow: hidden;
}
.hero-image img {
  width: 100%;
  height: auto;
  min-height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 250ms ease;
}
@media (min-width: 768px) {
  .hero-image img {
    min-height: 550px;
  }
}
.hero-image a:hover img {
  transform: scale(1.02);
}

.hero-content {
  position: relative;
  padding: 1.5rem 0;
  color: #212529;
}
@media (min-width: 768px) {
  .hero-content {
    border-top: 1px solid #121212;
    border-bottom: 1px solid #121212;
    padding: 2rem 0;
  }
}

.hero-category {
  display: inline-block;
  background-color: #F68B1F;
  color: #fff;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 5px 10px;
  margin-bottom: 1rem;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
  color: #212529;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 2.75rem;
  }
}
.hero-title a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.hero-title a:hover {
  color: #F68B1F;
}

.hero-excerpt {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.45;
  color: #6C757D;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-excerpt {
    font-size: 1.4rem;
  }
}

.hero-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  color: #6C757D;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.hero-meta__author {
  font-weight: 600;
  color: #212529;
}

.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F68B1F;
  border-bottom: 2px solid #F68B1F;
  padding-bottom: 3px;
  transition: all 150ms ease;
  text-decoration: none;
}
.read-more-link:hover {
  color: rgb(217.2703862661, 113.4849785408, 8.7296137339);
  border-color: rgb(217.2703862661, 113.4849785408, 8.7296137339);
}
.read-more-link svg {
  width: 14px;
  height: 14px;
  transition: transform 150ms ease;
}
.read-more-link:hover svg {
  transform: translateX(3px);
}

/* Cards */
.article-grid {
  display: grid;
  gap: 3rem;
}
.article-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .article-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .article-grid--3 {
    grid-template-columns: 1fr;
  }
}
.article-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .article-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .article-grid--4 {
    grid-template-columns: 1fr;
  }
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-card__image {
  position: relative;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #F5F4F0;
}
.article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.article-card:hover .article-card__image img {
  transform: scale(1.05);
}
.article-card__category {
  display: inline-block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #F68B1F;
  margin-bottom: 0.5rem;
}
.article-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}
.article-card__title a {
  color: #212529;
  text-decoration: none;
}
.article-card__title a:hover {
  color: #F68B1F;
}
.article-card__excerpt {
  font-size: 0.9rem;
  color: #6C757D;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card__meta {
  display: flex;
  align-items: center;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  color: #ADB5BD;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: auto;
}
.article-card__meta span + span::before {
  content: "·";
  margin: 0 0.5rem;
}
.article-card__date, .article-card__read-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.article-card--no-image .article-card__image {
  display: none;
}
.article-card--no-image .article-card__content {
  padding-top: 1.5rem;
}
.article-card--no-image .article-card__title {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .article-card--horizontal {
    flex-direction: row;
  }
  .article-card--horizontal .article-card__image {
    width: 200px;
    flex-shrink: 0;
    aspect-ratio: auto;
  }
  .article-card--horizontal .article-card__content {
    padding: 1rem 1.5rem;
  }
}
.article-card--featured .article-card__title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .article-card--featured .article-card__title {
    font-size: 1.5rem;
  }
}
.article-card--featured .article-card__excerpt {
  font-size: 1rem;
}
.article-card--compact .article-card__image {
  aspect-ratio: 1;
}
.article-card--compact .article-card__content {
  padding: 0.5rem;
}
.article-card--compact .article-card__title {
  font-size: 1rem;
}
.article-card--compact .article-card__excerpt {
  display: none;
}

.event-card {
  background: #fff;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
  display: flex;
  gap: 1rem;
  padding: 1rem;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.event-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.event-card__date {
  flex-shrink: 0;
  width: 60px;
  text-align: center;
  padding: 0.5rem;
  background-color: #F68B1F;
  color: #fff;
  border-radius: 4px;
}
.event-card__date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.event-card__date .month {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
.event-card__content {
  flex: 1;
  min-width: 0;
}
.event-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.event-card__title a {
  color: #212529;
  text-decoration: none;
}
.event-card__title a:hover {
  color: #F68B1F;
}
.event-card__meta {
  font-size: 0.75rem;
  color: #6C757D;
}
.event-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.event-card__meta span:not(:last-child)::after {
  content: "•";
  margin: 0 0.25rem;
}

.announcement-card {
  background: #fff;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
  padding: 1rem;
  border-left: 4px solid #F68B1F;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.announcement-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.announcement-card__type {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #F68B1F;
  margin-bottom: 0.25rem;
}
.announcement-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.announcement-card__title a {
  color: #212529;
  text-decoration: none;
}
.announcement-card__title a:hover {
  color: #F68B1F;
}
.announcement-card__excerpt {
  font-size: 0.875rem;
  color: #6C757D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.announcement-card--urgent {
  border-left-color: #EF4444;
}
.announcement-card--urgent .announcement-card__type {
  color: #EF4444;
}

.spotlight-scroller {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-behavior: smooth;
}
.spotlight-scroller::-webkit-scrollbar {
  height: 6px;
}
.spotlight-scroller::-webkit-scrollbar-track {
  background: transparent;
}
.spotlight-scroller::-webkit-scrollbar-thumb {
  background: #F68B1F;
  border-radius: 3px;
}

.spotlight-card {
  min-width: 280px;
  position: relative;
  flex-shrink: 0;
}
.spotlight-card img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.spotlight-card:hover img {
  filter: grayscale(0%);
}
.spotlight-card__placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F9FA;
  color: #6C757D;
}
.spotlight-card__info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  padding: 0.75rem 1.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  z-index: 2;
}
.spotlight-card__name {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  margin: 0 0 0.25rem 0;
  line-height: 1.1;
  color: #212529;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
}
.spotlight-card__role {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #F68B1F;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.gallery-card {
  background: #fff;
  overflow: hidden;
  transition: transform 250ms ease, box-shadow 250ms ease;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  transition: transform 150ms ease, box-shadow 150ms ease;
}
.gallery-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.gallery-card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}
.gallery-card__image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.4) 0%, transparent 60%);
}
.gallery-card:hover .gallery-card__image img {
  transform: scale(1.05);
}
.gallery-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
}
.gallery-card__title {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.gallery-card__title a {
  color: inherit;
  text-decoration: none;
}
.gallery-card__title a:hover {
  text-decoration: underline;
}
.gallery-card__count {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  opacity: 0.9;
}
.gallery-card__count svg {
  width: 16px;
  height: 16px;
}

.opinion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  border-top: 1px solid #E9ECEF;
  padding-top: 2rem;
}
@media (max-width: 991px) {
  .opinion-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.opinion-card {
  padding-right: 1.5rem;
  border-right: 1px solid #E9ECEF;
}
.opinion-card:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .opinion-card {
    border-right: none;
    border-bottom: 1px solid #E9ECEF;
    padding-right: 0;
    padding-bottom: 2rem;
  }
  .opinion-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.opinion-cat {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #F68B1F;
  margin-bottom: 0.75rem;
  line-height: 1;
}
.opinion-cat--satire {
  color: #D94625;
}

.opinion-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.opinion-author img,
.opinion-author .opinion-author__avatar {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.opinion-author__avatar-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #DEE2E6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6C757D;
  flex-shrink: 0;
}

.opinion-author-name {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #212529;
  letter-spacing: 0.02em;
}

.opinion-quote {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.opinion-quote::before {
  content: "“";
  color: #F68B1F;
}
.opinion-quote a {
  color: #212529;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline;
}
.opinion-quote a:hover {
  color: #F68B1F;
}
@media (max-width: 767px) {
  .opinion-quote {
    font-size: 1.5rem;
  }
}

.opinion-card .article-excerpt {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  color: #6C757D;
  line-height: 1.5;
  margin: 0;
}

.category-badge--news,
.article-card__category--news,
.hero-primary__category--news,
.hero-secondary-item__category--news {
  background-color: #F68B1F;
}
.category-badge--features,
.article-card__category--features,
.hero-primary__category--features,
.hero-secondary-item__category--features {
  background-color: #2563EB;
}
.category-badge--opinion,
.article-card__category--opinion,
.hero-primary__category--opinion,
.hero-secondary-item__category--opinion {
  background-color: #7C3AED;
}
.category-badge--sports,
.article-card__category--sports,
.hero-primary__category--sports,
.hero-secondary-item__category--sports {
  background-color: #059669;
}
.category-badge--arts,
.article-card__category--arts,
.hero-primary__category--arts,
.hero-secondary-item__category--arts {
  background-color: #DB2777;
}
.category-badge--events,
.article-card__category--events,
.hero-primary__category--events,
.hero-secondary-item__category--events {
  background-color: #0891B2;
}

.section-link {
  color: #212529 !important;
  text-decoration: none;
}
.section-link:hover {
  color: #F68B1F;
}

/* Sections */
.section {
  margin-bottom: 3rem;
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #121212;
}
.section__title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}
.section__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  transition: color 150ms ease;
  text-decoration: none;
}
.section__link:hover {
  color: #F68B1F;
}
.section__link svg {
  width: 12px;
  height: 12px;
  transition: transform 150ms ease;
}
.section__link:hover svg {
  transform: translateX(3px);
}
.section--alt {
  background-color: #F5F4F0;
  padding: 3rem 0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}
.section--dark {
  background-color: #121212;
  color: #ADB5BD;
  padding: 3rem 0;
}
.section--dark .section__header {
  border-bottom-color: #ADB5BD;
}
.section--dark .section__title {
  color: #fff;
}
.section--dark .section__link {
  color: #ADB5BD;
}
.section--dark .section__link:hover {
  color: #F68B1F;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 2px solid #121212;
  padding-bottom: 0.5rem;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  color: #212529;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ADB5BD;
  transition: color 0.2s ease;
  text-decoration: none;
}
.section-link:hover {
  color: #F68B1F;
}

.magazine-section {
  padding: 3rem 0;
}
.magazine-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  gap: 1rem;
}
@media (min-width: 576px) {
  .magazine-section__header {
    align-items: center;
  }
}
.magazine-section__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .magazine-section__title {
    font-size: 1.5rem;
  }
}
.magazine-section__title {
  margin: 0;
  position: relative;
}
.magazine-section__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #F68B1F;
  margin-top: 0.25rem;
}
.magazine-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
  background-color: transparent;
  color: #212529;
  border-color: transparent;
}
.magazine-section__link:hover {
  background-color: #F8F9FA;
}
.magazine-section__link {
  white-space: nowrap;
  font-size: 0.875rem;
}
.magazine-section__link svg {
  width: 16px;
  height: 16px;
  margin-left: 0.25rem;
  transition: transform 150ms ease;
}
.magazine-section__link:hover svg {
  transform: translateX(4px);
}
.magazine-section--alt {
  background-color: #F5F4F0;
}
.magazine-section--dark {
  background-color: #121212;
  color: #ADB5BD;
}
.magazine-section--dark .magazine-section__title {
  color: #fff;
}
.magazine-section--dark .magazine-section__title::after {
  background-color: #F68B1F;
}
.magazine-section--dark .magazine-section__link {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}
.magazine-section--dark .magazine-section__link:hover {
  border-color: #F68B1F;
  color: #F68B1F;
}

.events-section .events-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.announcements-section .announcements-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.spotlights-section .spotlights-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .spotlights-section .spotlights-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.galleries-section .galleries-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .galleries-section .galleries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .galleries-section .galleries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.opinions-section .opinions-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .opinions-section .opinions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .opinions-section .opinions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dual-section {
  display: grid;
  gap: 3rem;
}
@media (min-width: 992px) {
  .dual-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.featured-section {
  display: grid;
  gap: 2rem;
}
@media (min-width: 992px) {
  .featured-section {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  .featured-section__sidebar {
    border-left: 1px solid #E9ECEF;
    padding-left: 2rem;
  }
}

.stats-section {
  background-color: #F68B1F;
  color: #fff;
  padding: 3rem 0;
}
.stats-section .stats-grid {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .stats-section .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stats-section .stat-item__number {
  font-family: "Playfair Display", serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.stats-section .stat-item__label {
  font-size: 0.875rem;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.newsletter-section {
  background: #121212;
  background-color: #121212;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}

.newsletter-inner {
  max-width: 550px;
  margin: 0 auto;
}

.newsletter-title {
  font-family: "Playfair Display", serif !important;
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  margin-bottom: 0.75rem !important;
  line-height: 1.2 !important;
}

.newsletter-text {
  font-size: 1.1rem !important;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 2rem !important;
  line-height: 1.5 !important;
}

.newsletter-form {
  display: flex !important;
  gap: 0.5rem !important;
  max-width: 420px !important;
  margin: 0 auto !important;
}
@media (max-width: 575px) {
  .newsletter-form {
    flex-direction: column;
  }
}

.newsletter-section .newsletter-form .newsletter-input,
.newsletter-form input[type=email].newsletter-input {
  flex: 1 !important;
  padding: 0.9rem 1.25rem !important;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.9rem !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 150ms ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  line-height: 1.5 !important;
}
.newsletter-section .newsletter-form .newsletter-input::placeholder,
.newsletter-form input[type=email].newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.newsletter-section .newsletter-form .newsletter-input:focus,
.newsletter-form input[type=email].newsletter-input:focus {
  border: 1px solid #F68B1F !important;
  border-color: #F68B1F !important;
  box-shadow: none !important;
  outline: none !important;
  color: #fff !important;
  background: transparent !important;
  background-color: transparent !important;
}
.newsletter-section .newsletter-form .newsletter-input:active,
.newsletter-form input[type=email].newsletter-input:active {
  border-color: #F68B1F !important;
  background: transparent !important;
}

.newsletter-section .newsletter-form .newsletter-button,
.newsletter-form button[type=submit].newsletter-button {
  padding: 0.9rem 1.75rem !important;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  background: #F68B1F !important;
  background-color: #F68B1F !important;
  color: #fff !important;
  border: none !important;
  border-color: #F68B1F !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background 150ms ease !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  line-height: 1 !important;
  height: auto !important;
}
.newsletter-section .newsletter-form .newsletter-button:hover, .newsletter-section .newsletter-form .newsletter-button:focus, .newsletter-section .newsletter-form .newsletter-button:active,
.newsletter-form button[type=submit].newsletter-button:hover,
.newsletter-form button[type=submit].newsletter-button:focus,
.newsletter-form button[type=submit].newsletter-button:active {
  background: #E07A10 !important;
  background-color: #E07A10 !important;
  border-color: #E07A10 !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
}

.empty-state {
  text-align: center;
  padding: 3rem;
  background-color: #F5F4F0;
  border-radius: 12px;
}
.empty-state__icon {
  color: #ADB5BD;
  margin-bottom: 1rem;
}
.empty-state__icon svg {
  width: 48px;
  height: 48px;
}
.empty-state__title {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.empty-state__description {
  color: #6C757D;
  margin-bottom: 1.5rem;
}
.empty-state__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
  background-color: #F68B1F;
  color: #fff;
  border-color: #F68B1F;
}
.empty-state__action:hover {
  background-color: #E07A10;
  border-color: #E07A10;
}

/* Content Parts & Single Views */
.sticky {
  position: relative;
}
.sticky::before {
  content: "Featured";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #F68B1F;
  color: #fff;
  border-radius: 4px;
  z-index: 1;
}

.article-layout {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .article-layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.article-layout {
  max-width: 800px;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .article-layout {
    padding: 3rem 1rem;
  }
}

.article-header {
  position: relative;
  background-color: #121212;
  color: #fff;
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
}
.article-header__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.article-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-header__image::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(18, 18, 18, 0.5) 0%, transparent 60%);
}
.article-header__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .article-header__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.article-header__content {
  padding: 3rem 1rem;
  max-width: 900px;
}
@media (min-width: 768px) {
  .article-header__content {
    padding: 4rem 1rem;
  }
}
.article-header__category {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background-color: #F68B1F;
  color: #fff;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.article-header__category:hover {
  background-color: #E07A10;
  color: #fff;
}
.article-header__category {
  margin-bottom: 1rem;
}
.article-header__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .article-header__title {
    font-size: 2.25rem;
  }
}
.article-header__title {
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article-header__title {
    font-size: 3rem;
  }
}
.article-header__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  opacity: 0.9;
}
.article-header__author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.article-header__author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.article-header__date, .article-header__read-time {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.article-body {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .article-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.article-body {
  max-width: 800px;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .article-body {
    padding: 3rem 1rem;
  }
}

.entry-content {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #212529;
}
.entry-content > * {
  margin-bottom: 1.5rem;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #212529;
}
.entry-content h2 {
  font-size: 1.5rem;
}
.entry-content h3 {
  font-size: 1.25rem;
}
.entry-content h4 {
  font-size: 1.125rem;
}
.entry-content p {
  margin-bottom: 1.5rem;
}
.entry-content a {
  color: #F68B1F;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 150ms ease;
}
.entry-content a:hover {
  color: rgb(217.2703862661, 113.4849785408, 8.7296137339);
}
.entry-content ul, .entry-content ol {
  padding-left: 2rem;
  margin-bottom: 1.5rem;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.5rem;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ul ul {
  list-style-type: circle;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 4px solid #F68B1F;
  background-color: #F5F4F0;
  font-size: 1.25rem;
  font-style: italic;
  color: #6C757D;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  color: #212529;
}
.entry-content blockquote cite::before {
  content: "— ";
}
.entry-content code {
  font-family: "JetBrains Mono", monaco, consolas, "Andale Mono", monospace;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  background-color: #F5F4F0;
}
.entry-content pre {
  margin: 2rem 0;
  padding: 1.5rem;
  background-color: #121212;
  overflow-x: auto;
}
.entry-content pre code {
  display: block;
  padding: 0;
  background: none;
  color: #ADB5BD;
  font-size: 0.875rem;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content figure {
  margin: 2rem 0;
}
.entry-content figure img {
  width: 100%;
}
.entry-content figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6C757D;
  text-align: center;
}
.entry-content .alignwide {
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: calc(100% + 2rem);
}
@media (min-width: 768px) {
  .entry-content .alignwide {
    margin-left: -2rem;
    margin-right: -2rem;
    max-width: calc(100% + 4rem);
  }
}
.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}
.entry-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}
.entry-content table th, .entry-content table td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-bottom: 1px solid #E9ECEF;
}
.entry-content table th {
  font-weight: 600;
  background-color: #F5F4F0;
}
.entry-content table tr:hover {
  background-color: rgba(246, 139, 31, 0.05);
}
.entry-content hr {
  margin: 3rem 0;
  border: none;
  border-top: 1px solid #E9ECEF;
}

.article-footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .article-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.article-footer {
  max-width: 800px;
  padding: 1.5rem 1rem 3rem;
}
.article-footer__tags {
  margin-bottom: 1.5rem;
}
.article-footer__tags .tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.article-footer__tags a {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #6C757D;
  background-color: #F5F4F0;
  text-decoration: none;
  transition: all 150ms ease;
}
.article-footer__tags a:hover {
  background-color: #F68B1F;
  color: #fff;
}
.article-footer__share {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E9ECEF;
}
.article-footer__share-label {
  font-weight: 500;
  color: #6C757D;
}
.article-footer__share-buttons {
  display: flex;
  gap: 0.5rem;
}
.article-footer__share .share-button {
  display: flex;
}

.related-posts {
  background-color: #F5F4F0;
  padding: 3rem 0;
}
.related-posts__header, .related-posts__grid {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .related-posts__header, .related-posts__grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.related-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #121212;
}
.related-posts__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .related-posts__title {
    font-size: 1.5rem;
  }
}
.related-posts__title {
  margin: 0;
  font-style: italic;
  font-weight: 500;
  color: #212529;
}
.related-posts__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  transition: color 150ms ease;
  text-decoration: none;
  white-space: nowrap;
}
.related-posts__link:hover {
  color: #F68B1F;
}
.related-posts__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .related-posts__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .related-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.author-box {
  display: flex;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #F5F4F0;
  border-radius: 12px;
  margin: 3rem 0;
}
.author-box__avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.author-box__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-box__content {
  flex: 1;
}
.author-box__name {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
}
.author-box__name a {
  color: #212529;
  text-decoration: none;
}
.author-box__name a:hover {
  color: #F68B1F;
}
.author-box__role {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 0.5rem;
}
.author-box__bio {
  font-size: 0.875rem;
  color: #6C757D;
  line-height: 1.6;
}

.page-content,
.entry-summary {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

.page-links {
  clear: both;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}
.page-links .page-links-title {
  margin-right: 1rem;
  font-weight: 500;
}
.page-links .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin: 0 0.25rem;
  padding: 0 0.5rem;
  background-color: #F5F4F0;
  border-radius: 8px;
  text-decoration: none;
  color: #6C757D;
  transition: all 150ms ease;
}
.page-links .post-page-numbers:hover {
  background-color: #F68B1F;
  color: #fff;
}
.page-links .post-page-numbers.current {
  background-color: #F68B1F;
  color: #fff;
}

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

.share-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.share-btn,
.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  min-width: 44px !important;
  appearance: none;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #121212;
  border-radius: 0;
  color: #121212;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  flex-shrink: 0;
}
.share-btn:hover,
.share-button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 3px 3px 0 #F68B1F;
  background-color: #121212;
  border-color: #121212;
  color: #fff;
}
.share-btn:active,
.share-button:active {
  transform: translate(0, 0);
  box-shadow: 0 0 0 transparent;
}
.share-btn i, .share-btn svg,
.share-button i,
.share-button svg {
  font-size: 1.3rem;
  line-height: 1;
  width: 1.3rem;
  height: 1.3rem;
  display: block;
}

.single-opinion .article-header .opinion-badging {
  display: inline-block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #7C3AED;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #7C3AED;
}
.single-opinion .article-header .headline {
  font-style: italic;
}
.single-opinion .author-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E9ECEF;
}
.single-opinion .author-header .author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 3px solid #7C3AED;
}
.single-opinion .author-header .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-opinion .author-header .author-info {
  text-align: center;
}
.single-opinion .author-header .author-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0.25rem;
}
.single-opinion .author-header .author-title,
.single-opinion .author-header .author-bio-short {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  color: #6C757D;
}
.single-opinion .article-body .opinion-quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 1;
  color: #7C3AED;
  text-align: center;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.single-opinion .article-body > p:first-of-type::first-letter {
  color: #7C3AED;
}
.single-opinion .article-body a {
  color: #7C3AED;
  text-decoration-color: rgba(124, 58, 237, 0.3);
}
.single-opinion .article-body a:hover {
  color: #121212;
}
.single-opinion .article-body blockquote,
.single-opinion .article-body .wp-block-pullquote {
  border-top-color: #7C3AED;
}
.single-opinion .article-body blockquote p,
.single-opinion .article-body .wp-block-pullquote p {
  color: #7C3AED;
}
.single-opinion .share-buttons .share-btn:hover {
  background-color: #7C3AED;
  border-color: #7C3AED;
  color: #fff;
}
.single-opinion .author-bio-box {
  background-color: #fff;
  border: 1px solid #E9ECEF;
  border-left: 4px solid #7C3AED;
  border-radius: 0;
  padding: 1.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  margin-top: 4rem;
  text-align: left;
  transition: border-color 250ms ease;
}
.single-opinion .author-bio-box:hover {
  border-color: #7C3AED;
}
@media (max-width: 575px) {
  .single-opinion .author-bio-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.single-opinion .author-bio-box__avatar {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0;
  background-color: #E9ECEF;
}
.single-opinion .author-bio-box__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}
.single-opinion .author-bio-box__avatar:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.single-opinion .author-bio-box__content {
  flex: 1;
}
.single-opinion .author-bio-box__name {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  color: #121212;
  line-height: 1.2;
}
.single-opinion .author-bio-box__title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7C3AED;
  display: block;
  margin-bottom: 0.75rem;
  font-weight: 700;
}
.single-opinion .author-bio-box__text {
  font-family: "Georgia", serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #212529;
  margin: 0;
}

.single-sport .article-header .kicker {
  color: #10B981;
}
.single-sport .match-summary {
  background-color: #F5F4F0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
  padding: 2rem 0;
  margin: 3rem 0;
}
.single-sport .match-summary__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}
.single-sport .match-summary__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.single-sport .match-summary__label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
}
.single-sport .match-summary__value {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #121212;
  line-height: 1;
}
.single-sport .match-summary__value--win {
  color: #10B981;
}
.single-sport .match-summary__value--loss {
  color: #EF4444;
}
.single-sport .match-summary__value--draw {
  color: #6C757D;
}

.single-cocurricular .article-header .kicker {
  color: #DB2777;
}
.single-cocurricular .club-info-box {
  background-color: #fff0f7;
  border: 1px solid rgba(219, 39, 119, 0.2);
  border-radius: 0;
  padding: 1.5rem;
  margin: 3rem auto;
  max-width: 740px;
}
.single-cocurricular .club-info-box__title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #DB2777;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(219, 39, 119, 0.2);
  padding-bottom: 0.5rem;
}
.single-cocurricular .club-info-box__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}
.single-cocurricular .club-info-box__label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  color: #ADB5BD;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.single-cocurricular .club-info-box__value {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #121212;
}

.single-gallery {
  background-color: #121212;
  color: #f0f0f0;
  min-height: 100vh;
}
.single-gallery .article-header {
  text-align: center;
  padding: 4rem 1rem;
  max-width: 900px;
  margin: 0 auto;
}
.single-gallery .article-header .kicker {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #F68B1F;
  margin-bottom: 1rem;
}
.single-gallery .article-header .headline {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .single-gallery .article-header .headline {
    font-size: 4.5rem;
  }
}
.single-gallery .article-header .deck {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  max-width: 700px;
  margin: 0 auto 2rem;
}
.single-gallery .article-header .meta-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
}
.single-gallery .article-header .meta-bar strong {
  color: #fff;
  font-weight: 700;
}
.single-gallery .gallery-grid-section {
  max-width: 1600px;
  margin: 0 auto 4rem;
  padding: 0 1rem;
}
.single-gallery .gallery-masonry {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  gap: 1rem;
}
@media (min-width: 768px) {
  .single-gallery .gallery-masonry {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 350px;
  }
}
.single-gallery .gallery-masonry .gallery-item {
  position: relative;
  background: #222;
  overflow: hidden;
  margin: 0;
}
.single-gallery .gallery-masonry .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.single-gallery .gallery-masonry .gallery-item:hover img {
  transform: scale(1.05);
}
.single-gallery .gallery-masonry .gallery-item .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single-gallery .gallery-masonry .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.single-gallery .gallery-masonry .gallery-item .view-icon svg {
  width: 32px;
  height: 32px;
  color: white;
}
.single-gallery .gallery-masonry .gallery-item figcaption {
  display: none;
}
.single-gallery .gallery-masonry .gallery-item--large {
  grid-column: span 2;
  grid-row: span 2;
}
.single-gallery .behind-lens-section {
  max-width: 800px;
  margin: 0 auto 4rem;
  padding: 0 1rem;
}
.single-gallery .lens-header {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.single-gallery .lens-header span {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}
.single-gallery .lens-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .single-gallery .lens-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.single-gallery .lens-grid .label {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F68B1F;
  margin-bottom: 0.25rem;
}
.single-gallery .lens-grid .name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #fff;
  margin: 0;
}
.single-gallery .gallery-footer {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
}
.single-gallery .gallery-footer .share-buttons {
  gap: 1rem;
}
.single-gallery .gallery-footer .share-buttons .share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.single-gallery .gallery-footer .share-buttons .share-btn:hover {
  background: #F68B1F;
  border-color: #F68B1F;
}
.single-gallery .gallery-footer .share-buttons .share-btn svg {
  width: 18px;
  height: 18px;
}
.single-gallery .related-galleries {
  background-color: #000;
  padding: 4rem 1rem;
}
.single-gallery .related-galleries .related-header {
  max-width: 1200px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 1rem;
}
.single-gallery .related-galleries .related-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: white;
  margin: 0;
}
.single-gallery .related-galleries .related-header a {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.single-gallery .related-galleries .related-header a:hover {
  color: #F68B1F;
}
.single-gallery .related-galleries .related-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .single-gallery .related-galleries .related-grid {
    grid-template-columns: 1fr;
  }
}
.single-gallery .related-galleries .related-card {
  text-decoration: none;
}
.single-gallery .related-galleries .related-card .related-img {
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1rem;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.single-gallery .related-galleries .related-card .related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-gallery .related-galleries .related-card:hover .related-img {
  opacity: 1;
}
.single-gallery .related-galleries .related-card .related-title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: white;
  margin: 0 0 5px;
}
.single-gallery .related-galleries .related-card .related-date {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
}

.single-student_spotlight,
.single-staff_spotlight {
  background-color: #FAFAF8;
}

.spotlight-split-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .spotlight-split-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.spotlight-visual {
  position: relative;
  height: 60vh;
  background-color: #E5E5E5;
}
@media (min-width: 992px) {
  .spotlight-visual {
    height: 100vh;
    position: sticky;
    top: 0;
  }
}
.spotlight-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.spotlight-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}

.spotlight-content-wrapper {
  padding: 3rem 1rem;
  max-width: 680px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .spotlight-content-wrapper {
    padding: 4rem 3rem;
    margin: 0;
    max-width: 750px;
  }
}
.spotlight-content-wrapper .contributors-section {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 4px solid #121212;
  width: 100%;
}
.spotlight-content-wrapper .contributors-header {
  margin-bottom: 2rem;
  text-align: left;
}
.spotlight-content-wrapper .contributors-title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #121212;
  margin: 0;
}
.spotlight-content-wrapper .contributors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 575px) {
  .spotlight-content-wrapper .contributors-grid {
    grid-template-columns: 1fr;
  }
}
.spotlight-content-wrapper .contributor-col {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.spotlight-content-wrapper .contributor-col .role-label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F68B1F;
  margin-bottom: 0.5rem;
  display: block;
}
.spotlight-content-wrapper .contributor-col .contributor-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25rem;
  color: #121212;
}
.spotlight-content-wrapper .contributor-col .contributor-meta {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  color: #6C757D;
  font-style: italic;
}

.spotlight-header {
  margin-bottom: 3rem;
  border-bottom: 1px solid #121212;
  padding-bottom: 2rem;
}
.spotlight-header .badge {
  display: inline-block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 4px 8px;
  background: #121212;
  color: #fff;
  margin-bottom: 1rem;
  border-radius: 0;
}
.spotlight-header .name {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  color: #121212;
}
@media (min-width: 768px) {
  .spotlight-header .name {
    font-size: 4rem;
  }
}
.spotlight-header .role {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #6C757D;
  display: block;
  margin-bottom: 1.5rem;
}

.spotlight-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.spotlight-facts .fact-item {
  display: flex;
  flex-direction: column;
}
.spotlight-facts .fact-item .label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  margin-bottom: 2px;
}
.spotlight-facts .fact-item .value {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #121212;
}

.spotlight-qa-body .intro-text {
  font-family: "Georgia", serif;
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: #212529;
}
.spotlight-qa-body .qa-pair {
  margin-bottom: 3rem;
}
.spotlight-qa-body .question {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F68B1F;
  margin-bottom: 0.5rem;
  display: block;
}
.spotlight-qa-body .answer {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #121212;
  font-weight: 500;
}
.spotlight-qa-body .answer p {
  margin: 0;
}

.spotlight-footer {
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E9ECEF;
}
.spotlight-footer .share-buttons {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}
.spotlight-footer .share-buttons .share-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E9ECEF;
  background: white;
  color: #6C757D;
  transition: all 0.2s ease;
  text-decoration: none;
}
.spotlight-footer .share-buttons .share-btn svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px;
  fill: none;
  stroke: currentColor;
}
.spotlight-footer .share-buttons .share-btn:hover {
  background-color: #F68B1F;
  border-color: #F68B1F;
  color: white;
}

/* Custom Post Types (Archives) */
.single-event .event-layout-grid {
  display: grid;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .single-event .event-layout-grid {
    grid-template-columns: 2fr 1fr;
    align-items: start;
  }
}
.single-event .article-header {
  background-color: transparent;
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #E9ECEF;
  margin-bottom: 3rem;
}
.single-event .article-header .kicker {
  color: #F68B1F;
  border: 1px solid #F68B1F;
  padding: 4px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
.single-event .article-header .headline {
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.single-event .hero-figure {
  margin-bottom: 3rem;
}
.single-event .hero-figure img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-bottom: 4px solid #121212;
}
.single-event .event-content {
  font-family: "Georgia", serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #212529;
}
.single-event .event-content h2, .single-event .event-content h3 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-event .event-content p {
  margin-bottom: 1.5rem;
}
.single-event .event-sidebar {
  position: relative;
}
@media (min-width: 768px) {
  .single-event .event-sidebar {
    position: sticky;
    top: 120px;
  }
}
.single-event .event-ticket {
  background-color: #fff;
  border: 2px solid #121212;
  padding: 0;
  box-shadow: 8px 8px 0 rgba(18, 18, 18, 0.1);
}
.single-event .event-ticket__header {
  background-color: #121212;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #121212;
}
.single-event .event-ticket__header .ticket-month {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #F68B1F;
  margin-bottom: 0.25rem;
}
.single-event .event-ticket__header .ticket-day {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.single-event .event-ticket__header .ticket-weekday {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.single-event .event-ticket__details {
  padding: 1.5rem;
}
.single-event .ticket-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E9ECEF;
}
.single-event .ticket-row:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-event .ticket-row .ticket-label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  margin-bottom: 4px;
}
.single-event .ticket-row .ticket-value {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #121212;
}
.single-event .ticket-btn {
  display: block;
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  background-color: #F68B1F;
  color: #fff;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-top: 2px solid #121212;
  transition: background-color 0.2s;
}
.single-event .ticket-btn:hover {
  background-color: #121212;
  color: #fff;
}

.related-events {
  background-color: #F5F4F0;
  padding: 4rem 0;
  border-top: 1px solid #E9ECEF;
}
.related-events .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 2px solid #121212;
  padding-bottom: 0.75rem;
}
.related-events .section-title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  color: #212529;
}
.related-events .section-link {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  text-decoration: none;
}
.related-events .section-link:hover {
  color: #F68B1F;
}
.related-events .events-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .related-events .events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.archive-header--events {
  background-color: #F5F4F0;
  border-bottom: 4px double #121212;
  padding: 4rem 0;
}

.events-section {
  margin-bottom: 3rem;
}
.events-section .section-header {
  margin-bottom: 1.5rem;
}
.events-section .section-title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .events-section .section-title {
    font-size: 1.5rem;
  }
}
.events-section .section-title {
  margin: 0;
}
.events-section .section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #F68B1F;
  margin-top: 0.25rem;
}

.event-list-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #E9ECEF;
  transition: all 150ms ease;
}
.event-list-item:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-color: #F68B1F;
}
.event-list-item__date {
  flex-shrink: 0;
  width: 70px;
  text-align: center;
  padding: 0.5rem;
  background-color: #F68B1F;
  color: #fff;
}
.event-list-item__date .day {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.event-list-item__date .month {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
.event-list-item__date .year {
  display: block;
  font-size: 0.75rem;
  opacity: 0.8;
}
.event-list-item__content {
  flex: 1;
  min-width: 0;
}
.event-list-item__title {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.event-list-item__title a {
  color: #212529;
  text-decoration: none;
}
.event-list-item__title a:hover {
  color: #F68B1F;
}
.event-list-item__excerpt {
  font-size: 0.875rem;
  color: #6C757D;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-list-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.event-list-item__image {
  flex-shrink: 0;
  width: 150px;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .event-list-item__image {
    display: block;
  }
}
.event-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6C757D;
}
.event-meta-item svg {
  opacity: 0.7;
}

.spotlight-single .spotlight-layout {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .spotlight-single .spotlight-layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.spotlight-single .spotlight-layout {
  display: grid;
  gap: 3rem;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .spotlight-single .spotlight-layout {
    grid-template-columns: 320px 1fr;
    gap: 4rem;
  }
}

.spotlight-profile__card {
  background-color: #FAFAF8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 1.5rem;
}
.spotlight-profile__image {
  aspect-ratio: 4/5;
}
.spotlight-profile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotlight-profile__info {
  padding: 1.5rem;
}
.spotlight-profile__name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}
.spotlight-profile__role {
  font-size: 1rem;
  color: #6C757D;
  margin-bottom: 1rem;
}
.spotlight-profile__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.spotlight-profile .spotlight-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #6C757D;
}
.spotlight-profile .spotlight-detail svg {
  color: #F68B1F;
}
.spotlight-profile__quote {
  font-style: italic;
  font-size: 0.875rem;
  color: #6C757D;
  border-left: 3px solid #F68B1F;
  padding-left: 1rem;
  margin: 1rem 0;
}
.spotlight-profile__social {
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
  border-top: 1px solid #E9ECEF;
}
.spotlight-profile__social .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F5F4F0;
  border-radius: 50%;
  color: #6C757D;
  transition: all 150ms ease;
}
.spotlight-profile__social .social-link:hover {
  background-color: #F68B1F;
  color: #fff;
}

.spotlight-content__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E9ECEF;
}
.spotlight-content__date {
  font-size: 0.875rem;
  color: #6C757D;
}

.spotlight-share {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E9ECEF;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.spotlight-share__label {
  font-weight: 500;
  color: #6C757D;
}
.spotlight-share__buttons {
  display: flex;
  gap: 0.5rem;
}

.more-spotlights {
  background-color: #F5F4F0;
  padding: 3rem 0;
}
.more-spotlights__header {
  margin-bottom: 2rem;
}
.more-spotlights__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .more-spotlights__title {
    font-size: 1.5rem;
  }
}
.more-spotlights__title {
  margin: 0;
}
.more-spotlights__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #F68B1F;
  margin-top: 0.25rem;
}
.more-spotlights .spotlights-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .more-spotlights .spotlights-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.opinion-single .opinion-header {
  padding: 3rem 0;
  text-align: center;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(124, 58, 237, 0.03) 100%);
}
.opinion-single .opinion-header__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.opinion-single .opinion-header__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .opinion-single .opinion-header__title {
    font-size: 2.25rem;
  }
}
.opinion-single .opinion-header__title {
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.opinion-single .opinion-header__excerpt {
  font-size: 1.25rem;
  color: #6C757D;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}
.opinion-single .opinion-header__author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.opinion-single .opinion-header__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.opinion-single .opinion-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opinion-single .opinion-header__avatar--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F4F0;
  color: #ADB5BD;
}
.opinion-single .opinion-header__author-info {
  text-align: left;
}
.opinion-single .opinion-header__author-name {
  display: block;
  font-weight: 600;
}
.opinion-single .opinion-header__author-year {
  display: block;
  font-size: 0.875rem;
  color: #6C757D;
}
.opinion-single .opinion-header__date {
  display: block;
  font-size: 0.875rem;
  color: #ADB5BD;
}
.opinion-single .opinion-body {
  padding: 3rem 0;
}
.opinion-single .opinion-quote-mark {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #7C3AED;
}
.opinion-single .opinion-author-bio {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #F5F4F0;
  border-radius: 12px;
}
.opinion-single .opinion-author-bio__title {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.opinion-single .opinion-author-bio p {
  font-size: 0.875rem;
  color: #6C757D;
  margin: 0;
}
.opinion-single .opinion-tags {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.opinion-single .opinion-tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #7C3AED;
  background-color: rgba(124, 58, 237, 0.1);
  border-radius: 9999px;
  text-decoration: none;
  transition: all 150ms ease;
}
.opinion-single .opinion-tag:hover {
  background-color: #7C3AED;
  color: #fff;
}
.opinion-single .opinion-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E9ECEF;
}
.opinion-single .opinion-footer__share {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.opinion-single .opinion-footer__label {
  font-weight: 500;
  color: #6C757D;
}
.opinion-single .opinion-footer__buttons {
  display: flex;
  gap: 0.5rem;
}

.opinion-stance {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background-color: #F5F4F0;
  color: #6C757D;
}
.opinion-stance--for {
  background-color: rgba(16, 185, 129, 0.1);
  color: #10B981;
}
.opinion-stance--against {
  background-color: rgba(239, 68, 68, 0.1);
  color: #EF4444;
}
.opinion-stance--neutral {
  background-color: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
}

.more-opinions {
  background-color: #F5F4F0;
  padding: 3rem 0;
}
.more-opinions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.more-opinions__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .more-opinions__title {
    font-size: 1.5rem;
  }
}
.more-opinions__title {
  margin: 0;
}
.more-opinions__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #7C3AED;
  margin-top: 0.25rem;
}
.more-opinions__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
  background-color: transparent;
  color: #212529;
  border-color: transparent;
}
.more-opinions__link:hover {
  background-color: #F8F9FA;
}
.more-opinions__link {
  font-size: 0.875rem;
}
.more-opinions__link svg {
  margin-left: 0.25rem;
}

.gallery-single .gallery-header {
  padding: 3rem 0;
  text-align: center;
  background-color: #F5F4F0;
}
.gallery-single .gallery-header__badge {
  margin-bottom: 1rem;
}
.gallery-single .gallery-header__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.875rem;
}
@media (min-width: 768px) {
  .gallery-single .gallery-header__title {
    font-size: 2.25rem;
  }
}
.gallery-single .gallery-header__title {
  margin-bottom: 1rem;
}
.gallery-single .gallery-header__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.gallery-single .gallery-header__description {
  font-size: 1.125rem;
  color: #6C757D;
  max-width: 600px;
  margin: 0 auto;
}
.gallery-single .gallery-meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #6C757D;
}
.gallery-single .gallery-meta-item svg {
  opacity: 0.7;
}
.gallery-single .gallery-content {
  padding: 3rem 0;
}
.gallery-single .gallery-content .wp-block-gallery {
  gap: 1rem;
}
.gallery-single .gallery-content .wp-block-image {
  border-radius: 8px;
  overflow: hidden;
}
.gallery-single .gallery-content .wp-block-image img {
  transition: transform 350ms ease;
}
.gallery-single .gallery-content .wp-block-image:hover img {
  transform: scale(1.02);
}

.more-galleries {
  background-color: #F5F4F0;
  padding: 3rem 0;
}
.more-galleries__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.more-galleries__title {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #212529;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .more-galleries__title {
    font-size: 1.5rem;
  }
}
.more-galleries__title {
  margin: 0;
}
.more-galleries__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #F68B1F;
  margin-top: 0.25rem;
}
.more-galleries__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 150ms ease;
  background-color: transparent;
  color: #212529;
  border-color: transparent;
}
.more-galleries__link:hover {
  background-color: #F8F9FA;
}
.more-galleries__link {
  font-size: 0.875rem;
}
.more-galleries__link svg {
  margin-left: 0.25rem;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background-color: #F68B1F;
  color: #fff;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.badge:hover {
  background-color: #E07A10;
  color: #fff;
}
.badge--events {
  background-color: #0891B2;
}
.badge--features {
  background-color: #2563EB;
}
.badge--opinion {
  background-color: #7C3AED;
}
.badge--news {
  background-color: #F68B1F;
}
.badge--sports {
  background-color: #059669;
}
.badge--arts {
  background-color: #DB2777;
}

.share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #F5F4F0;
  border: none;
  border-radius: 50%;
  color: #6C757D;
  cursor: pointer;
  transition: all 150ms ease;
  text-decoration: none;
}
.share-button:hover {
  background-color: #F68B1F;
  color: #fff;
}

/* Captain's Log */
/* -----------------------------------------------------------
   Captain's Log Section
   ----------------------------------------------------------- */
.captains-section {
  background: #121212;
  color: #fff;
  padding: 4rem 0;
  margin: 4rem 0;
}

.captains-grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .captains-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.captain-image {
  position: relative;
}
.captain-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.1);
  transition: filter 250ms ease;
  display: block;
}
.captain-image:hover img {
  filter: grayscale(0%);
}

.captain-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #F68B1F;
  color: #fff;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
}

.captain-content h2 {
  font-size: 2.75rem;
  color: #fff;
  margin-bottom: 0.25rem;
}

.captain-sport {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.35rem;
  color: #757575;
  margin-bottom: 2rem;
}

.qa-block {
  border-left: 1px solid #757575;
  padding-left: 1.5rem;
  margin-bottom: 1.75rem;
}

.qa-question {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #F68B1F;
  margin-bottom: 0.5rem;
}

.qa-answer {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  line-height: 1.35;
  color: #fff;
}

.captain-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #F68B1F;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: color 150ms ease;
}
.captain-link:hover {
  color: #fff;
  text-decoration: none;
}
.captain-link svg {
  width: 14px;
  height: 14px;
  transition: transform 150ms ease;
}
.captain-link:hover svg {
  transform: translateX(3px);
}

/* Sport & Co-Curricular */
/**
 * Sport & Co-Curricular Components
 *
 * Styles for sport stories, match reports, and co-curricular activities
 * Matching The Newington magazine design system
 *
 * @package Newington_Student_Mag
 */
/* -----------------------------------------------------------
   CARDS (Base - for all card types)
   ----------------------------------------------------------- */
.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-img {
  overflow: hidden;
  margin-bottom: 1rem;
  aspect-ratio: 3/2;
  background: #F5F4F0;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card:hover .card-img img {
  transform: scale(1.05);
}

.card-cat {
  font-size: 0.65rem;
  color: #F68B1F;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.card-title {
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.25;
  font-family: "Playfair Display", serif;
}
.card-title a {
  color: #212529;
  text-decoration: none;
  transition: color 0.2s;
}
.card-title a:hover {
  color: #F68B1F;
}

.card-excerpt {
  font-size: 0.9rem;
  color: #6C757D;
  margin-bottom: 0.75rem;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.55;
}

.card-meta {
  font-size: 0.7rem;
  color: #ADB5BD;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* Compact card modifier for sport and co-curricular sections */
.compact-card .card-title {
  font-size: 1.1rem;
}
.compact-card .card-img {
  aspect-ratio: 4/3;
}

/* -----------------------------------------------------------
   RESULT BADGES
   ----------------------------------------------------------- */
.result-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 0;
  letter-spacing: 0.05em;
  background: #F5F4F0;
  color: #212529;
  transition: all 0.2s;
}
.result-badge--win {
  background: #10B981;
  color: #fff;
}
.result-badge--loss {
  background: #EF4444;
  color: #fff;
}
.result-badge--draw {
  background: #6C757D;
  color: #fff;
}

.score {
  font-size: 0.8rem;
  font-weight: 700;
  color: #212529;
}

/* -----------------------------------------------------------
   SECTION HEADERS (Design A Style)
   ----------------------------------------------------------- */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  border-bottom: 2px solid #121212;
  padding-bottom: 0.75rem;
}

.section-title {
  font-size: 1.75rem;
  font-style: italic;
  font-family: "Playfair Display", serif;
  color: #212529;
  margin: 0;
  font-weight: 500;
}

.section-link {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #ADB5BD;
  transition: color 0.2s;
}
.section-link:hover {
  color: #F68B1F;
}
.section-link:hover svg {
  transform: translateX(3px);
}
.section-link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}

/* -----------------------------------------------------------
   SPORT SINGLE PAGE
   ----------------------------------------------------------- */
.sport-single .sport-header {
  position: relative;
  margin-bottom: 3rem;
}
.sport-single .sport-header__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 2rem;
}
.sport-single .sport-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sport-single .sport-header__title {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.sport-single .sport-header__excerpt {
  font-size: 1.1rem;
  color: #6C757D;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.sport-single .sport-header__meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #6C757D;
}

/* Match Summary Card */
.match-summary {
  background: #F5F4F0;
  border-bottom: 1px solid #E9ECEF;
  border-top: 1px solid #E9ECEF;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.match-summary__card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #E9ECEF;
}
.match-summary__item {
  text-align: center;
}
.match-summary__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #6C757D;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.match-summary__value {
  font-size: 1.25rem;
  color: #212529;
  font-weight: 700;
}

.sport-body {
  margin-bottom: 3rem;
}
.sport-body .entry-content {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.sport-body .entry-content p {
  margin-bottom: 1.5rem;
}

.sport-tags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}

.sport-tag {
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
  background: #F5F4F0;
  color: #212529;
  transition: all 0.2s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sport-tag:hover {
  background: #F68B1F;
  color: #fff;
}

.sport-share {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E9ECEF;
}
.sport-share__label {
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sport-share__buttons {
  display: flex;
  gap: 1rem;
}

.share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #E9ECEF;
  background: #fff;
  color: #212529;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0;
}
.share-button svg {
  width: 18px;
  height: 18px;
}
.share-button:hover {
  background: #F68B1F;
  border-color: #F68B1F;
  color: #fff;
}

.more-sport__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #121212;
}
.more-sport__title {
  font-size: 1.75rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  font-family: "Playfair Display", serif;
}
.more-sport__link {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
}
.more-sport__link:hover {
  color: #F68B1F;
}
.more-sport__link:hover svg {
  transform: translateX(3px);
}
.more-sport__link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}

/* -----------------------------------------------------------
   CO-CURRICULAR SINGLE PAGE
   ----------------------------------------------------------- */
.cocurricular-single .cocurricular-header {
  position: relative;
  margin-bottom: 3rem;
}
.cocurricular-single .cocurricular-header__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin-bottom: 2rem;
}
.cocurricular-single .cocurricular-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cocurricular-single .cocurricular-header__title {
  font-size: 2.5rem;
  line-height: 1.15;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
.cocurricular-single .cocurricular-header__excerpt {
  font-size: 1.1rem;
  color: #6C757D;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.cocurricular-single .cocurricular-header__meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: #6C757D;
}

/* Activity Summary Card */
.activity-summary {
  background: #F5F4F0;
  border-bottom: 1px solid #E9ECEF;
  border-top: 1px solid #E9ECEF;
  padding: 2rem 0;
  margin-bottom: 3rem;
}
.activity-summary__card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #E9ECEF;
}
.activity-summary__item {
  text-align: left;
}
.activity-summary__label {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #6C757D;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.activity-summary__value {
  font-size: 1.1rem;
  color: #212529;
  font-weight: 700;
}

.cocurricular-body {
  margin-bottom: 3rem;
}
.cocurricular-body .entry-content {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.cocurricular-body .entry-content p {
  margin-bottom: 1.5rem;
}

.cocurricular-tags {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E9ECEF;
  border-bottom: 1px solid #E9ECEF;
}

.cocurricular-tag {
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
  background: #F5F4F0;
  color: #212529;
  transition: all 0.2s;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cocurricular-tag:hover {
  background: #F68B1F;
  color: #fff;
}

.cocurricular-share {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid #E9ECEF;
}
.cocurricular-share__label {
  font-weight: 700;
  font-size: 0.8rem;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.cocurricular-share__buttons {
  display: flex;
  gap: 1rem;
}

.more-cocurricular__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #121212;
}
.more-cocurricular__title {
  font-size: 1.75rem;
  font-weight: 500;
  font-style: italic;
  margin: 0;
  font-family: "Playfair Display", serif;
}
.more-cocurricular__link {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ADB5BD;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.2s;
}
.more-cocurricular__link:hover {
  color: #F68B1F;
}
.more-cocurricular__link:hover svg {
  transform: translateX(3px);
}
.more-cocurricular__link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
}

/* -----------------------------------------------------------
   ARCHIVE PAGES
   ----------------------------------------------------------- */
.archive-sport .archive-header,
.archive-cocurricular .archive-header {
  text-align: center;
  padding: 3rem 0 2rem;
  border-bottom: 2px solid #121212;
  margin-bottom: 3rem;
}
.archive-sport .archive-header .archive-title,
.archive-cocurricular .archive-header .archive-title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.archive-sport .archive-header .archive-title svg,
.archive-cocurricular .archive-header .archive-title svg {
  width: 28px;
  height: 28px;
}
.archive-sport .archive-header .archive-description,
.archive-cocurricular .archive-header .archive-description {
  font-size: 1rem;
  color: #6C757D;
  margin-bottom: 2rem;
}
.archive-sport .archive-filters,
.archive-cocurricular .archive-filters {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}
.archive-sport .filter-button,
.archive-cocurricular .filter-button {
  font-size: 0.65rem;
  padding: 0.5rem 1rem;
  background: #F5F4F0;
  color: #212529;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid #E9ECEF;
  transition: all 0.2s;
  cursor: pointer;
}
.archive-sport .filter-button:hover, .archive-sport .filter-button.active,
.archive-cocurricular .filter-button:hover,
.archive-cocurricular .filter-button.active {
  background: #F68B1F;
  color: #fff;
  border-color: #F68B1F;
}

.no-results {
  text-align: center;
  padding: 3rem 0;
}
.no-results h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
}
.no-results p {
  font-size: 1rem;
  color: #6C757D;
}

/* -----------------------------------------------------------
   RESPONSIVE
   ----------------------------------------------------------- */
@media (max-width: 768px) {
  .card .card-title {
    font-size: 1rem;
  }
  .card .card-excerpt {
    font-size: 0.85rem;
  }
  .sport-single .sport-header__title,
  .sport-single .cocurricular-header__title,
  .cocurricular-single .sport-header__title,
  .cocurricular-single .cocurricular-header__title {
    font-size: 1.75rem;
  }
  .sport-single .sport-header__excerpt,
  .sport-single .cocurricular-header__excerpt,
  .cocurricular-single .sport-header__excerpt,
  .cocurricular-single .cocurricular-header__excerpt {
    font-size: 1rem;
  }
  .match-summary__card,
  .activity-summary__card {
    grid-template-columns: repeat(2, 1fr);
  }
  .sport-share,
  .cocurricular-share {
    flex-direction: column;
    align-items: flex-start;
  }
  .archive-filters {
    justify-content: flex-start;
  }
}
@media (max-width: 480px) {
  .card .card-title {
    font-size: 0.95rem;
  }
  .match-summary__card,
  .activity-summary__card {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .sport-share__buttons,
  .cocurricular-share__buttons {
    width: 100%;
    justify-content: flex-start;
  }
}
/* -----------------------------------------------------------
   REDESIGNED SPORT ARCHIVE (Phase 12)
   ----------------------------------------------------------- */
.sport-hero {
  position: relative;
  height: 80vh;
  min-height: 500px;
  max-height: 700px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  margin-bottom: 0;
}
.sport-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #000;
}
.sport-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.sport-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #121212 0%, rgba(18, 18, 18, 0.4) 50%, rgba(18, 18, 18, 0.1) 100%);
  z-index: 2;
}
.sport-hero .container {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 3rem;
}
.sport-hero__content {
  max-width: 800px;
}
.sport-hero__label {
  display: inline-block;
  background: #F68B1F;
  color: #fff;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  margin-bottom: 1rem;
}
.sport-hero__title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.sport-hero__title a {
  color: inherit;
  text-decoration: none;
  transition: color 250ms ease;
}
.sport-hero__title a:hover {
  color: #B8B8B8;
}
.sport-hero__meta {
  display: flex;
  gap: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.scoreboard-ticker {
  background: #121212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Hide scrollbar */
  scrollbar-width: none;
}
.scoreboard-ticker::-webkit-scrollbar {
  display: none;
}

.scoreboard-track {
  display: flex;
  gap: 1.5rem;
  width: max-content;
  padding: 0 1rem;
  margin: 0 auto;
}

.score-card {
  display: flex;
  flex-direction: column;
  background: #1a1a1a;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  min-width: 180px;
  text-decoration: none;
  transition: transform 250ms ease, background 250ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.score-card:hover {
  transform: translateY(-2px);
  background: #252525;
  border-color: rgba(255, 255, 255, 0.3);
}
.score-card__sport {
  font-size: 0.65rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.score-card__result {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.score-card__result.result--win {
  color: #4ade80;
}
.score-card__result.result--loss {
  color: #ef4444;
}
.score-card__result.result--draw {
  color: #facc15;
}
.score-card__outcome {
  font-weight: 900;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.score-card__score {
  font-family: "JetBrains Mono", monaco, consolas, "Andale Mono", monospace;
  font-weight: 700;
  color: #fff;
}
.score-card__opponent {
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.margin-top-xl {
  margin-top: 4rem;
}

.sport-layout-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 992px) {
  .sport-layout-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.sport-main-col .article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.sport-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.sidebar-widget {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 8px;
}
.sidebar-widget .widget-title {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #121212;
}

.filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-tags .filter-tag {
  font-size: 0.75rem;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-decoration: none;
  color: #212529;
  font-weight: 600;
  transition: all 250ms ease;
}
.filter-tags .filter-tag:hover {
  background: #121212;
  color: #fff;
  border-color: #121212;
}

.spotlight-card-sidebar .spotlight-image {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.spotlight-card-sidebar .spotlight-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spotlight-card-sidebar .spotlight-info h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1.2;
}
.spotlight-card-sidebar .spotlight-info h4 a {
  text-decoration: none;
  color: #212529;
}
.spotlight-card-sidebar .spotlight-info h4 a:hover {
  color: #F68B1F;
}
.spotlight-card-sidebar .spotlight-info .spotlight-role {
  display: block;
  font-size: 0.85rem;
  color: #6C757D;
  margin-top: 4px;
  font-style: italic;
}

/* Events & Announcements */
.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 992px) {
  .dual-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

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

.event-item {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: #E9ECEF 1px solid;
  transition: background 150ms ease;
  text-decoration: none;
  color: #212529;
  align-items: flex-start !important;
}
.event-item:first-child {
  padding-top: 0;
}
.event-item:last-child {
  border-bottom: none;
}
.event-item:hover .event-item__title {
  color: #F68B1F;
}
.event-item__date {
  flex-shrink: 0;
  width: 55px;
  text-align: center;
  padding: 0.5rem;
  background-color: #F68B1F;
  color: #fff;
  border-radius: 4px;
}
.event-item__day {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
.event-item__month {
  display: block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}
.event-item__content {
  flex: 1;
}
.event-item__title {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  transition: color 150ms ease;
  color: #212529;
}
.event-item__meta {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  color: #ADB5BD;
}

.announcement-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.announcement-item {
  display: block;
  padding-left: 1.5rem;
  border-left: 3px solid #E9ECEF;
  transition: border-color 150ms ease;
  text-decoration: none;
  color: #212529;
}
.announcement-item:hover {
  border-left-color: #F68B1F;
}
.announcement-item:hover .announcement-item__title {
  color: #F68B1F;
}
.announcement-item--urgent {
  border-left-color: #EF4444;
}
.announcement-item--urgent:hover {
  border-left-color: #EF4444;
}
.announcement-item__type {
  display: inline-block;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ADB5BD;
  margin-bottom: 0.1rem;
  display: block;
}
.announcement-item--urgent .announcement-item__type {
  color: #EF4444;
}
.announcement-item__title {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
  transition: color 150ms ease;
  color: #212529;
}
.announcement-item__date {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  color: #ADB5BD;
}

/* Footer */
.site-footer {
  background-color: #FAFAF8;
  padding: 4rem 0 2rem;
  border-top: 4px double #121212;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E9ECEF;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer-brand .footer-brand__title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #212529;
}
.footer-brand .footer-brand__text {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #121212;
  color: #121212;
  transition: all 150ms ease;
}
.footer-social a:hover {
  background: #F68B1F;
  border-color: #F68B1F;
  color: #fff;
}
.footer-social a svg {
  width: 16px;
  height: 16px;
}

.footer-nav .footer-nav__title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
  color: #212529;
}
.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  display: block;
}
.footer-nav a {
  font-size: 0.9rem;
  color: #495057;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer-nav a:hover {
  color: #F68B1F;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.footer-copyright {
  font-size: 0.75rem;
  color: #6C757D;
}

.footer-credits {
  font-size: 0.75rem;
  color: #6C757D;
}
.footer-credits a {
  color: #495057;
  text-decoration: underline;
  text-decoration-offset: 2px;
  transition: color 150ms ease;
}
.footer-credits a:hover {
  color: #F68B1F;
}

.site-footer {
  background-color: #FAFAF8;
  padding: 4rem 0 2rem;
  border-top: 4px double #121212;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E9ECEF;
}
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.footer-brand .footer-brand__title {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #212529;
}
.footer-brand .footer-brand__text {
  font-size: 0.9rem;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #121212;
  color: #121212;
  transition: all 150ms ease;
}
.footer-social a:hover {
  background: #F68B1F;
  border-color: #F68B1F;
  color: #fff;
}
.footer-social a svg {
  width: 16px;
  height: 16px;
}

.footer-nav .footer-nav__title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.25rem;
  color: #212529;
}
.footer-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  display: block;
}
.footer-nav a {
  font-size: 0.9rem;
  color: #495057;
  text-decoration: none;
  transition: color 150ms ease;
}
.footer-nav a:hover {
  color: #F68B1F;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

.footer-copyright {
  font-size: 0.75rem;
  color: #6C757D;
}

.footer-credits {
  font-size: 0.75rem;
  color: #6C757D;
}
.footer-credits a {
  color: #495057;
  text-decoration: underline;
  text-decoration-offset: 2px;
  transition: color 150ms ease;
}
.footer-credits a:hover {
  color: #F68B1F;
}

/* ==========================================================================
   MailPoet Overrides - The "Newington" Look (Strict Fix)
   ========================================================================== */
/* 1. FOOTER SECTION (Dark Background) */
#page .newsletter-section {
  background-color: #121212;
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
#page .newsletter-section .newsletter-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
#page .newsletter-section .newsletter-text {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
}
#page .newsletter-section {
  /* Target the form container */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: stretch !important;
  flex-wrap: wrap !important; /* Allow messages to wrap */
  max-width: 500px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: 0 !important;
}
@media (max-width: 575px) {
  #page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
    flex-direction: column !important;
    gap: 1rem !important;
  }
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* --- HIDE UNWANTED FIELDS --- */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form label, #page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_segment_label, #page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_text_label {
  display: none !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* Hide 'First Name' or any other text input that isn't Email */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph:not(.last) input[type=text] {
  display: none !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* Hide the paragraph wrapper of hidden inputs */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph:has(input[type=text]) {
  display: none !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* --- LAYOUT WRAPPERS --- */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph {
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  line-height: 0 !important;
  border: none !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* Email Input Container -> Grow */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph:not(.last) {
  flex-grow: 1 !important;
  width: auto !important;
  max-width: none !important;
  display: block !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* Button Container -> Fixed */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph.last {
  flex-grow: 0 !important;
  width: auto !important;
  display: block !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* --- INPUT FIELD --- */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text,
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input[type=email] {
  width: 100% !important;
  height: 50px !important;
  padding: 0 1.25rem !important;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.9rem !important;
  /* Dark Mode Styling */
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-right: none !important; /* Merge with button */
  color: #fff !important;
  box-shadow: none !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  /* Square Corners */
  border-radius: 0 !important;
}
@media (max-width: 575px) {
  #page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text,
  #page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input[type=email] {
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-align: center !important;
  }
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text::placeholder,
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text:focus,
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input[type=email]:focus {
  outline: none !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #F68B1F !important;
  position: relative;
  z-index: 10;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* --- SUBMIT BUTTON --- */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit {
  height: 50px !important;
  padding: 0 2rem !important;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.15em !important;
  background-color: #F68B1F !important;
  color: #fff !important;
  border: 1px solid #F68B1F !important;
  /* Square Corners */
  border-radius: 0 !important;
  cursor: pointer !important;
  margin: 0 !important;
  min-width: 140px !important;
  width: auto !important;
}
@media (max-width: 575px) {
  #page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit {
    width: 100% !important;
  }
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit:hover {
  background-color: rgb(217.2703862661, 113.4849785408, 8.7296137339) !important;
  border-color: rgb(217.2703862661, 113.4849785408, 8.7296137339) !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form {
  /* --- MESSAGES (Success/Error) --- */
  /* FIX: Removed the border and padding from the empty container */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_message {
  flex-basis: 100% !important;
  width: 100% !important;
  margin-top: 0 !important; /* Collapsed */
  padding: 0 !important; /* Collapsed */
  background: transparent !important;
  color: #F68B1F !important;
  border: none !important; /* NO BORDER */
  font-size: 0.85rem !important;
  text-align: center !important;
  /* Only add space when text appears */
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_message p {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
}
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_validate_success,
#page .newsletter-section div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_validate_error {
  display: block;
}

/* 
 * 2. SUBSCRIBE PAGE (Light Mode - Vertical)
 */
.article-body div[id*=mailpoet_form_] form.mailpoet_form,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form {
  max-width: 550px !important;
  margin: 3rem auto !important;
  display: block !important;
}
.article-body div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form .mailpoet_paragraph {
  margin-bottom: 2rem !important;
  display: block !important;
  width: 100% !important;
}
.article-body div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text,
.article-body div[id*=mailpoet_form_] form.mailpoet_form input[type=email],
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input[type=email] {
  width: 100% !important;
  height: 60px !important;
  border: none !important;
  border-bottom: 2px solid #121212 !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-family: "Georgia", serif !important;
  font-size: 1.5rem !important;
  color: #121212 !important;
  text-align: center !important;
  padding: 0 !important;
}
.article-body div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text:focus,
.article-body div[id*=mailpoet_form_] form.mailpoet_form input[type=email]:focus,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text:focus,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input[type=email]:focus {
  border-bottom-color: #F68B1F !important;
}
.article-body div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text::placeholder,
.article-body div[id*=mailpoet_form_] form.mailpoet_form input[type=email]::placeholder,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_text::placeholder,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input[type=email]::placeholder {
  color: #ccc !important;
}
.article-body div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit {
  width: 100% !important;
  height: 60px !important;
  background-color: #121212 !important;
  color: #fff !important;
  border-radius: 0 !important;
  margin-top: 1rem !important;
}
.article-body div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit:hover,
.page-template-default .entry-content div[id*=mailpoet_form_] form.mailpoet_form input.mailpoet_submit:hover {
  background-color: #F68B1F !important;
}

/* Comments */
.comments-area {
  max-width: 740px;
  margin: 5rem auto;
  padding: 0 1rem;
}

.comments-title,
.comment-reply-title {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #121212;
  text-align: center;
  border-top: 3px solid #121212;
  border-bottom: 1px solid #121212;
  padding: 1.5rem 0;
  margin-bottom: 3rem;
  display: block;
}

.comment-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
.comment-form p {
  margin: 0;
}
.comment-form label {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #121212;
  display: block;
  margin-bottom: 0.5rem;
}
.comment-form .logged-in-as {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.8rem;
  color: #6C757D;
  font-style: italic;
  border-bottom: 1px solid #DEE2E6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.comment-form .logged-in-as a {
  color: #D94625;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.comment-form .logged-in-as a:hover {
  text-decoration: underline;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  border: 1px solid #DEE2E6;
  background: transparent;
  padding: 1rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  border-radius: 0;
  transition: border-color 0.2s ease;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #121212;
}
.comment-form textarea {
  min-height: 200px;
  resize: vertical;
}
.comment-form .form-submit {
  margin-top: 1rem;
  text-align: right;
}
.comment-form input[type=submit] {
  background: #F68B1F;
  color: #fff;
  border: none;
  padding: 1rem 3rem;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
}
.comment-form input[type=submit]:hover {
  background: #121212;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list li.comment {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #DEE2E6;
}
.comment-list li.comment:last-child {
  border-bottom: none;
}
.comment-list .comment-body {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.5rem;
}
.comment-list .comment-author {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.comment-list .comment-author img.avatar {
  border-radius: 50%;
  filter: grayscale(100%);
}
.comment-list .comment-author .fn {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
  color: #121212;
}
.comment-list .comment-meta {
  grid-column: 2;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.comment-list .comment-meta a {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.7rem;
  color: #ADB5BD;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.comment-list .comment-meta a:hover {
  color: #121212;
}
.comment-list .comment-content {
  grid-column: 2;
  font-family: Georgia, serif;
  line-height: 1.6;
  color: #212529;
  font-size: 1.05rem;
}
.comment-list .comment-content p {
  margin-bottom: 1rem;
}
.comment-list .reply {
  grid-column: 2;
  margin-top: 1rem;
}
.comment-list .reply a {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #D94625;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.comment-list .reply a:hover {
  border-bottom-color: currentColor;
}
.comment-list .children {
  list-style: none;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #DEE2E6;
  margin-top: 2rem;
}

.comment-navigation {
  margin-bottom: 2rem;
}
.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-navigation .nav-links a {
  color: #121212;
  text-decoration: none;
}
.comment-navigation .nav-links a:hover {
  color: #D94625;
}

.comment-content a {
  word-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;
}

.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;
}

/* WordPress native gallery fallback */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  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);
}

/* Magazine Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-grid__item {
  position: relative;
  overflow: hidden;
  background: var(--color__cream);
  aspect-ratio: 4/3;
}

.gallery-grid__item--featured {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.gallery-grid__item--featured .gallery-card {
  height: 100%;
}

.gallery-card {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--color__cream);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color__cream);
  color: var(--color__gray-400);
}

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 40%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-card__overlay,
.gallery-grid__item--featured .gallery-card__overlay {
  opacity: 1;
}

.gallery-card__title {
  font-family: var(--font__headings);
  font-size: 1.15rem;
  font-weight: 500;
  margin-bottom: 0.35rem;
  margin: 0 0 0.35rem 0;
  line-height: 1.3;
}

.gallery-card__count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font__body);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.gallery-card__count svg {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid__item--featured {
    grid-column: span 2;
    grid-row: span 1;
  }
}
@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid__item--featured {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/* Pages */
.error-404-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  background-color: #FAFAF8;
  text-align: center;
  padding: 3rem 0;
}
.error-404-page .error-container {
  max-width: 600px;
  margin: 0 auto;
}
.error-404-page .big-text {
  font-family: "Playfair Display", serif;
  font-size: 8rem;
  line-height: 1;
  margin: 0;
  font-style: italic;
  font-weight: 700;
  color: #F68B1F;
  opacity: 0.9;
}
@media (max-width: 575px) {
  .error-404-page .big-text {
    font-size: 5rem;
  }
}
.error-404-page .error-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  margin: 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #121212;
}
.error-404-page .error-text {
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.1rem;
  color: #6C757D;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.error-404-page .error-search-wrapper {
  margin-bottom: 2rem;
}
.error-404-page .error-search-wrapper .search-form {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
@media (max-width: 575px) {
  .error-404-page .error-search-wrapper .search-form {
    flex-direction: column;
  }
}
.error-404-page .error-search-wrapper .search-form label {
  width: 70%;
}
@media (max-width: 575px) {
  .error-404-page .error-search-wrapper .search-form label {
    width: 100%;
  }
}
.error-404-page .error-search-wrapper .search-form input[type=search] {
  padding: 0.8rem;
  border: 1px solid #DEE2E6;
  width: 100%;
  font-family: inherit;
  border-radius: 0;
  background: #fff;
}
.error-404-page .error-search-wrapper .search-form input[type=search]:focus {
  border-color: #121212;
  outline: none;
}
.error-404-page .error-search-wrapper .search-form button, .error-404-page .error-search-wrapper .search-form input[type=submit] {
  padding: 0.8rem 1.5rem;
  background: transparent;
  border: 1px solid #121212;
  color: #121212;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  border-radius: 0;
  width: auto;
}
.error-404-page .error-search-wrapper .search-form button:hover, .error-404-page .error-search-wrapper .search-form input[type=submit]:hover {
  background: #121212;
  color: #fff;
}
.error-404-page .home-btn {
  display: inline-block;
  background: #121212;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  font-family: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: 0.3s;
  border: none;
}
.error-404-page .home-btn:hover {
  background: #F68B1F;
  color: #fff;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* 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
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #F8F9FA;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #F68B1F;
  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;
}

.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;
}

@media (max-width: 991px) {
  .site-header .main-navigation {
    display: none;
  }
  .site-masthead__inner {
    padding: 0.5rem 0;
  }
  .site-branding .site-title {
    font-size: 1.125rem;
  }
  .site-branding .site-description {
    display: none;
  }
}
@media (max-width: 991px) {
  .mobile-menu .mobile-menu__nav a {
    padding: 1rem 1.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .hero-section__inner {
    padding: 1rem 0;
  }
  .hero-grid--featured {
    grid-template-columns: 1fr;
  }
  .hero-primary {
    min-height: 300px;
  }
  .hero-primary__content {
    padding: 1rem;
  }
  .hero-primary__title {
    font-size: 1.25rem;
  }
  .hero-primary__excerpt {
    display: none;
  }
  .hero-secondary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .hero-secondary-item {
    min-height: 120px;
  }
  .hero-secondary-item__content {
    padding: 0.5rem;
  }
  .hero-secondary-item__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 575px) {
  .article-grid--2col, .article-grid--3col, .article-grid--4col {
    grid-template-columns: 1fr;
  }
  .article-card {
    display: flex;
    flex-direction: row;
  }
  .article-card__image {
    width: 120px;
    flex-shrink: 0;
    aspect-ratio: 1;
  }
  .article-card__content {
    padding: 0.5rem;
  }
  .article-card__title {
    font-size: 1rem;
  }
  .article-card__excerpt {
    display: none;
  }
  .article-card__meta {
    flex-wrap: nowrap;
    font-size: 0.75rem;
  }
  .article-card--featured {
    flex-direction: column;
  }
  .article-card--featured .article-card__image {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .article-card--featured .article-card__content {
    padding: 1rem;
  }
  .article-card--featured .article-card__title {
    font-size: 1.125rem;
  }
  .article-card--featured .article-card__excerpt {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .magazine-section {
    padding: 2rem 0;
  }
  .magazine-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .magazine-section__title {
    font-size: 1.25rem;
  }
  .dual-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  .event-card {
    flex-direction: column;
    text-align: center;
  }
  .event-card__date {
    width: 100%;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .event-card__date .day {
    font-size: 1.125rem;
  }
  .event-card__date .month {
    margin-top: 0;
  }
  .event-list-item {
    flex-direction: column;
  }
  .event-list-item__date {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 8px;
  }
  .event-list-item__image {
    display: none;
  }
}
@media (max-width: 991px) {
  .spotlight-single .spotlight-layout {
    grid-template-columns: 1fr;
  }
  .spotlight-profile__card {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .spotlight-profile__card {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .spotlight-profile__image {
    width: 150px;
    flex-shrink: 0;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .spotlight-profile__image {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 991px) {
  .spotlight-profile__info {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .spotlights-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.5rem;
  }
  .spotlight-card__image {
    aspect-ratio: 1;
  }
  .spotlight-card__content {
    padding: 0.5rem;
  }
  .spotlight-card__name {
    font-size: 0.875rem;
  }
  .spotlight-card__role, .spotlight-card__quote {
    display: none;
  }
}
@media (max-width: 767px) {
  .opinion-header__title {
    font-size: 1.5rem;
  }
  .opinion-header__excerpt {
    font-size: 1rem;
  }
  .opinion-header__author {
    flex-direction: column;
    gap: 0.5rem;
  }
  .opinion-header__author-info {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .opinions-grid {
    grid-template-columns: 1fr !important;
  }
  .opinion-card__title {
    font-size: 1rem;
  }
  .opinion-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .article-header {
    min-height: 40vh;
  }
  .article-header__content {
    padding: 1.5rem 1rem;
  }
  .article-header__title {
    font-size: 1.5rem;
  }
  .article-header__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .article-body,
  .article-footer {
    padding: 1.5rem 1rem;
  }
  .entry-content {
    font-size: 1rem;
  }
  .entry-content h2 {
    font-size: 1.25rem;
  }
  .entry-content h3 {
    font-size: 1.125rem;
  }
  .entry-content blockquote {
    padding: 1rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .article-footer__share {
    flex-direction: column;
    align-items: flex-start;
  }
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
  .post-navigation .nav-next {
    text-align: left;
    border-left: none;
    padding-left: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #E9ECEF;
  }
  .related-posts__grid {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 767px) {
  .archive-header {
    padding: 1.5rem 0;
  }
  .archive-header .page-title {
    font-size: 1.5rem;
  }
  .archive-header .archive-description {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .footer-widgets__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-widget .widget-title {
    display: inline-block;
  }
  .footer-bottom__inner {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-navigation ul {
    justify-content: center;
  }
  .social-links {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  a, button {
    min-height: 44px;
    min-width: 44px;
  }
  p a, li a, .entry-content a {
    min-height: auto;
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 767px) {
  html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  .search-modal {
    padding-top: 10vh;
  }
  .search-modal__inner {
    padding: 0 0.5rem;
  }
  .search-modal .search-form {
    flex-direction: column;
  }
  .search-modal .search-field {
    padding: 1rem;
    font-size: 1rem;
  }
  .search-modal .search-submit {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .category-nav {
    position: relative;
  }
  .category-nav::before, .category-nav::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
    z-index: 1;
  }
  .category-nav::before {
    left: 0;
    background: linear-gradient(to right, #F5F4F0, transparent);
  }
  .category-nav::after {
    right: 0;
    background: linear-gradient(to left, #F5F4F0, transparent);
  }
  .category-nav ul {
    padding: 0 1rem;
  }
}
@media (max-width: 575px) {
  .galleries-grid {
    grid-template-columns: 1fr !important;
  }
  .gallery-card {
    aspect-ratio: 16/9;
  }
}
