/*
Theme Name: Small but Styled
Theme URI: https://smallbutstyled.com/
Description: Editorial small-space design child theme for Kadence.
Author: Small but Styled
Template: kadence
Version: 0.4.1
Text Domain: smallbutstyled
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/oswald-latin-400-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/poppins-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/poppins-latin-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/poppins-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/poppins-latin-400-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/poppins-latin-500-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --sbs-paper: #f9f9fb;
  --sbs-surface: #ffffff;
  --sbs-ink: #1f2933;
  --sbs-body: #3e4c59;
  --sbs-muted: #6b7680;
  --sbs-line: #d9dde2;
  --sbs-accent: #df8427;
  --sbs-accent-dark: #a95511;
  --sbs-focus: #1a66cc;
  --sbs-max: 77rem;
  --sbs-copy: 45rem;
  --sbs-gutter: clamp(1.25rem, 2vw, 1.5rem);
  --sbs-display: "Oswald", "Arial Narrow", sans-serif;
  --sbs-body-font: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --sbs-serif: Georgia, "Times New Roman", serif;
  --sbs-ease: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body.smallbutstyled-theme {
  margin: 0;
  background: var(--sbs-paper);
  color: var(--sbs-body);
  font-family: var(--sbs-body-font);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.smallbutstyled-theme img {
  display: block;
  max-width: 100%;
  height: auto;
}

.smallbutstyled-theme a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.smallbutstyled-theme a:hover {
  color: var(--sbs-accent-dark);
}

.smallbutstyled-theme button,
.smallbutstyled-theme input,
.smallbutstyled-theme textarea,
.smallbutstyled-theme select {
  font: inherit;
}

.smallbutstyled-theme :focus-visible {
  outline: 3px solid var(--sbs-focus);
  outline-offset: 4px;
}

.sbs-shell {
  width: min(calc(100% - (2 * var(--sbs-gutter))), var(--sbs-max));
  margin-inline: auto;
}

.sbs-copy {
  width: min(calc(100% - (2 * var(--sbs-gutter))), var(--sbs-copy));
  margin-inline: auto;
}

.sbs-skip-link {
  position: fixed;
  z-index: 10000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  transform: translateY(-160%);
  border-radius: 0.2rem;
  background: var(--sbs-ink);
  color: #fff;
  font-weight: 600;
}

.sbs-skip-link:focus {
  transform: translateY(0);
}

.sbs-site-header {
  position: relative;
  z-index: 100;
  min-height: 6.25rem;
  background: var(--sbs-surface);
}

.sbs-header-inner {
  display: flex;
  min-height: 6.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.sbs-wordmark {
  color: #111820;
  font-family: var(--sbs-serif);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.sbs-wordmark:hover {
  color: var(--sbs-ink);
}

.sbs-primary-nav ul,
.sbs-footer-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: clamp(1.25rem, 2.2vw, 2rem);
  list-style: none;
}

.sbs-primary-nav a {
  color: #202832;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
  text-transform: uppercase;
}

.sbs-primary-nav a:hover,
.sbs-primary-nav .current-menu-item > a,
.sbs-primary-nav .current_page_item > a {
  color: var(--sbs-accent-dark);
}

.sbs-menu-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--sbs-ink);
  cursor: pointer;
}

.sbs-menu-toggle-lines,
.sbs-menu-toggle-lines::before,
.sbs-menu-toggle-lines::after {
  display: block;
  width: 1.35rem;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform var(--sbs-ease), opacity var(--sbs-ease);
}

.sbs-menu-toggle-lines {
  position: relative;
}

.sbs-menu-toggle-lines::before {
  position: absolute;
  top: -0.42rem;
}

.sbs-menu-toggle-lines::after {
  position: absolute;
  top: 0.42rem;
}

.sbs-menu-toggle[aria-expanded="true"] .sbs-menu-toggle-lines {
  background: transparent;
}

.sbs-menu-toggle[aria-expanded="true"] .sbs-menu-toggle-lines::before {
  transform: translateY(0.42rem) rotate(45deg);
}

.sbs-menu-toggle[aria-expanded="true"] .sbs-menu-toggle-lines::after {
  transform: translateY(-0.42rem) rotate(-45deg);
}

.sbs-hero {
  position: relative;
  display: grid;
  min-height: clamp(31rem, 48vw, 38.75rem);
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.sbs-hero-media,
.sbs-hero-media img,
.sbs-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sbs-hero-media {
  z-index: -2;
  margin: 0;
  background: #6f7775;
}

.sbs-hero-media img {
  object-fit: cover;
  object-position: center;
}

.sbs-hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(12, 19, 20, 0.7) 0%, rgba(12, 19, 20, 0.25) 48%, rgba(12, 19, 20, 0.03) 75%);
  content: "";
}

.sbs-hero-copy {
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

.sbs-hero-title {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-family: var(--sbs-display);
  font-size: clamp(3.2rem, 6.3vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.06;
  text-wrap: balance;
}

.sbs-accent {
  color: var(--sbs-accent);
}

.sbs-hero-deck {
  max-width: 37rem;
  margin: 1rem 0 0;
  color: #fff;
  font-family: var(--sbs-display);
  font-size: clamp(1.18rem, 2vw, 1.42rem);
  font-weight: 500;
  letter-spacing: 0.005em;
  line-height: 1.45;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.sbs-section {
  padding-block: clamp(4.5rem, 9vw, 7.75rem);
}

.sbs-section-heading {
  margin: 0 0 clamp(2.1rem, 5vw, 3.4rem);
  color: var(--sbs-ink);
  font-family: var(--sbs-display);
  font-size: clamp(2rem, 3vw, 2.65rem);
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-align: center;
}

.sbs-story-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 3rem 2.5rem;
  list-style: none;
}

.sbs-story-card {
  min-width: 0;
}

.sbs-story-card-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.sbs-story-card.is-summary .sbs-story-card-inner {
  min-height: 40.125rem;
}

.sbs-story-card-image-link,
.sbs-story-card-title a {
  display: block;
  color: var(--sbs-ink);
  text-decoration: none;
}

.sbs-story-card-image {
  aspect-ratio: 3 / 2;
  margin: 0 0 1.0625rem;
  overflow: hidden;
  background: #e8e7e3;
}

.sbs-story-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.sbs-story-card:hover .sbs-story-card-image img,
.sbs-story-card:focus-within .sbs-story-card-image img {
  transform: scale(1.025);
}

.sbs-story-card-title {
  margin: 0;
  color: inherit;
  font-size: clamp(1rem, 1.3vw, 1.075rem);
  font-weight: 500;
  line-height: 1.5;
  text-wrap: pretty;
}

.sbs-story-card.is-summary .sbs-story-card-title {
  min-height: 3em;
  font-family: var(--sbs-display);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.smallbutstyled-theme .sbs-story-card-title a {
  color: var(--sbs-ink);
}

.sbs-story-card-category {
  margin: 0 0 0.35rem;
  font-size: 0.74375rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.6;
  text-transform: uppercase;
}

.sbs-story-card-category a {
  color: var(--sbs-accent);
  text-decoration: none;
}

.sbs-story-card-byline {
  margin: 0.65rem 0;
  color: var(--sbs-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.sbs-story-card-byline a {
  color: var(--sbs-body);
  font-weight: 600;
  text-decoration: none;
}

.sbs-story-card-excerpt {
  min-height: 8em;
  margin: 1.0625rem 0;
  color: var(--sbs-body);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.sbs-story-card-more {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  padding: 0;
  border: 0;
  color: var(--sbs-ink);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
}

.sbs-story-card-more span {
  margin-left: 0.35rem;
  color: var(--sbs-accent-dark);
  transition: transform var(--sbs-ease);
}

.sbs-story-card-more:hover span,
.sbs-story-card-more:focus-visible span {
  transform: translateX(0.2rem);
}

.sbs-section-action {
  display: flex;
  margin-top: 3rem;
  justify-content: center;
}

.sbs-button,
.smallbutstyled-theme input[type="submit"] {
  display: inline-flex;
  min-height: 2.8rem;
  padding: 0.75rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sbs-accent);
  border-radius: 0.15rem;
  background: var(--sbs-accent);
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background var(--sbs-ease), border-color var(--sbs-ease), transform var(--sbs-ease);
}

.sbs-button:hover,
.sbs-button:focus-visible,
.smallbutstyled-theme input[type="submit"]:hover,
.smallbutstyled-theme input[type="submit"]:focus-visible {
  border-color: var(--sbs-accent-dark);
  background: var(--sbs-accent-dark);
  color: #fff;
  transform: translateY(-1px);
}

.sbs-divider {
  width: min(calc(100% - (2 * var(--sbs-gutter))), var(--sbs-max));
  height: 3px;
  margin-inline: auto;
  border: 0;
  background: var(--sbs-accent);
  opacity: 0.82;
}

.sbs-about {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.sbs-about-media {
  position: relative;
  display: grid;
  min-height: clamp(31rem, 52vw, 36rem);
  padding: var(--sbs-gutter);
  place-items: center;
  overflow: hidden;
  background: #766d5f;
}

.sbs-about-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbs-about-card {
  position: relative;
  z-index: 1;
  width: min(100%, 29rem);
  padding: clamp(2.25rem, 4vw, 3.4rem);
  border-radius: 0.35rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 18px 46px rgba(27, 32, 34, 0.18);
  text-align: center;
}

.sbs-about-card h2 {
  margin: 0 0 1rem;
  color: var(--sbs-ink);
  font-family: var(--sbs-display);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  line-height: 1.25;
}

.sbs-about-card p {
  margin: 0 0 1.15rem;
}

.sbs-text-link {
  color: var(--sbs-accent-dark);
  font-weight: 600;
  text-decoration: none;
}

.sbs-text-link::after {
  content: "  →";
}

.sbs-faq {
  padding-block: clamp(5rem, 9vw, 7rem);
}

.sbs-section-intro {
  width: min(100%, 46rem);
  margin: -1.8rem auto clamp(2.5rem, 5vw, 4rem);
  color: var(--sbs-body);
  font-size: 0.98rem;
  font-style: italic;
  text-align: center;
}

.sbs-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 3.5rem;
}

.sbs-faq-item {
  border-bottom: 1px solid #aeb5bc;
}

.sbs-faq-item summary {
  display: grid;
  min-height: 4.35rem;
  padding: 1rem 2.2rem 1rem 0;
  align-items: center;
  color: var(--sbs-ink);
  cursor: pointer;
  font-family: var(--sbs-display);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.sbs-faq-item summary::-webkit-details-marker {
  display: none;
}

.sbs-faq-item summary::after {
  position: absolute;
  right: 0.25rem;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-0.2rem);
  transition: transform var(--sbs-ease);
}

.sbs-faq-item[open] summary::after {
  transform: rotate(225deg) translate(-0.12rem, -0.1rem);
}

.sbs-faq-answer {
  padding: 0 1.5rem 1.25rem 0;
  color: var(--sbs-body);
  font-size: 0.95rem;
}

.sbs-faq-answer p {
  margin: 0;
}

.sbs-page-hero {
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(3.2rem, 7vw, 5rem);
  text-align: center;
}

.sbs-eyebrow {
  margin: 0 0 0.75rem;
  color: var(--sbs-accent-dark);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sbs-page-title,
.sbs-entry-title {
  margin: 0;
  color: var(--sbs-ink);
  font-family: var(--sbs-display);
  font-size: clamp(2.7rem, 6vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.sbs-page-description {
  max-width: 43rem;
  margin: 1.25rem auto 0;
  font-size: 1.08rem;
  text-wrap: balance;
}

.sbs-archive-content {
  padding-bottom: clamp(5rem, 10vw, 8rem);
}

.sbs-pagination {
  --sbs-pagination-accent: #e47b02;
  margin: 2.65625rem 0;
}

.sbs-pagination .navigation.pagination {
  margin: 0;
}

.sbs-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.28369140625rem;
}

.sbs-pagination a,
.sbs-pagination .current,
.sbs-pagination .dots {
  display: inline-flex;
  width: 2.65625rem;
  height: 2.640625rem;
  margin-right: 0.53125rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--sbs-body);
  font-family: var(--sbs-body-font);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 2.390625rem;
  text-decoration: none;
}

.sbs-pagination a:last-child,
.sbs-pagination .current:last-child,
.sbs-pagination .dots:last-child {
  margin-right: 0;
}

.sbs-pagination a:hover,
.sbs-pagination a:focus-visible {
  border-color: var(--sbs-pagination-accent);
  color: var(--sbs-accent-dark);
}

.sbs-pagination .current {
  border-color: var(--sbs-pagination-accent);
  background: var(--sbs-pagination-accent);
  color: #fff;
}

.sbs-pagination .dots {
  display: inline-block;
  width: auto;
  height: 2.390625rem;
  align-self: center;
  border: 0;
}

.sbs-pagination .prev,
.sbs-pagination .next {
  font-size: 1.0625rem;
}

.sbs-entry-header {
  width: min(calc(100% - (2 * var(--sbs-gutter))), 58rem);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0 clamp(2.5rem, 5vw, 4rem);
  text-align: center;
}

.sbs-entry-meta {
  display: flex;
  margin-top: 1.35rem;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.2rem;
  color: var(--sbs-muted);
  font-size: 0.86rem;
}

.sbs-entry-featured {
  width: min(calc(100% - (2 * var(--sbs-gutter))), var(--sbs-max));
  aspect-ratio: 16 / 9;
  margin: 0 auto clamp(3.5rem, 7vw, 5.5rem);
  overflow: hidden;
  background: #e7e5df;
}

.sbs-entry-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbs-entry-content {
  color: #313e49;
  font-size: clamp(1.0625rem, 1.4vw, 1.125rem);
  line-height: 1.78;
}

.sbs-entry-content > * {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.sbs-entry-content h2,
.sbs-entry-content h3,
.sbs-entry-content h4 {
  margin-top: 1.75em;
  margin-bottom: 0.65em;
  color: var(--sbs-ink);
  font-family: var(--sbs-display);
  line-height: 1.2;
  scroll-margin-top: 2rem;
}

.sbs-entry-content h2 {
  font-size: clamp(2rem, 4vw, 2.65rem);
}

.sbs-entry-content h3 {
  font-size: clamp(1.55rem, 3vw, 2rem);
}

.sbs-entry-content a {
  color: var(--sbs-accent-dark);
  font-weight: 550;
}

.sbs-entry-content blockquote {
  margin-inline: 0;
  padding: 1.1rem 1.5rem;
  border-left: 4px solid var(--sbs-accent);
  background: #fff;
  color: var(--sbs-ink);
  font-family: var(--sbs-serif);
  font-size: 1.3rem;
  font-style: italic;
}

.sbs-entry-content figure.alignwide,
.sbs-entry-content .alignwide {
  width: min(calc(100vw - (2 * var(--sbs-gutter))), 60rem);
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.sbs-entry-content figcaption {
  margin-top: 0.7rem;
  color: var(--sbs-muted);
  font-size: 0.82rem;
  text-align: center;
}

.sbs-post-footer {
  padding-block: clamp(4rem, 8vw, 6rem);
}

.sbs-entry-share {
  margin-top: clamp(3rem, 7vw, 5rem);
}

.sbs-share {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sbs-share--article {
  padding: 1.35rem 0;
  border-top: 1px solid var(--sbs-line);
  border-bottom: 1px solid var(--sbs-line);
}

.sbs-share-label {
  margin: 0;
  color: var(--sbs-ink);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.sbs-share-list {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
}

.sbs-share-list a,
.sbs-share-list button {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid #c4c9ce;
  border-radius: 50%;
  background: transparent;
  color: var(--sbs-ink);
  cursor: pointer;
  place-items: center;
  transition: color var(--sbs-ease), border-color var(--sbs-ease), background var(--sbs-ease), transform var(--sbs-ease);
}

.sbs-share-list a:hover,
.sbs-share-list a:focus-visible,
.sbs-share-list button:hover,
.sbs-share-list button:focus-visible {
  border-color: var(--sbs-accent);
  background: var(--sbs-accent);
  color: #fff;
  transform: translateY(-2px);
}

.sbs-share-list svg {
  width: 1.05rem;
  height: 1.05rem;
}

.sbs-post-nav {
  display: grid;
  padding-top: 2rem;
  border-top: 1px solid var(--sbs-line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.sbs-post-nav a {
  color: var(--sbs-ink);
  font-weight: 600;
  text-decoration: none;
}

.sbs-post-nav .nav-next {
  text-align: right;
}

.sbs-related {
  padding: clamp(4.5rem, 8vw, 6rem) 0 clamp(5rem, 10vw, 8rem);
  background: #fff;
}

.sbs-comments {
  padding: clamp(4.5rem, 9vw, 7rem) 0;
  border-top: 1px solid var(--sbs-line);
  background: #f3f3f1;
}

.sbs-comments-heading {
  margin-bottom: 2.5rem;
}

.sbs-comments-heading h2,
.sbs-comment-reply-title,
.comment-reply-title {
  margin: 0;
  color: var(--sbs-ink);
  font-family: var(--sbs-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 600;
  line-height: 1.15;
}

.sbs-comments-heading > p:last-child {
  max-width: 41rem;
  margin: 1rem 0 0;
}

.sbs-comment-list,
.sbs-comment-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sbs-comment-list .children {
  margin-left: clamp(1.25rem, 5vw, 4.5rem);
}

.sbs-comment-body {
  display: grid;
  padding: 1.6rem 0;
  border-top: 1px solid #d4d5d2;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: 1rem;
}

.sbs-comment-avatar {
  display: grid;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--sbs-ink);
  color: #fff;
  font-family: var(--sbs-display);
  font-size: 1.1rem;
  font-weight: 600;
  place-items: center;
}

.sbs-comment-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
}

.sbs-comment-header cite {
  color: var(--sbs-ink);
  font-style: normal;
  font-weight: 650;
}

.sbs-comment-moderation {
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: #fff1df;
  color: #7c3d08;
  font-size: 0.74rem;
  font-weight: 650;
}

.sbs-comment-text p {
  margin: 0.55rem 0;
}

.sbs-comment .reply a {
  color: var(--sbs-accent-dark);
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
}

.comment-respond {
  margin-top: 3rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 3px solid var(--sbs-accent);
  background: #fff;
}

.comment-respond .comment-reply-title {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
}

.comment-notes,
.sbs-comment-guidance {
  color: var(--sbs-muted);
  font-size: 0.86rem;
}

.comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
}

.comment-form > p {
  margin: 1rem 0 0;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-cookies-consent,
.comment-form .sbs-comment-guidance,
.comment-form .form-submit,
.comment-form .logged-in-as {
  grid-column: 1 / -1;
}

.comment-form label:not([for="wp-comment-cookies-consent"]) {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--sbs-ink);
  font-size: 0.9rem;
  font-weight: 600;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.comment-form-cookies-consent input {
  margin-top: 0.35rem;
}

.sbs-generic-page {
  padding-bottom: clamp(5rem, 10vw, 8rem);
}

.sbs-search-form {
  display: flex;
  width: min(100%, 38rem);
  margin: 2rem auto 0;
  gap: 0.65rem;
}

.sbs-search-form label {
  flex: 1;
}

.sbs-search-form input[type="search"],
.smallbutstyled-theme input[type="text"],
.smallbutstyled-theme input[type="email"],
.smallbutstyled-theme input[type="url"],
.smallbutstyled-theme textarea,
.smallbutstyled-theme select {
  width: 100%;
  min-height: 3rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid #aeb5bc;
  border-radius: 0.15rem;
  background: #fff;
  color: var(--sbs-ink);
}

.smallbutstyled-theme textarea {
  min-height: 10rem;
  resize: vertical;
}

.sbs-contact-form {
  margin-top: 2.25rem;
}

.sbs-contact-form > p {
  margin-bottom: 1.25rem;
}

.sbs-contact-form label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--sbs-ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.sbs-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.sbs-form-notice {
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--sbs-accent);
  background: #fff;
}

.sbs-form-notice.is-success {
  border-color: #278257;
}

.sbs-form-notice.is-error {
  border-color: #b83b36;
}

.sbs-newsletter {
  position: relative;
  padding: clamp(4rem, 8vw, 6.75rem) 0;
  overflow: hidden;
  background: var(--sbs-ink);
  color: #fff;
}

.sbs-newsletter::before {
  position: absolute;
  top: -7rem;
  right: -4rem;
  width: 21rem;
  height: 21rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 3.5rem rgba(255, 255, 255, 0.025), 0 0 0 7rem rgba(255, 255, 255, 0.02);
  content: "";
}

.sbs-newsletter-inner {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2.5rem, 7vw, 7rem);
}

.sbs-newsletter-kicker {
  margin: 0 0 0.8rem;
  color: #f3ad67;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sbs-newsletter-copy h2,
.sbs-newsletter-dialog h2 {
  margin: 0;
  color: #fff;
  font-family: var(--sbs-display);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.03;
  text-wrap: balance;
}

.sbs-newsletter-copy > p:last-child {
  max-width: 35rem;
  margin: 1.2rem 0 0;
  color: #cbd1d6;
}

.sbs-newsletter-form-panel {
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(12px);
}

.sbs-newsletter-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
}

.sbs-newsletter-form input[type="email"] {
  min-height: 3.45rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background: #fff;
}

.sbs-newsletter-submit {
  min-height: 3.45rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--sbs-accent);
  border-radius: 0;
  background: var(--sbs-accent);
  color: #fff;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 650;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  transition: background var(--sbs-ease), border-color var(--sbs-ease);
}

.sbs-newsletter-submit:hover,
.sbs-newsletter-submit:focus-visible {
  border-color: #f3ad67;
  background: #f3ad67;
  color: #1f2933;
}

.sbs-newsletter-consent {
  display: flex;
  margin-top: 0.9rem;
  align-items: flex-start;
  gap: 0.65rem;
  color: #d5d9dd;
  font-size: 0.78rem;
  line-height: 1.55;
}

.sbs-newsletter-consent input {
  margin-top: 0.26rem;
  accent-color: var(--sbs-accent);
}

.sbs-newsletter-privacy {
  margin: 0.55rem 0 0;
  color: #aeb7bf;
  font-size: 0.74rem;
}

.sbs-newsletter-privacy a {
  color: #fff;
}

.sbs-newsletter .sbs-form-notice {
  color: var(--sbs-ink);
}

.sbs-newsletter-popup {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: grid;
  padding: 1.25rem;
  place-items: center;
}

.sbs-newsletter-popup[hidden] {
  display: none;
}

.sbs-newsletter-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(15, 22, 27, 0.72);
  cursor: default;
  backdrop-filter: blur(5px);
}

.sbs-newsletter-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 37rem);
  max-height: calc(100vh - 2.5rem);
  padding: clamp(2rem, 6vw, 4rem);
  border-top: 5px solid var(--sbs-accent);
  overflow-y: auto;
  background: var(--sbs-ink);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.4);
  color: #d8dde1;
}

.sbs-newsletter-dialog h2 {
  font-size: clamp(2.45rem, 6vw, 4rem);
}

.sbs-newsletter-dialog > p:not(.sbs-newsletter-kicker) {
  margin: 1rem 0 1.5rem;
}

.sbs-newsletter-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  place-items: center;
}

.sbs-newsletter-close:hover,
.sbs-newsletter-close:focus-visible {
  border-color: var(--sbs-accent);
  background: var(--sbs-accent);
}

.sbs-newsletter-dialog .sbs-newsletter-form {
  padding-top: 0.2rem;
}

.sbs-newsletter-dialog .sbs-form-notice {
  color: var(--sbs-ink);
}

.sbs-popup-open {
  overflow: hidden;
}

.sbs-empty-state {
  width: min(calc(100% - (2 * var(--sbs-gutter))), 42rem);
  margin: 0 auto clamp(6rem, 10vw, 9rem);
  padding: clamp(2rem, 5vw, 3rem);
  border-top: 3px solid var(--sbs-accent);
  background: #fff;
  text-align: center;
}

.sbs-site-footer {
  padding-block: clamp(3rem, 6vw, 4.5rem);
  background: #f0f1f4;
  color: #4d5964;
}

.sbs-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2.5rem;
}

.sbs-footer-brand p {
  margin: 0.45rem 0 0;
  color: var(--sbs-muted);
  font-size: 0.86rem;
}

.sbs-footer-wordmark {
  color: var(--sbs-ink);
  font-family: var(--sbs-serif);
  font-size: 1.65rem;
  font-weight: 600;
  text-decoration: none;
}

.sbs-share--footer {
  justify-content: flex-end;
}

.sbs-footer-bottom {
  display: flex;
  padding-top: 1.75rem;
  border-top: 1px solid #d8dadd;
  align-items: center;
  justify-content: space-between;
  grid-column: 1 / -1;
  gap: 2rem;
}

.sbs-footer-nav a {
  font-size: 0.84rem;
  text-decoration: none;
}

.sbs-copyright {
  margin: 0;
  font-size: 0.84rem;
  text-align: right;
}

@media (max-width: 56.25rem) {
  .sbs-menu-toggle {
    display: inline-flex;
  }

  .sbs-primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 0.75rem var(--sbs-gutter) 1.25rem;
    border-top: 1px solid var(--sbs-line);
    background: #fff;
    box-shadow: 0 18px 28px rgba(27, 32, 34, 0.08);
  }

  .sbs-primary-nav.is-open {
    display: block;
  }

  .sbs-primary-nav ul {
    display: grid;
    gap: 0;
  }

  .sbs-primary-nav a {
    display: flex;
    min-height: 3rem;
    align-items: center;
    border-bottom: 1px solid #eceef0;
  }

  .sbs-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sbs-faq-grid {
    grid-template-columns: 1fr;
  }

  .sbs-newsletter-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .sbs-footer-inner {
    grid-template-columns: 1fr;
  }

  .sbs-share--footer {
    justify-content: flex-start;
  }
}

@media (max-width: 37.5rem) {
  .sbs-site-header,
  .sbs-header-inner {
    min-height: 4.75rem;
  }

  .sbs-wordmark {
    font-size: 1.45rem;
  }

  .sbs-hero {
    min-height: 25rem;
  }

  .sbs-hero-media img {
    object-position: 58% center;
  }

  .sbs-hero::after {
    background: linear-gradient(90deg, rgba(12, 19, 20, 0.72), rgba(12, 19, 20, 0.16));
  }

  .sbs-hero-copy {
    padding-block: 4rem 3.5rem;
  }

  .sbs-story-grid {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .sbs-story-card-title {
    font-size: 1.05rem;
  }

  .sbs-story-card.is-summary .sbs-story-card-title,
  .sbs-story-card-excerpt {
    min-height: 0;
  }

  .sbs-story-card.is-summary .sbs-story-card-inner {
    min-height: 0;
  }

  .sbs-about {
    padding-block: 2.5rem;
  }

  .sbs-about-media {
    min-height: 34rem;
    padding: 1rem;
    align-items: end;
  }

  .sbs-about-media > img {
    object-position: center;
  }

  .sbs-about-card {
    padding: 2rem 1.35rem;
  }

  .sbs-post-nav {
    grid-template-columns: 1fr;
  }

  .sbs-post-nav .nav-next {
    text-align: left;
  }

  .sbs-search-form {
    flex-direction: column;
  }

  .sbs-share {
    align-items: flex-start;
    flex-direction: column;
  }

  .sbs-comment-list .children {
    margin-left: 1rem;
  }

  .sbs-comment-body {
    grid-template-columns: 2.6rem minmax(0, 1fr);
  }

  .sbs-comment-avatar {
    width: 2.6rem;
    height: 2.6rem;
  }

  .comment-form {
    grid-template-columns: 1fr;
  }

  .comment-form > p {
    grid-column: 1;
  }

  .sbs-newsletter-fields {
    grid-template-columns: 1fr;
  }

  .sbs-newsletter-submit {
    width: 100%;
  }

  .sbs-newsletter-popup {
    padding: 0;
    place-items: end center;
  }

  .sbs-newsletter-dialog {
    width: 100%;
    max-height: 92vh;
    padding: 2.7rem 1.25rem 1.5rem;
  }

  .sbs-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
  }

  .sbs-footer-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem 1.15rem;
  }

  .sbs-copyright {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
