/*
Theme Name: SwiftOdyssey
Theme URI: https://swiftodyssey.com/
Author: SwiftOdyssey
Author URI: https://swiftodyssey.com/
Description: A polished multi-page travel editorial theme with category archives, readable article templates, advertisement widget areas and affiliate recommendation blocks.
Version: 2.2.2
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: swiftodyssey
Tags: blog, travel, news, custom-logo, custom-menu, featured-images, translation-ready, wide-blocks
*/

:root {
  --so-primary: #2563eb;
  --so-secondary: #7c3aed;
  --so-ink: #111827;
  --so-muted: #5f6b7a;
  --so-border: #e6e9ef;
  --so-surface: #ffffff;
  --so-soft: #f5f7fb;
  --so-dark: #081226;
  --so-success: #0f9f6e;
  --so-radius-sm: 10px;
  --so-radius: 18px;
  --so-radius-lg: 28px;
  --so-shadow-sm: 0 8px 24px rgba(17, 24, 39, 0.07);
  --so-shadow: 0 22px 60px rgba(17, 24, 39, 0.13);
  --so-container: 1180px;
  --so-content: 820px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--so-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: var(--so-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover,
a:focus {
  color: var(--so-secondary);
}

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

figure {
  margin: 0;
}

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

button,
input[type="submit"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.65em;
  color: var(--so-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 { font-size: clamp(2.5rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); }

p {
  margin: 0 0 1.25em;
}

ul,
ol {
  margin: 0 0 1.4em;
}

blockquote {
  margin: 2rem 0;
  padding: 1.5rem 1.75rem;
  border-left: 5px solid var(--so-primary);
  border-radius: 0 var(--so-radius) var(--so-radius) 0;
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
  color: #25324a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.site-container,
.site-container-narrow {
  width: min(calc(100% - 40px), var(--so-container));
  margin-inline: auto;
}

.site-container-narrow {
  width: min(calc(100% - 40px), var(--so-content));
}

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

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 100000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip: auto !important;
  color: #fff;
  background: var(--so-dark);
  border-radius: 8px;
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(230, 233, 239, 0.9);
  box-shadow: 0 8px 30px rgba(8, 18, 38, 0.04);
  backdrop-filter: blur(18px);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  min-height: 78px;
  gap: 28px;
}

.brand-link,
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--so-ink);
  text-decoration: none;
}

.brand-logo,
.brand-logo .custom-logo-link,
.brand-logo-image,
.footer-logo img {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
}

.brand-logo .custom-logo,
.brand-logo-image,
.footer-logo img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 12px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.site-title {
  color: var(--so-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.site-tagline {
  margin-top: 4px;
  color: var(--so-muted);
  font-size: 0.7rem;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.primary-navigation .menu,
.primary-navigation ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation li {
  position: relative;
}

.primary-navigation a {
  display: block;
  padding: 26px 0;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
  color: var(--so-primary);
}

.primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% - 8px);
  left: -18px;
  display: none;
  min-width: 220px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 14px;
  box-shadow: var(--so-shadow);
}

.primary-navigation li:hover > .sub-menu,
.primary-navigation li:focus-within > .sub-menu {
  display: block;
}

.primary-navigation .sub-menu a {
  padding: 10px 12px;
  border-radius: 9px;
}

.primary-navigation .sub-menu a:hover {
  background: var(--so-soft);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 12px;
}

.menu-toggle-bars {
  display: grid;
  gap: 4px;
  width: 20px;
  margin: auto;
}

.menu-toggle-bars span {
  display: block;
  height: 2px;
  background: var(--so-ink);
  border-radius: 10px;
}

.header-search {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--so-ink);
  background: var(--so-soft);
  border-radius: 50%;
}

.header-search svg {
  width: 20px;
}

/* Buttons and shared */
.button,
.wp-block-button__link,
.search-submit,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1.15rem;
  color: #fff;
  background: var(--so-primary);
  border: 1px solid transparent;
  border-radius: 11px;
  box-shadow: none;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus,
.wp-block-button__link:hover,
.search-submit:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #174bbd;
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.25);
  transform: translateY(-2px);
}

.button-large {
  min-height: 54px;
  padding-inline: 1.4rem;
}

.button-ghost {
  color: #fff;
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.34);
  backdrop-filter: blur(12px);
}

.button-ghost:hover {
  background: rgba(255,255,255,0.2);
}

.text-link {
  color: var(--so-primary);
  font-weight: 800;
  text-decoration: none;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #dbeafe;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-dark {
  color: var(--so-primary);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255,255,255,0.72);
  font-size: 0.78rem;
}

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

/* Front page */
.site-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.2), transparent 25%);
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 80px;
  padding-block: 110px 90px;
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
}

.hero-copy p {
  max-width: 690px;
  color: rgba(255,255,255,0.86);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-facts {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow);
  backdrop-filter: blur(16px);
}

.hero-facts div {
  padding: 20px 22px;
  background: rgba(8,18,38,0.44);
}

.hero-facts strong,
.hero-facts span {
  display: block;
}

.hero-facts strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.hero-facts span {
  margin-top: 2px;
  color: rgba(255,255,255,0.7);
  font-size: 0.82rem;
}

.section {
  padding: 100px 0;
}

.section-categories {
  background: #fff;
}

.section-latest {
  background: linear-gradient(180deg, #f6f8fc, #fff);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 42px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  max-width: 520px;
  margin: 0;
  color: var(--so-muted);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 290px;
  gap: 18px;
}

.category-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow-sm);
  text-decoration: none;
}

.category-card-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.category-card img,
.category-card-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category-card img {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.category-card-overlay {
  background: linear-gradient(180deg, transparent 20%, rgba(3,10,25,0.88));
}

.category-card-copy {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px;
}

.category-card-copy strong,
.category-card-copy span,
.category-card-copy em {
  display: block;
}

.category-card-copy strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1.1;
}

