/*
Theme Name: Marysah Foks Preview
Theme URI: https://www.marysah.com
Author: Marysah Local Preview
Description: Local-only Foks-inspired editorial preview theme for Mary Sahandi's production content.
Version: 0.1.0
Text Domain: marysah-foks-preview
*/

:root {
  --mf-bg: #f7f6f2;
  --mf-card: #ffffff;
  --mf-card-soft: #fbfaf7;
  --mf-text: #0e0e0f;
  --mf-muted: #67625d;
  --mf-line: #e8e1d7;
  --mf-line-strong: #d9cfc2;
  --mf-accent: #f09814;
  --mf-accent-soft: #fff0d8;
  --mf-rose: #b86f68;
  --mf-green: #697a62;
  --mf-shadow: 0 18px 44px rgba(18, 18, 18, 0.08);
  --mf-radius: 8px;
  --mf-content: min(1240px, calc(100vw - 40px));
  --mf-narrow: min(820px, calc(100vw - 40px));
}

[data-theme="dark"] {
  --mf-bg: #111111;
  --mf-card: #181818;
  --mf-card-soft: #202020;
  --mf-text: #f7f4ee;
  --mf-muted: #b9b2a9;
  --mf-line: #303030;
  --mf-line-strong: #454545;
  --mf-accent-soft: #392711;
  --mf-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--mf-text);
  background: var(--mf-bg);
  font-family: Inter, Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.nav-open,
body.search-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover,
a:focus {
  color: var(--mf-accent);
}

button,
input,
textarea {
  font: inherit;
}

.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  top: 12px;
  left: 12px;
  z-index: 10000;
  width: auto;
  height: auto;
  clip: auto;
  padding: 10px 14px;
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
}

.site-shell {
  min-height: 100vh;
}

.top-strip {
  border-bottom: 1px solid var(--mf-line);
  background: var(--mf-card);
}