.category-card-featured .category-card-copy strong {
  font-size: 2.5rem;
}

.category-card-copy span {
  max-width: 520px;
  margin-top: 8px;
  color: rgba(255,255,255,0.8);
  font-size: 0.88rem;
  line-height: 1.5;
}

.category-card-copy em {
  margin-top: 14px;
  color: #fff;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.category-card:hover {
  color: #fff;
}

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

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

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

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

.post-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.post-card:hover {
  box-shadow: var(--so-shadow);
  transform: translateY(-5px);
}

.post-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #dbe3ef;
}

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

.post-card:hover .post-card-image img {
  transform: scale(1.04);
}

.post-card-content {
  padding: 24px;
}

.entry-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 13px;
  color: #7a8494;
  font-size: 0.73rem;
  font-weight: 700;
}

.category-pill {
  display: inline-flex;
  padding: 5px 9px;
  color: var(--so-primary);
  background: #eff6ff;
  border-radius: 999px;
  text-decoration: none;
}

.post-card-title {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.post-card-title a {
  color: var(--so-ink);
  text-decoration: none;
}

.post-card-excerpt {
  color: var(--so-muted);
  font-size: 0.92rem;
}

.post-card-excerpt p {
  margin-bottom: 15px;
}

.starter-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 34px;
  background: #fff;
  border: 1px dashed #b8c2d2;
  border-radius: var(--so-radius);
}

.starter-panel h3 {
  margin-bottom: 8px;
}

.starter-panel p {
  max-width: 700px;
  margin: 0;
  color: var(--so-muted);
}

.section-feature {
  background: #fff;
}

.feature-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
  padding: 44px;
  background: linear-gradient(135deg, #eef5ff, #f4efff);
  border-radius: var(--so-radius-lg);
}

.feature-image {
  overflow: hidden;
  min-height: 430px;
  border-radius: 22px;
  box-shadow: var(--so-shadow);
}

.feature-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.feature-copy p {
  color: var(--so-muted);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  color: #fff;
  background: var(--so-success);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
}

/* Archives */
.archive-hero,
.page-hero {
  padding: 84px 0 76px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(124,58,237,0.48), transparent 28%),
    linear-gradient(115deg, #07152f, #163d87);
}

.archive-hero h1,
.page-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5rem);
}

.archive-hero p,
.archive-description {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.archive-hero .search-form {
  max-width: 600px;
  margin-top: 28px;
}

.content-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 48px;
  padding-block: 72px 100px;
}

.site-sidebar,
.article-sidebar {
  min-width: 0;
}

.widget,
.sticky-card {
  margin-bottom: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow-sm);
}

.widget-title,
.footer-column .widget-title,
.sticky-card h2 {
  font-size: 1.28rem;
}

.widget ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget a {
  color: #334155;
  text-decoration: none;
}

.widget a:hover {
  color: var(--so-primary);
}

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

.page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  color: #334155;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 10px;
  text-decoration: none;
}

.page-numbers.current,
.page-numbers:hover {
  color: #fff;
  background: var(--so-primary);
  border-color: var(--so-primary);
}

/* Single article */
.single-main {
  background: linear-gradient(180deg, #f8faff 0, #fff 460px);
}

.article-header {
  padding: 68px 0 50px;
  color: #fff;
  background:
    radial-gradient(circle at 75% 20%, rgba(124,58,237,0.5), transparent 25%),
    linear-gradient(120deg, #07152f, #173f8c);
}

.article-header h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.article-header .entry-meta {
  color: rgba(255,255,255,0.72);
}

.article-header .category-pill {
  color: #fff;
  background: rgba(255,255,255,0.15);
}

.article-deck {
  color: rgba(255,255,255,0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
}

.article-author-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  color: rgba(255,255,255,0.72);
  font-size: 0.82rem;
}

.article-author-row img {
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.5);
}

.article-author-row span,
.article-author-row a {
  display: block;
  color: inherit;
}

.article-author-row .byline,
.article-author-row .byline a {
  display: inline;
  color: #fff;
  font-weight: 800;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 280px;
  align-items: start;
  justify-content: center;
  gap: 52px;
  padding-block: 54px 100px;
}

.article-column {
  min-width: 0;
}

.article-featured-image {
  overflow: hidden;
  margin: -95px 0 40px;
  background: #e5eaf2;
  border: 8px solid #fff;
  border-radius: var(--so-radius-lg);
  box-shadow: var(--so-shadow);
}

.article-featured-image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.article-featured-image figcaption,
.wp-caption-text,
.blocks-gallery-caption {
  padding: 10px 16px 6px;
  color: var(--so-muted);
  font-size: 0.75rem;
  text-align: center;
}

.affiliate-disclosure {
  margin: 0 0 28px;
  padding: 13px 16px;
  color: #596579;
  background: #f7f8fb;
  border: 1px solid var(--so-border);
  border-radius: 10px;
  font-size: 0.77rem;
  line-height: 1.55;
}

.prose-content {
  color: #293548;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.11rem;
  line-height: 1.85;
}

.prose-content > * {
  max-width: 100%;
}

.prose-content h2,
.prose-content h3,
.prose-content h4 {
  margin-top: 2em;
  scroll-margin-top: 110px;
}

.prose-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.prose-content h3 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.prose-content a {
  font-weight: 700;
}

.prose-content img {
  border-radius: 16px;
}

.prose-content table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 0.9rem;
}

.prose-content th,
.prose-content td {
  padding: 12px 14px;
  border: 1px solid var(--so-border);
  text-align: left;
}

.prose-content th {
  background: var(--so-soft);
}