.top-strip__inner {
  width: var(--mf-content);
  min-height: 44px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.top-strip__label,
.eyebrow,
.meta,
.post-card__meta,
.section-label {
  color: var(--mf-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.top-strip__ticker {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: hidden;
}

.top-strip__ticker a {
  min-width: 0;
  display: block;
  overflow: hidden;
  color: var(--mf-text);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-strip__ticker a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--mf-accent);
  vertical-align: 0.08em;
}

.top-strip__date {
  color: var(--mf-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: color-mix(in srgb, var(--mf-bg) 92%, transparent);
  border-bottom: 1px solid var(--mf-line);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  width: var(--mf-content);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.site-brand__mark {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--mf-line);
  border-radius: 50%;
  background: var(--mf-card);
  color: var(--mf-accent);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.site-brand__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.site-brand__name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
}

.site-brand__tagline {
  color: var(--mf-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  justify-self: center;
}

.site-nav ul,
.footer-menu,
.category-list,
.tag-list,
.social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.site-nav a {
  color: var(--mf-text);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: var(--mf-accent);
}

.site-nav .menu-item-has-children {
  position: relative;
}

.site-nav .sub-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: -18px;
  min-width: 210px;
  padding: 10px;
  display: grid;
  gap: 4px;
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav .menu-item-has-children:hover .sub-menu,
.site-nav .menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-nav .sub-menu a {
  display: block;
  padding: 9px 10px;
  color: var(--mf-muted);
  font-size: 0.78rem;
  text-transform: none;
  letter-spacing: 0;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.icon-button,
.nav-toggle,
.search-close {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  color: var(--mf-text);
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: 50%;
  cursor: pointer;
}

.icon-button svg,
.nav-toggle svg,
.search-close svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-toggle {
  display: none;
}

.site-main {
  width: var(--mf-content);
  margin: 0 auto;
  padding: 38px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.hero-feature {
  min-height: 540px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: end;
  color: #fff;
  background: #111;
  border-radius: var(--mf-radius);
}

.hero-feature__media {
  position: absolute;
  inset: 0;
}

.hero-feature__media img,
.media-link img,
.page-hero__media img,
.entry-hero__media img,
.sidebar-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-feature__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.74) 100%);
}

.hero-feature__body {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  padding: 34px;
}

.category-pill,
.tag-list a,
.category-list a,
.wp-block-tag-cloud a,
.post-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  color: var(--mf-text);
  background: var(--mf-accent-soft);
  border: 1px solid color-mix(in srgb, var(--mf-accent) 30%, var(--mf-line));
  border-radius: 999px;
  font-size: 0.72rem !important;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-feature .category-pill {
  color: #15100a;
  background: var(--mf-accent);
  border-color: transparent;
}

.hero-feature h1,
.page-hero h1,
.entry-hero h1,
.archive-hero h1 {
  margin: 14px 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-feature h1 a,
.post-card h2 a,
.post-card h3 a,
.compact-post a,
.featured-row a,
.entry-related a {
  text-decoration: none;
}

.hero-feature__excerpt {
  width: min(620px, 100%);
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.06rem;
}

.hero-feature .meta {
  color: rgba(255, 255, 255, 0.8);
}

.hero-side {
  display: grid;
  gap: 18px;
}

.panel {
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
}

.intro-panel {
  display: grid;
  align-content: center;
  min-height: 250px;
  padding: 28px;
  background: var(--mf-text);
  color: var(--mf-bg);
}

.intro-panel .eyebrow,
.intro-panel .meta {
  color: color-mix(in srgb, var(--mf-bg) 70%, var(--mf-muted));
}

.intro-panel h2 {
  margin: 10px 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 0.98;
}

.featured-row {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
}

.featured-row + .featured-row {
  border-top: 1px solid var(--mf-line);
}

.featured-row__image {
  aspect-ratio: 1.15;
  overflow: hidden;
  background: var(--mf-card-soft);
  border-radius: var(--mf-radius);
}

.featured-row h3,
.compact-post h3 {
  margin: 5px 0 0;
  font-size: 1rem;
  line-height: 1.28;
}

.section-block {
  margin-top: 46px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--mf-line);
}

.section-heading h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 0.98;
}

.section-heading a {
  color: var(--mf-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.post-card {
  overflow: hidden;
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
}

.post-card--plain {
  padding: 22px;
}

.media-link {
  display: block;
  aspect-ratio: 1.32;
  overflow: hidden;
  background: var(--mf-card-soft);
}

.media-link img,
.featured-row__image img,
.sidebar-gallery img {
  transition: transform 260ms ease;
}

.media-link:hover img,
.featured-row:hover img,
.sidebar-gallery a:hover img {
  transform: scale(1.04);
}

.post-card__body {
  padding: 18px;
}

.post-card__meta,
.entry-meta,
.comment-metadata,
.logged-in-as {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.meta > * + *::before,
.post-card__meta > * + *::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--mf-accent);
}

.post-card h2,
.post-card h3 {
  margin: 9px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.4vw, 2.15rem);
  line-height: 1.02;
}

.post-card p,
.compact-post p,
.page-content p,
.entry-content p {
  color: var(--mf-muted);
}

.post-card__excerpt {
  margin: 0 0 14px;
}

.text-link,
.comment-reply-link {
  color: var(--mf-text);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.text-link::after,
.comment-reply-link::after {
  content: " ->";
  color: var(--mf-accent);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 30px;
  align-items: start;
}

.river {
  display: grid;
  gap: 18px;
}

.river-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 14px;
}

.river-card .media-link {
  aspect-ratio: 1.35;
  border-radius: var(--mf-radius);
}

.sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 104px;
}

.widget-panel {
  padding: 18px;
}

.widget-panel h2,
.widget-panel h3 {
  margin: 0 0 14px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
}

.compact-list {
  display: grid;
  gap: 14px;
}

.compact-post {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.compact-post__image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--mf-radius);
  background: var(--mf-card-soft);
}

.compact-post__number {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--mf-accent);
  border: 1px solid var(--mf-line);
  border-radius: 50%;
  font-weight: 900;
}

.category-list,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.category-list a {
  justify-content: space-between;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.sidebar-gallery a {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: var(--mf-radius);
  background: var(--mf-card-soft);
}

.shop-panel {
  color: #fff;
  background: #111;
  border-color: #111;
}

.shop-panel p {
  color: rgba(255, 255, 255, 0.74);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 16px;
  color: #15100a;
  background: var(--mf-accent);
  border: 1px solid var(--mf-accent);
  border-radius: var(--mf-radius);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.button--light {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.archive-hero,
.page-hero,
.entry-hero,
.empty-state,
.comments-area {
  padding: 28px;
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
}

.archive-hero,
.entry-hero {
  margin-bottom: 28px;
}

.page-hero,
.entry-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: center;
}

.page-hero__media,
.entry-hero__media {
  aspect-ratio: 1.05;
  overflow: hidden;
  background: var(--mf-card-soft);
  border-radius: var(--mf-radius);
}

.page-content,
.entry-content {
  width: var(--mf-narrow);
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 0 0;
}

.entry-content {
  padding-top: 0;
}

.page-content > *,
.entry-content > * {
  max-width: 100%;
}

.page-content h2,
.page-content h3,
.entry-content h2,
.entry-content h3,
.comment-reply-title {
  color: var(--mf-text);
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.05;
}

.entry-content h2,
.page-content h2 {
  margin-top: 2rem;
  font-size: 2.3rem;
}

.entry-content h3,
.page-content h3 {
  margin-top: 1.6rem;
  font-size: 1.7rem;
}

.entry-content img,
.page-content img,
.wp-block-image img {
  border-radius: var(--mf-radius);
}

.wp-block-quote,
blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  color: var(--mf-text);
  background: var(--mf-card-soft);
  border-left: 4px solid var(--mf-accent);
}

.entry-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.entry-related {
  margin-top: 34px;
}

.pagination,
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.page-numbers {
  min-width: 36px;
  min-height: 36px;
  display: inline-grid;
  place-items: center;
  padding: 5px 9px;
  color: var(--mf-text);
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--mf-accent);
  border-color: var(--mf-accent);
}

.comments-area {
  width: var(--mf-narrow);
  max-width: 100%;
  margin: 34px auto 0;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.comment-body {
  padding: 18px 0;
  border-bottom: 1px solid var(--mf-line);
}

.comment-author {
  font-weight: 800;
}

.comment-form {
  display: grid;
  gap: 14px;
}

.comment-form input:not([type="submit"]),
.comment-form textarea,
.search-form__input,
.newsletter-form input {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--mf-text);
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
}

.comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

.comment-form input[type="submit"] {
  justify-self: start;
  min-height: 42px;
  padding: 9px 16px;
  color: #15100a;
  background: var(--mf-accent);
  border: 1px solid var(--mf-accent);
  border-radius: var(--mf-radius);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.site-footer {
  color: var(--mf-bg);
  background: var(--mf-text);
}

.footer-newsletter {
  width: var(--mf-content);
  margin: 0 auto;
  padding: 46px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-newsletter h2,
.footer-brand {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 0.95;
}

.footer-newsletter p,
.footer-copy,
.footer-bottom {
  color: color-mix(in srgb, var(--mf-bg) 70%, transparent);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.newsletter-form input {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.footer-main {
  width: var(--mf-content);
  margin: 0 auto;
  padding: 38px 0;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(160px, 0.6fr));
  gap: 30px;
}

.footer-menu {
  display: grid;
  gap: 8px;
}

.footer-menu a,
.social-list a {
  color: color-mix(in srgb, var(--mf-bg) 82%, transparent);
  text-decoration: none;
}

.footer-bottom {
  width: var(--mf-content);
  margin: 0 auto;
  padding: 18px 0 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.84rem;
}

.mobile-panel,
.search-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.mobile-panel {
  background: rgba(0, 0, 0, 0.42);
}

.mobile-panel__inner {
  width: min(360px, 88vw);
  height: 100%;
  margin-left: auto;
  padding: 22px;
  overflow-y: auto;
  background: var(--mf-card);
  transform: translateX(100%);
  transition: transform 180ms ease;
}

.mobile-panel__header,
.search-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.mobile-nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.mobile-nav a {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid var(--mf-line);
  color: var(--mf-text);
  font-weight: 800;
  text-decoration: none;
}

.mobile-nav .sub-menu {
  list-style: none;
  margin: 0 0 0 14px;
  padding: 0;
}

.search-modal {
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.56);
}

.search-modal__inner {
  width: min(680px, calc(100vw - 32px));
  padding: 22px;
  background: var(--mf-card);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
  transform: translateY(8px);
  transition: transform 180ms ease;
}

.search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.nav-open .mobile-panel,
.search-open .search-modal {
  opacity: 1;
  pointer-events: auto;
}

.nav-open .mobile-panel__inner,
.search-open .search-modal__inner {
  transform: translateX(0);
}

@media (max-width: 1080px) {
  .top-strip__inner,
  .site-header__inner,
  .site-main,
  .footer-newsletter,
  .footer-main,
  .footer-bottom {
    width: min(100vw - 28px, 920px);
  }

  .site-nav {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
  }

  .site-header__inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .hero-grid,
  .content-layout,
  .page-hero,
  .entry-hero,
  .footer-newsletter,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

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

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

  .top-strip__ticker a:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 720px) {
  .top-strip__inner {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .top-strip__ticker {
    grid-template-columns: minmax(0, 1fr);
  }

  .top-strip__ticker a:nth-child(n+2) {
    display: none;
  }

  .top-strip__date {
    display: none;
  }

  .site-brand__tagline {
    display: none;
  }

  .site-brand__name {
    font-size: 1.65rem;
  }

  .hero-feature {
    min-height: 460px;
  }

  .hero-feature__body,
  .archive-hero,
  .page-hero,
  .entry-hero,
  .comments-area {
    padding: 22px;
  }

  .post-grid,
  .river-card,
  .newsletter-form,
  .search-form {
    grid-template-columns: 1fr;
  }

  .river-card .media-link {
    aspect-ratio: 1.25;
  }

  .featured-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
  }
}