.prose-content .alignwide {
  width: min(1040px, calc(100vw - 40px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.prose-content .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.video-container,
.wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: var(--so-radius);
}

.video-container iframe,
.wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.article-sidebar {
  padding-top: 12px;
}

.sticky-card {
  position: sticky;
  top: 105px;
  background: linear-gradient(145deg, #eff6ff, #f5f3ff);
}

.sticky-card p {
  color: var(--so-muted);
  font-size: 0.88rem;
}

.ad-slot {
  position: relative;
  min-height: 100px;
  margin: 30px 0;
  padding: 24px;
  background: #fafbfc;
  border: 1px dashed #cbd3df;
  border-radius: var(--so-radius);
  text-align: center;
}

.ad-slot .widget {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ad-label {
  display: block;
  margin-bottom: 8px;
  color: #99a2b0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.affiliate-box {
  margin: 2.4rem 0;
  padding: 26px;
  background: linear-gradient(135deg, #eff6ff, #f5f3ff);
  border: 1px solid #d9e3f5;
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow-sm);
  font-family: Inter, ui-sans-serif, sans-serif;
}

.affiliate-box h3 {
  margin-bottom: 10px;
}

.affiliate-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--so-primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.affiliate-copy {
  margin-bottom: 18px;
  color: #445066;
}

.affiliate-copy p:last-child {
  margin-bottom: 0;
}

.affiliate-note {
  margin: 14px 0 0;
  color: #7a8494;
  font-size: 0.7rem;
}

.article-footer {
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--so-border);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 0.78rem;
}

.tag-list a {
  padding: 6px 10px;
  color: #334155;
  background: var(--so-soft);
  border-radius: 999px;
  text-decoration: none;
}

.author-box {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 22px;
  margin-top: 44px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: var(--so-radius);
  box-shadow: var(--so-shadow-sm);
}

.author-box img {
  border-radius: 50%;
}

.author-box h2 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.author-box p {
  margin: 0;
  color: var(--so-muted);
  font-size: 0.88rem;
}

.post-navigation-custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.post-navigation-custom > div {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 13px;
}

.post-navigation-custom > div:last-child {
  text-align: right;
}

.post-navigation-custom span,
.post-navigation-custom a {
  display: block;
}

.post-navigation-custom span {
  margin-bottom: 5px;
  color: var(--so-muted);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-navigation-custom a {
  color: var(--so-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  text-decoration: none;
}

.related-posts {
  margin-top: 70px;
}

.compact-heading {
  margin-bottom: 26px;
}

.related-posts .post-card-content {
  padding: 18px;
}

.related-posts .post-card-title {
  font-size: 1.13rem;
}

.related-posts .post-card-excerpt {
  display: none;
}

/* Pages, comments, search, 404 */
.page-content-wrap {
  padding-block: 65px 100px;
}

.page-article .page-header-inner {
  display: none;
}

.page-featured-image {
  overflow: hidden;
  margin-bottom: 38px;
  border-radius: var(--so-radius-lg);
  box-shadow: var(--so-shadow);
}

.search-form {
  display: flex;
  gap: 8px;
}

.search-form label {
  flex: 1;
}

.search-field,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: var(--so-ink);
  background: #fff;
  border: 1px solid #ccd3dd;
  border-radius: 10px;
}

textarea {
  min-height: 160px;
}

.search-field:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(37, 99, 235, 0.16);
  border-color: var(--so-primary);
}

.empty-state {
  padding: 42px;
  background: var(--so-soft);
  border-radius: var(--so-radius);
  text-align: center;
}

.empty-state .search-form {
  max-width: 560px;
  margin: 24px auto 0;
}

.comments-area {
  margin-top: 70px;
  padding-top: 36px;
  border-top: 1px solid var(--so-border);
}

.comments-title,
.comment-reply-title {
  font-size: 1.8rem;
}

.comment-list {
  display: grid;
  gap: 18px;
  padding: 0;
  list-style: none;
}

.comment-body {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 14px;
}

.comment-meta {
  font-size: 0.78rem;
}

.comment-author img {
  float: left;
  margin-right: 12px;
  border-radius: 50%;
}

.comment-content {
  clear: both;
  padding-top: 12px;
}

.error-main {
  display: grid;
  place-items: center;
  min-height: 72vh;
  padding: 80px 0;
  background: radial-gradient(circle at 50% 20%, #eef3ff, #fff 60%);
}

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

.error-code {
  display: block;
  color: transparent;
  background: linear-gradient(135deg, var(--so-primary), var(--so-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6rem, 20vw, 13rem);
  font-weight: 800;
  line-height: 0.85;
}

.error-panel .search-form {
  margin: 28px auto 18px;
}

/* Footer */
.site-footer {
  color: #c4ccda;
  background: var(--so-dark);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.75fr 1fr;
  gap: 48px;
  padding-block: 72px 54px;
}

.footer-logo {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.footer-brand p,
.footer-column p {
  margin-top: 18px;
  color: #8f9bad;
  font-size: 0.88rem;
}

.footer-column h2,
.footer-column .widget-title {
  margin-bottom: 18px;
  color: #fff;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: #aeb8c7;
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: #fff;
}

.footer-column .widget {
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  border: 0;
  box-shadow: none;
}

.footer-column .search-form {
  display: grid;
}

.footer-column .search-field {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
}

.social-links {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  font-weight: 800;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.75rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom a {
  color: #c4ccda;
  text-decoration: none;
}

/* WordPress core */
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.wp-caption { max-width: 100%; }
.gallery { display: grid; gap: 12px; }
.sticky { outline: 2px solid rgba(37,99,235,0.15); }
.bypostauthor { display: block; }

/* Responsive */
@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: block;
  }

  .primary-navigation {
    position: fixed;
    z-index: 1100;
    top: 78px;
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: calc(100dvh - 78px);
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 22px 20px 40px;
    color: var(--so-ink);
    background-color: #fff;
    border-top: 1px solid var(--so-border);
    box-shadow: 0 18px 40px rgba(8, 18, 38, 0.16);
    opacity: 0;
    transform: translateY(-12px);
    -webkit-overflow-scrolling: touch;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  }

  .admin-bar .primary-navigation {
    top: 110px;
    height: calc(100dvh - 110px);
  }

  .primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-navigation .menu,
  .primary-navigation ul {
    display: block;
    width: min(100%, 720px);
    margin: auto;
    background-color: #fff;
  }

  .primary-navigation a {
    padding: 15px 4px;
    color: #253044;
    background-color: #fff;
    border-bottom: 1px solid var(--so-border);
    font-size: 1.05rem;
  }

  .primary-navigation a:hover,
  .primary-navigation a:focus,
  .primary-navigation .current-menu-item > a,
  .primary-navigation .current-menu-ancestor > a {
    color: var(--so-primary);
    background-color: var(--so-soft);
  }

  body.menu-open .site-header {
    background: #fff;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 1200;
  }

  .menu-toggle-bars span {
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle-bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .primary-navigation .sub-menu {
    position: static;
    display: block;
    padding: 0 0 0 18px;
    background: none;
    border: 0;
    box-shadow: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

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

  .category-card-featured {
    grid-row: span 1;
  }

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

  .content-with-sidebar,
  .article-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .sticky-card {
    position: static;
  }

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

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .primary-navigation {
    top: 116px;
    height: calc(100dvh - 116px);
  }

  body {
    font-size: 16px;
  }

  .site-container,
  .site-container-narrow {
    width: min(calc(100% - 28px), var(--so-container));
  }

  .header-inner {
    min-height: 70px;
    gap: 10px;
  }

  .site-tagline {
    display: none;
  }

  .brand-logo,
  .brand-logo .custom-logo-link,
  .brand-logo-image {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-logo .custom-logo,
  .brand-logo-image {
    width: 38px;
    height: 38px;
  }

  .header-search {
    display: none;
  }

  .primary-navigation {
    top: 70px;
    height: calc(100dvh - 70px);
  }

  .site-hero {
    min-height: auto;
  }

  .hero-inner {
    padding-block: 82px 70px;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p,
  .section-heading > .text-link {
    display: block;
    margin-top: 18px;
  }

  .category-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 320px;
  }

  .category-card-featured {
    grid-column: span 1;
  }

  .post-grid,
  .post-grid-two,
  .post-grid-three {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 22px;
  }

  .feature-image,
  .feature-image img {
    min-height: 320px;
  }

  .archive-hero,
  .page-hero {
    padding: 64px 0 58px;
  }

  .content-with-sidebar,
  .article-layout {
    padding-block: 48px 72px;
  }

  .article-header {
    padding: 55px 0 40px;
  }

  .article-featured-image {
    margin-top: -72px;
    border-width: 5px;
    border-radius: 20px;
  }

  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .author-box {
    grid-template-columns: 64px 1fr;
    padding: 20px;
  }

  .author-box img {
    width: 64px;
    height: 64px;
  }

  .post-navigation-custom {
    grid-template-columns: 1fr;
  }

  .post-navigation-custom > div:last-child {
    text-align: left;
  }

  .starter-panel {
    display: block;
  }

  .starter-panel .button {
    margin-top: 22px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .footer-bottom {
    display: block;
  }

  .footer-bottom ul {
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 1.06rem;
  }

  .hero-actions,
  .search-form {
    display: grid;
  }

  .hero-actions .button,
  .search-submit {
    width: 100%;
  }

  .category-grid {
    grid-auto-rows: 290px;
  }

  .category-card-copy {
    padding: 22px;
  }

  .category-card-copy strong,
  .category-card-featured .category-card-copy strong {
    font-size: 1.75rem;
  }

  .prose-content {
    font-size: 1.03rem;
  }

  .author-box {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

/* =========================================================
   SwiftOdyssey 2.1 editorial design system
   ========================================================= */
:root {
  --so-dark: #07152c;
  --so-dark-2: #0b1d3a;
  --so-ink: #111c32;
  --so-muted: #647086;
  --so-border: #dfe5ee;
  --so-soft: #f6f8fc;
  --so-primary: #3478f6;
  --so-secondary: #7657f6;
  --so-container: 1220px;
  --so-content: 780px;
  --so-radius: 18px;
  --so-radius-lg: 26px;
  --so-shadow-sm: 0 10px 28px rgba(8, 21, 44, .08);
  --so-shadow: 0 22px 52px rgba(8, 21, 44, .14);
}

body {
  color: var(--so-ink);
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--so-ink);
}

/* Unified dark header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: var(--so-dark);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 26px rgba(4, 13, 29, .16);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-inner {
  grid-template-columns: minmax(230px, 1fr) auto auto;
  min-height: 74px;
  gap: 28px;
}

.brand-link,
.footer-logo {
  gap: 11px;
  color: #fff;
}

.brand-logo,
.brand-logo .custom-logo-link,
.brand-logo-image,
.footer-logo img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.brand-logo .custom-logo,
.brand-logo-image,
.footer-logo img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.site-title {
  display: inline-flex;
  align-items: baseline;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.brand-word-odyssey {
  color: #75b6ff;
}

.primary-navigation .menu,
.primary-navigation ul {
  gap: 30px;
}

.primary-navigation a {
  padding: 25px 0;
  color: rgba(255,255,255,.88);
  font-size: .87rem;
  font-weight: 700;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
  color: #8cc2ff;
}

.primary-navigation .sub-menu {
  background: #0c203f;
  border-color: rgba(255,255,255,.1);
}

.primary-navigation .sub-menu a {
  color: rgba(255,255,255,.88);
}

.primary-navigation .sub-menu a:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-search {
  width: 40px;
  height: 40px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
}

.header-search:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.24);
}

.menu-toggle-bars span {
  background: #fff;
}

.mobile-menu-search {
  display: none;
}

/* Shared buttons */
.button,
.wp-block-button__link,
.search-submit,
input[type="submit"] {
  border-radius: 12px;
}

.button-light {
  color: #10203a;
  background: #fff;
  border-color: #fff;
}

.button-light:hover,
.button-light:focus {
  color: #10203a;
  background: #f7f9fd;
}

.button-dark-outline {
  color: #fff;
  background: rgba(8, 25, 53, .82);
  border-color: rgba(255,255,255,.48);
}

.button-dark-outline:hover,
.button-dark-outline:focus {
  color: #fff;
  background: #0b2042;
}

.button-glass {
  color: #fff;
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.45);
  box-shadow: none;
}

.button-glass:hover,
.button-glass:focus {
  color: #fff;
  background: rgba(255,255,255,.22);
}

/* Home hero */
.site-hero {
  min-height: 560px;
  color: #fff;
  background-position: center;
}

.site-hero::before {
  display: none;
}

.hero-inner {
  display: flex;
  align-items: center;
  min-height: 560px;
  padding-block: 72px 78px;
}

.hero-copy {
  max-width: 720px;
}

.hero-copy h1 {
  max-width: 690px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(3.1rem, 5.4vw, 5rem);
  line-height: 1.02;
}

.hero-copy p {
  max-width: 600px;
  margin-bottom: 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

.hero-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  max-width: 660px;
  margin-top: 28px;
  padding: 6px 7px 6px 16px;
  color: #657188;
  background: #fff;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 16px;
  box-shadow: 0 15px 36px rgba(4,16,36,.2);
}

.hero-search-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
}

.hero-search-icon svg {
  width: 22px;
}

.hero-search input[type="search"] {
  min-height: 48px;
  padding: 0 12px;
  color: var(--so-ink);
  background: transparent;
  border: 0;
  outline: 0;
}

.hero-search .button {
  min-width: 112px;
}

.hero-actions {
  margin-top: 16px;
}

/* Separated home bands */
.home-main {
  padding-bottom: 16px;
  background: #fff;
}

.home-band {
  width: min(calc(100% - 24px), 1480px);
  margin: 14px auto 0;
  overflow: hidden;
  border: 1px solid rgba(17,28,50,.08);
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(8,21,44,.05);
}

.home-band > .site-container {
  padding-block: 52px;
}

.home-featured-band {
  color: #fff;
  background: linear-gradient(125deg, #4c75e8 0%, #586bdc 48%, #6752d9 100%);
  background-size: 180% 180%;
  animation: swiftodysseyGradientDrift 20s ease-in-out infinite alternate;
}

.band-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.band-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.6vw, 3rem);
}

.band-heading-light h2 {
  color: #fff;
}

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

.featured-post-card {
  min-width: 0;
}

.featured-post-link {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 240px;
  color: #fff;
  background: #13284a;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(6,18,42,.22);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.featured-post-link:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(6,18,42,.28);
}

.featured-post-link img,
.featured-post-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.featured-post-link img {
  object-fit: cover;
}

.featured-post-shade {
  background: linear-gradient(180deg, rgba(5,14,31,.02) 25%, rgba(5,14,31,.9) 100%);
}

.featured-post-content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px;
}

.featured-post-category {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(8,25,53,.8);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.featured-post-content strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-category-band {
  color: #fff;
  background-size: 180% 180%;
  animation: swiftodysseyGradientDrift 22s ease-in-out infinite alternate;
}

.home-category-band.category-theme-blue {
  background-image: linear-gradient(125deg, #0ea5e9 0%, #3478f6 52%, #5146e5 100%);
}

.home-category-band.category-theme-green {
  background-image: linear-gradient(125deg, #22b6a2 0%, #20a47b 54%, #178b78 100%);
}

.home-category-band.category-theme-orange {
  background-image: linear-gradient(125deg, #ff963c 0%, #ff7549 50%, #ed5f7e 100%);
}

.home-category-band.category-theme-purple {
  background-image: linear-gradient(125deg, #7957e7 0%, #9757d8 55%, #c958c7 100%);
}

.category-band-inner {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: center;
  gap: 38px;
}

.category-band-heading h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 2.45rem);
}

.category-band-heading p {
  margin-bottom: 20px;
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  line-height: 1.55;
}

.category-band-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.category-band-posts .post-card {
  border-color: rgba(255,255,255,.55);
  box-shadow: 0 15px 34px rgba(4,18,38,.16);
}

.category-band-posts .post-card-excerpt {
  display: none;
}

.category-band-posts .post-card-content {
  padding: 18px;
}

.category-band-posts .post-card-title {
  font-size: 1.25rem;
}

.editor-empty-note {
  margin: 0;
  padding: 18px 20px;
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.1);
  border: 1px dashed rgba(255,255,255,.35);
  border-radius: 14px;
}

@keyframes swiftodysseyGradientDrift {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Standard post cards */
.post-card {
  border-color: rgba(17,28,50,.1);
  border-radius: 17px;
  box-shadow: 0 10px 26px rgba(8,21,44,.08);
}

.post-card:hover {
  box-shadow: 0 18px 38px rgba(8,21,44,.14);
}

.post-card-content {
  padding: 20px;
}

.entry-meta {
  margin-bottom: 10px;
  color: #7b879a;
  font-size: .7rem;
}

.category-pill {
  color: #285fc6;
  background: #edf4ff;
}

.post-card-title {
  margin-bottom: 9px;
  font-size: 1.35rem;
}

.post-card-excerpt {
  font-size: .86rem;
  line-height: 1.55;
}

.post-card .text-link {
  font-size: .8rem;
}

/* Category pages */
.category-main {
  background: #fff;
}

.category-hero {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  background-image: linear-gradient(90deg, #e9f3ff 0%, #e9f3ff 44%, rgba(233,243,255,.86) 60%, rgba(233,243,255,.25) 100%), var(--category-hero-image);
  background-repeat: no-repeat;
  background-position: center, right center;
  background-size: cover, 58% auto;
}

.category-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.category-theme-green .category-hero {
  background-image: linear-gradient(90deg, #ddf8f2 0%, #ddf8f2 44%, rgba(221,248,242,.88) 60%, rgba(221,248,242,.28) 100%), var(--category-hero-image);
}

.category-theme-orange .category-hero {
  background-image: linear-gradient(90deg, #fff0df 0%, #fff0df 44%, rgba(255,240,223,.88) 60%, rgba(255,240,223,.28) 100%), var(--category-hero-image);
}

.category-theme-purple .category-hero {
  background-image: linear-gradient(90deg, #f0e8ff 0%, #f0e8ff 44%, rgba(240,232,255,.88) 60%, rgba(240,232,255,.28) 100%), var(--category-hero-image);
}

.category-hero-inner {
  position: relative;
  z-index: 2;
  padding-block: 44px 50px;
}

.category-hero .breadcrumbs {
  margin-bottom: 18px;
  color: #52647e;
}

.category-hero h1 {
  max-width: 650px;
  margin-bottom: 10px;
  color: var(--so-ink);
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.category-hero .archive-description {
  max-width: 620px;
  color: #47556b;
  font-size: 1rem;
}

.category-content-wrap {
  padding-block: 52px 82px;
}

.category-showcase > h2,
.category-recommended > h2,
.category-section-heading h2,
.simple-section-heading h2 {
  margin-bottom: 20px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
}

.category-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, .85fr);
  gap: 26px;
}

.category-featured-card {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  overflow: hidden;
  min-height: 350px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 20px;
  box-shadow: var(--so-shadow-sm);
}

.category-featured-image {
  min-height: 350px;
  overflow: hidden;
}

.category-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-featured-copy {
  align-self: center;
  padding: 30px;
}

.category-featured-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.category-featured-copy h3 a,
.recommended-card h3 a {
  color: var(--so-ink);
  text-decoration: none;
}

.category-featured-excerpt {
  color: var(--so-muted);
  font-size: .92rem;
}

.category-recommended {
  display: flex;
  flex-direction: column;
}

.category-recommended > h2 {
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 1rem;
  letter-spacing: .02em;
}

.recommended-card {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 100px;
  margin-bottom: 12px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(8,21,44,.06);
}

.recommended-image {
  overflow: hidden;
  height: 80px;
  border-radius: 10px;
}

.recommended-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommended-category {
  display: block;
  margin-bottom: 4px;
  color: var(--so-primary);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.recommended-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .98rem;
  line-height: 1.18;
}

.recommended-card time {
  color: #8590a1;
  font-size: .66rem;
}

.category-all {
  margin-top: 46px;
}

.category-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.category-grid-ad {
  grid-column: 1 / -1;
}

/* Advertising: neutral and collapses entirely when no widget exists */
.ad-slot {
  min-height: 0;
  margin: 30px 0;
  padding: 18px 20px;
  background: #fafbfd;
  border: 1px solid #e2e6ed;
  border-radius: 12px;
  box-shadow: none;
}

.ad-label {
  margin-bottom: 7px;
  color: #9aa3b0;
  font-size: .58rem;
  letter-spacing: .12em;
}

.category-ad {
  margin: 34px 0 0;
}

.category-ad-inline {
  margin: 6px 0;
}

/* Single article: quieter editorial reading environment */
.single-main {
  background: #fff;
}

.article-header {
  padding: 44px 0 28px;
  color: var(--so-ink);
  background: #fff;
}

.article-header-inner {
  max-width: var(--so-container);
}

.article-header .breadcrumbs {
  margin-bottom: 22px;
  color: #718096;
}

.article-category {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 9px;
  color: #285fc6;
  background: #edf4ff;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}

.article-header h1 {
  max-width: 880px;
  margin-bottom: 16px;
  color: var(--so-ink);
  font-size: clamp(2.7rem, 5.5vw, 4.8rem);
  line-height: 1.04;
}

.article-deck {
  max-width: 760px;
  margin-bottom: 12px;
  color: #536177;
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: 1.08rem;
  line-height: 1.55;
}

.article-date {
  margin: 0;
  color: #8490a2;
  font-size: .75rem;
}

.article-layout {
  grid-template-columns: minmax(0, 780px) 300px;
  gap: 54px;
  padding-block: 20px 84px;
}

.article-featured-image {
  margin: 0 0 24px;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(8,21,44,.09);
}

.article-featured-image img {
  max-height: 560px;
}

.affiliate-disclosure {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px 14px;
  color: #59667a;
  background: #f7f9fc;
  border-color: #e4e9f0;
  font-size: .73rem;
}

.affiliate-disclosure strong {
  flex: 0 0 auto;
  color: #24334c;
}

.prose-content {
  color: #293548;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.82;
}

.prose-content h2,
.prose-content h3,
.prose-content h4 {
  color: #111c32;
}

.prose-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.3rem);
}

.prose-content h3 {
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
}

.article-toc {
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 16px;
}

.article-toc h2,
.article-toc summary {
  color: var(--so-ink);
  font-family: Inter, ui-sans-serif, sans-serif;
  font-size: .86rem;
  font-weight: 800;
}

.article-toc ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: articleToc;
}

.article-toc li {
  position: relative;
  padding-left: 22px;
  counter-increment: articleToc;
}

.article-toc li::before {
  content: counter(articleToc) ".";
  position: absolute;
  left: 0;
  color: #93a0b2;
  font-size: .72rem;
  font-weight: 700;
}

.article-toc .toc-level-3 {
  padding-left: 34px;
}

.article-toc a {
  color: #344258;
  font-size: .77rem;
  line-height: 1.4;
  text-decoration: none;
}

.article-toc a:hover {
  color: var(--so-primary);
}

.article-toc-sidebar {
  position: sticky;
  top: 98px;
  padding: 20px;
}

.article-toc-sidebar h2 {
  margin-bottom: 14px;
}

.article-toc-mobile {
  display: none;
  margin-bottom: 20px;
}

.article-toc-mobile details {
  padding: 0;
}

.article-toc-mobile summary {
  padding: 15px 16px;
  cursor: pointer;
}

.article-toc-mobile ol {
  padding: 0 16px 16px;
}

.article-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 0;
}

.sidebar-next-step,
.article-sidebar-widgets .widget {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--so-border);
  border-radius: 16px;
  box-shadow: none;
}

.sidebar-next-step span {
  display: block;
  margin-bottom: 8px;
  color: #778499;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sidebar-next-step a {
  color: var(--so-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.ad-slot-sidebar {
  margin: 0;
}

.affiliate-box {
  margin: 2.2rem 0;
  padding: 24px;
  background: #f5f8ff;
  border: 1px solid #dbe6f8;
  border-radius: 16px;
  box-shadow: none;
}

.affiliate-kicker {
  color: #4b69a1;
  font-size: .64rem;
}

.affiliate-note {
  color: #7e8999;
}

.next-step-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 42px;
  padding: 18px;
  background: #f3f7ff;
  border: 1px solid #dbe5f5;
  border-radius: 18px;
}

.next-step-image {
  overflow: hidden;
  height: 150px;
  border-radius: 13px;
}

.next-step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.next-step-copy > span {
  display: block;
  margin-bottom: 7px;
  color: #62718a;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.next-step-copy h2 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.next-step-copy h2 a {
  color: var(--so-ink);
  text-decoration: none;
}

.next-step-copy p {
  margin-bottom: 9px;
  color: var(--so-muted);
  font-size: .82rem;
}

.article-footer {
  margin-top: 28px;
}

.related-posts {
  margin-top: 54px;
}

.simple-section-heading h2 {
  margin-bottom: 22px;
}

.related-posts .post-card-title {
  font-size: 1.05rem;
}

/* Generic archives/pages inherit the quieter system */
.archive-hero,
.page-hero {
  color: var(--so-ink);
  background: #f2f6fc;
}

.archive-hero h1,
.page-hero h1 {
  color: var(--so-ink);
}

.archive-hero p,
.archive-description {
  color: #59677b;
}

.archive-hero .breadcrumbs,
.page-hero .breadcrumbs {
  color: #6c7a90;
}

/* Footer: same monotone navy language as header */
.site-footer {
  margin-top: 18px;
  color: #aeb9c9;
  background: var(--so-dark);
  border-top: 1px solid rgba(255,255,255,.08);
}

.footer-main {
  grid-template-columns: 1.35fr .8fr .9fr auto;
  align-items: start;
  gap: 58px;
  padding-block: 58px 44px;
}

.footer-logo {
  font-size: 1.38rem;
}

.footer-brand p {
  max-width: 270px;
  margin-top: 18px;
  color: #9ca9bb;
  line-height: 1.65;
}

.footer-column h2,
.footer-column .widget-title {
  margin-bottom: 17px;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .08em;
}

.footer-column ul {
  gap: 10px;
}

.footer-column a {
  color: #bdc6d4;
  font-size: .84rem;
}

.footer-column a:hover {
  color: #8cc2ff;
}

.footer-back-top-wrap {
  align-self: center;
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 16px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(117,182,255,.58);
  border-radius: 11px;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
}

.back-to-top:hover {
  color: #fff;
  background: rgba(117,182,255,.1);
}

.legacy-footer-widgets {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-bottom: 34px;
}

.legacy-footer-widgets .widget {
  margin: 0;
  color: #aeb9c9;
  background: rgba(255,255,255,.025);
  border-color: rgba(255,255,255,.08);
  box-shadow: none;
}

.legacy-footer-widgets .widget-title {
  color: #fff;
}

.footer-bottom {
  min-height: 70px;
  padding-block: 20px;
  border-color: rgba(255,255,255,.12);
  color: #8f9bad;
}

.footer-legal ul {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-bottom a {
  color: #abb6c5;
}

.footer-bottom a:hover {
  color: #fff;
}

.floating-back-to-top {
  position: fixed;
  z-index: 900;
  right: 18px;
  bottom: 18px;
  display: none;
  place-items: center;
  width: 46px;
  height: 46px;
  color: #fff;
  background: var(--so-primary);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(23,75,189,.3);
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.floating-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Responsive 2.1 */
@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .primary-navigation {
    top: 74px;
    height: calc(100dvh - 74px);
    padding: 18px 20px 36px;
    color: #fff;
    background: var(--so-dark);
    border-top-color: rgba(255,255,255,.09);
    box-shadow: 0 18px 40px rgba(3,12,27,.32);
  }

  .admin-bar .primary-navigation {
    top: 106px;
    height: calc(100dvh - 106px);
  }

  .primary-navigation .menu,
  .primary-navigation ul {
    background: var(--so-dark);
  }

  .primary-navigation a {
    color: rgba(255,255,255,.92);
    background: var(--so-dark);
    border-bottom-color: rgba(255,255,255,.1);
  }

  .primary-navigation a:hover,
  .primary-navigation a:focus,
  .primary-navigation .current-menu-item > a,
  .primary-navigation .current-menu-ancestor > a {
    color: #8cc2ff;
    background: rgba(255,255,255,.05);
  }

  body.menu-open .site-header {
    background: var(--so-dark);
  }

  .category-band-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .category-band-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
  }

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

  .category-showcase-grid {
    grid-template-columns: 1fr;
  }

  .category-recommended {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .category-recommended > h2 {
    grid-column: 1 / -1;
  }

  .recommended-card {
    grid-template-columns: 1fr;
    align-content: start;
    margin: 0;
  }

  .article-layout {
    grid-template-columns: minmax(0, 1fr);
    max-width: 860px;
  }

  .article-sidebar {
    display: none;
  }

  .article-toc-mobile {
    display: block;
  }

  .footer-main {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-back-top-wrap {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-logo,
  .brand-logo .custom-logo-link,
  .brand-logo-image {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .brand-logo .custom-logo,
  .brand-logo-image {
    width: 38px;
    height: 38px;
  }

  .site-title {
    font-size: 1.22rem;
  }

  .header-search {
    display: none;
  }

  .primary-navigation {
    top: 68px;
    height: calc(100dvh - 68px);
  }

  .admin-bar .primary-navigation {
    top: 114px;
    height: calc(100dvh - 114px);
  }

  .site-hero,
  .hero-inner {
    min-height: 590px;
  }

  .site-hero {
    background-position: 62% center;
  }

  .hero-inner {
    padding-block: 56px 48px;
  }

  .hero-copy h1 {
    max-width: 480px;
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .hero-search {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding-left: 12px;
  }

  .hero-search .button {
    min-width: 92px;
    padding-inline: 13px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-band {
    width: calc(100% - 16px);
    margin-top: 8px;
    border-radius: 20px;
  }

  .home-band > .site-container {
    padding-block: 36px;
  }

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

  .featured-post-link {
    min-height: 250px;
  }

  .category-band-heading {
    display: block;
  }

  .category-band-heading .button {
    margin-top: 2px;
  }

  .category-band-posts,
  .category-post-grid {
    grid-template-columns: 1fr;
  }

  .category-hero {
    min-height: 250px;
    background-position: center, 65% center;
    background-size: cover, cover;
  }

  .category-hero-inner {
    padding-block: 38px 42px;
  }

  .category-showcase-grid {
    gap: 18px;
  }

  .category-featured-card {
    grid-template-columns: 1fr;
  }

  .category-featured-image {
    min-height: 250px;
    max-height: 300px;
  }

  .category-featured-copy {
    padding: 22px;
  }

  .category-recommended {
    grid-template-columns: 1fr;
  }

  .recommended-card {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .article-header {
    padding: 34px 0 22px;
  }

  .article-header h1 {
    font-size: clamp(2.35rem, 10.5vw, 3.6rem);
  }

  .article-layout {
    padding-block: 12px 64px;
  }

  .article-featured-image {
    margin-top: 0;
    border-radius: 16px;
  }

  .affiliate-disclosure {
    display: block;
  }

  .affiliate-disclosure strong {
    display: block;
    margin-bottom: 3px;
  }

  .next-step-card {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 16px;
  }

  .next-step-image {
    height: 120px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 44px 34px;
  }

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

  .footer-brand .footer-logo {
    justify-content: center;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .footer-column {
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .footer-back-top-wrap {
    justify-self: stretch;
    padding-top: 2px;
  }

  .back-to-top {
    width: 100%;
    justify-content: center;
  }

  .legacy-footer-widgets {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .floating-back-to-top {
    display: grid;
  }
}

@media (max-width: 520px) {
  .hero-search {
    grid-template-columns: auto minmax(0, 1fr);
    padding: 8px 13px;
  }

  .hero-search .button {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 5px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .featured-post-content strong {
    font-size: 1.55rem;
  }

  .recommended-card {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .next-step-card {
    grid-template-columns: 1fr;
  }

  .next-step-image {
    height: 190px;
  }

  .footer-legal ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-featured-band,
  .home-category-band {
    animation: none !important;
  }
}
@media (max-width: 1080px) {
  .mobile-menu-search {
    display: block;
    width: min(100%, 720px);
    margin: 0 auto 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,.1);
  }

  .mobile-menu-search .search-form {
    display: flex;
  }

  .mobile-menu-search .search-field {
    color: #fff;
    background: rgba(255,255,255,.07);
    border-color: rgba(255,255,255,.18);
  }

  .mobile-menu-search .search-field::placeholder {
    color: rgba(255,255,255,.55);
  }
}

.archive-hero .eyebrow, .page-hero .eyebrow { color: var(--so-primary); }

/* Service pages: intentionally restrained and readable. */
.prose-content .is-style-lead {
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.28rem);
  line-height: 1.72;
  color: #374151;
  margin-bottom: 2rem;
}

.contact-email-unset {
  display: inline-block;
  color: var(--so-muted);
  font-style: italic;
}

/* SwiftOdyssey 2.2.1 fixes: mobile sticky header, back-to-top target, animated category gradients. */
:root {
  --so-admin-bar-offset: 0px;
}

.admin-bar {
  --so-admin-bar-offset: 32px;
}

@media (max-width: 782px) {
  .admin-bar {
    --so-admin-bar-offset: 46px;
  }
}

.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.site-header,
.admin-bar .site-header {
  top: var(--so-admin-bar-offset);
}

.home-category-band {
  background-size: 260% 260%;
  animation: swiftodysseyGradientFlow 9s ease-in-out infinite;
  will-change: background-position;
}

@keyframes swiftodysseyGradientFlow {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@media (max-width: 1080px) {
  .primary-navigation,
  .admin-bar .primary-navigation {
    top: calc(74px + var(--so-admin-bar-offset));
    height: calc(100dvh - 74px - var(--so-admin-bar-offset));
  }
}

@media (max-width: 782px) {
  .primary-navigation,
  .admin-bar .primary-navigation {
    top: calc(68px + var(--so-admin-bar-offset));
    height: calc(100dvh - 68px - var(--so-admin-bar-offset));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-category-band {
    animation: none !important;
    background-position: 50% 50%;
  }
}

/* SwiftOdyssey 2.2.2 fix: mobile menu search field and built-in magnifying-glass icon. */
.search-form-icon {
  display: none;
}

@media (max-width: 1080px) {
  .mobile-menu-search .search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 10px;
  }

  .mobile-menu-search .search-field-wrap {
    position: relative;
    min-width: 0;
  }

  .mobile-menu-search .search-form-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    display: inline-flex;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,.72);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .mobile-menu-search .search-form-icon svg {
    display: block;
    width: 20px;
    height: 20px;
  }

  .mobile-menu-search .search-field {
    min-width: 0;
    padding-left: 44px;
  }

  .mobile-menu-search .search-submit {
    width: auto;
    min-width: 112px;
    padding-inline: 20px;
    white-space: nowrap;
  }
}

@media (max-width: 360px) {
  .mobile-menu-search .search-form {
    grid-template-columns: 1fr;
  }

  .mobile-menu-search .search-submit {
    width: 100%;
  }
}

