/*
Theme Name: Champion Thrift Studio
Theme URI: http://champ-thrift.local/
Author: Codex
Description: Custom navy editorial storefront theme for Champion Thrift.
Version: 1.1.7
Text Domain: champion-thrift-studio
*/

:root {
  --navy: #071e46;
  --navy-2: #0d3a78;
  --blue: #1f6fbf;
  --cream: #fbf6e8;
  --cream-2: #efe6d0;
  --rust: #f26a3d;
  --gold: #f3b546;
  --ink: #111827;
  --muted: #667085;
  --white: #fffdf6;
  --line: rgba(7, 30, 70, 0.14);
  --shadow: 0 22px 60px rgba(7, 30, 70, 0.22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  color: var(--white);
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}

.brand__logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand__logo--header {
  height: 48px;
  max-width: min(260px, 34vw);
}

.brand__logo--footer {
  height: 64px;
  max-width: min(360px, 100%);
}

.brand__subtitle {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  width: min(100%, 210px);
  margin-top: 5px;
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  text-shadow: 0 2px 10px rgba(7, 30, 70, 0.45);
}

.brand__subtitle::before,
.brand__subtitle::after {
  content: "";
  height: 2px;
  background: var(--gold);
}

.site-footer .brand {
  align-items: center;
}

.site-footer .brand__subtitle {
  width: min(100%, 250px);
  margin-top: 8px;
  color: var(--white);
  text-shadow: 0 2px 10px rgba(7, 30, 70, 0.45);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 800;
}

.primary-nav {
  margin-left: auto;
}

.nav-menu a {
  opacity: 0.9;
}

.nav-menu a:hover {
  opacity: 1;
  color: var(--gold);
}

.menu-toggle {
  display: none;
  position: relative;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.menu-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: var(--white);
  transition: transform 220ms ease, opacity 220ms ease;
}

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

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

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

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

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 42%, rgba(42, 121, 198, 0.9), transparent 25%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 58%, #092850 100%);
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: rgba(2, 18, 43, 0.22);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  min-height: 760px;
  margin: 0 auto;
  padding-top: 112px;
}

.hero__mega {
  position: absolute;
  top: 152px;
  left: 58%;
  width: auto;
  transform: translateX(-28%);
  color: rgba(251, 246, 232, 0.18);
  font-size: clamp(8rem, 20vw, 18rem);
  line-height: 0.85;
  font-weight: 950;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 18px 22px 24px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  pointer-events: none;
  animation: megaDrift 1100ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero__slideshow {
  position: absolute;
  z-index: 4;
  right: 6%;
  bottom: 0;
  width: min(620px, 46vw);
  height: 700px;
  pointer-events: none;
}

.hero__figure {
  position: absolute;
  inset: auto 0 0 auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom center;
  opacity: 0;
  filter: drop-shadow(30px 30px 26px rgba(0, 0, 0, 0.28));
  transform: translateY(18px) scale(0.985);
  transition: opacity 720ms ease, transform 720ms ease;
}

.hero__figure.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: figureFloat 5.8s 720ms ease-in-out infinite;
}

.hero__copy {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 168px;
  width: min(610px, 50vw);
  animation: copyIn 820ms 120ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--rust);
}

.hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 5.5vw, 5.9rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero p {
  max-width: 560px;
  margin: 24px 0 30px;
  color: rgba(255, 253, 246, 0.86);
  font-size: 1.1rem;
}

.mobile-copy {
  display: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--rust);
  color: var(--white);
}

.btn--ghost {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.btn--light {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.btn--outline-dark {
  border-color: rgba(7, 30, 70, 0.24);
  color: var(--navy);
}

.quick-cards {
  position: relative;
  z-index: 8;
  width: min(1120px, calc(100% - 48px));
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.quick-card {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  background: #eef0f5;
  border: 1px solid rgba(7, 30, 70, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(7, 30, 70, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.quick-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(7, 30, 70, 0.14);
}

.quick-card img {
  width: 58px;
}

.quick-card h3 {
  margin: 0 0 5px;
  color: var(--navy-2);
  font-size: 1.25rem;
}

.quick-card p {
  margin: 0;
  color: var(--ink);
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0;
}

.section--split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.section-title {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(2.4rem, 5vw, 5.6rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.lead {
  color: var(--muted);
  font-size: 1.14rem;
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 18px;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 34px;
}

.collection-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  box-sizing: border-box;
}

.collection-card::before {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -34%;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 129, 210, 0.46), transparent 66%);
  pointer-events: none;
}

.collection-card:first-child {
  min-height: 430px;
}

.collection-card__slider {
  position: absolute;
  inset: 112px 18px 18px 18px;
  z-index: 1;
}

.collection-card:first-child .collection-card__slider {
  inset: 132px 18px 18px 18px;
}

.collection-card__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(18px 22px 22px rgba(0, 0, 0, 0.28));
  transform: translateX(28px) scale(0.98);
  transition: opacity 620ms ease, transform 620ms ease, filter 520ms ease;
}

.collection-card__slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
}

.collection-card:hover .collection-card__slide.is-active {
  filter: drop-shadow(20px 26px 24px rgba(0, 0, 0, 0.34));
  transform: translateY(-8px) scale(1.04);
}

.collection-card h3 {
  position: relative;
  z-index: 2;
  max-width: 260px;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.stat-band {
  background: var(--navy);
  color: var(--white);
}

.stat-band__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 50px 0;
}

.stat {
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  border-radius: var(--radius);
}

.stat strong {
  display: block;
  color: var(--gold);
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1;
}

.editorial-card {
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(7, 30, 70, 0.08);
}

.editorial-card--blue {
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 181, 70, 0.24), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.editorial-card--blue p {
  color: rgba(255, 253, 246, 0.82);
}

.sylvia-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  padding-right: min(42%, 260px);
}

.sylvia-card h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.sylvia-card--dark h3 {
  color: var(--white);
}

.sylvia-card .eyebrow {
  margin-bottom: 14px;
}

.sylvia-card__sticker {
  position: absolute;
  right: -26px;
  bottom: -18px;
  width: min(310px, 48%);
  filter: drop-shadow(18px 22px 20px rgba(0, 0, 0, 0.24));
  transform: rotate(2deg);
  animation: sylviaStickerFloat 6.4s 900ms ease-in-out infinite;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.section-kicker {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
}

.featured-articles {
  background:
    linear-gradient(180deg, rgba(251, 246, 232, 0.72), rgba(255, 253, 246, 0.95)),
    var(--white);
}

.featured-articles__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.95fr 0.95fr;
  gap: 20px;
  margin-top: 34px;
}

.featured-article-card:first-child {
  background: var(--navy);
  color: var(--white);
}

.featured-article-card:first-child .post-card__thumb {
  aspect-ratio: 16 / 10;
}

.featured-article-card:first-child h3,
.featured-article-card:first-child h3 a,
.featured-article-card:first-child p {
  color: var(--white);
}

.featured-article-card:first-child .post-meta {
  color: var(--gold);
}

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

.post-card__thumb {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(31, 111, 191, 0.14), rgba(242, 106, 61, 0.12));
}

.post-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.post-card:hover .post-card__thumb img {
  transform: scale(1.045);
}

.post-card__body {
  padding: 24px;
}

.post-card h2,
.post-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.12;
}

.post-card p {
  color: var(--muted);
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 10px;
  color: var(--rust);
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
}

.single-featured-image {
  margin: -8px 0 34px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(7, 30, 70, 0.12);
}

.single-featured-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
}

.writer-credit {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
  font-style: italic;
}

.site-footer {
  background: #061836;
  color: var(--white);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 253, 246, 0.58);
  font-size: 0.86rem;
}

.site-footer__bottom p {
  margin: 18px 0 0;
}

.site-footer__bottom a {
  color: rgba(255, 253, 246, 0.82);
  font-weight: 800;
}

.site-footer__bottom a:hover {
  color: var(--gold);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 253, 246, 0.72);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
  color: rgba(255, 253, 246, 0.86);
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-socials {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer-socials__link {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-socials__link:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.14);
}

.footer-socials__link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-socials__link--instagram svg {
  stroke-width: 2;
}

.footer-socials__link--facebook svg {
  fill: currentColor;
  stroke: none;
}

.page-hero {
  padding: 150px 0 72px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.page-hero__inner,
.content-shell {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.single-hero {
  padding: 140px 0 48px;
}

.single-hero .page-hero__inner {
  width: min(860px, calc(100% - 48px));
}

.single-hero h1 {
  max-width: 780px;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 1;
}

.about-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 50%, rgba(31, 111, 191, 0.78), transparent 24%),
    linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.about-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 60px;
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  min-height: 720px;
  margin: 0 auto;
  padding: 120px 0 70px;
}

.about-hero__inner::before {
  content: "ABOUT";
  position: absolute;
  right: -7vw;
  top: 150px;
  color: rgba(251, 246, 232, 0.11);
  font-size: clamp(7rem, 18vw, 17rem);
  line-height: 0.8;
  font-weight: 950;
}

.about-hero__copy {
  position: relative;
  z-index: 2;
}

.about-hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(3.2rem, 5.5vw, 5.9rem);
  line-height: 0.88;
  text-transform: uppercase;
}

.about-hero p {
  max-width: 620px;
  color: rgba(255, 253, 246, 0.82);
  font-size: 1.15rem;
}

.about-hero__visual {
  position: relative;
  z-index: 2;
  min-height: 540px;
}

.about-hero__photo {
  overflow: hidden;
  margin: 0;
  border: 8px solid rgba(255, 253, 246, 0.94);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.about-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero__photo--main {
  position: absolute;
  inset: 34px 0 auto auto;
  width: min(520px, 100%);
  height: 390px;
  transform: rotate(1.5deg);
  animation: aboutMainPhotoFloat 6.4s 1.1s ease-in-out infinite;
}

.about-hero__photo--accent {
  position: absolute;
  right: 58%;
  bottom: 38px;
  width: min(300px, 58%);
  height: 218px;
  transform: rotate(-5deg);
  animation: aboutAccentPhotoFloat 7s 1.7s ease-in-out infinite;
}

.about-hero__photo--accent figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(7, 30, 70, 0.86);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-hero__stamp {
  position: absolute;
  top: 12px;
  left: 8px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--rust);
  color: var(--white);
  font-weight: 950;
  text-transform: uppercase;
  transform: rotate(-10deg);
  box-shadow: var(--shadow);
}

.about-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 34px;
}

.about-card {
  overflow: hidden;
  min-height: 430px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(7, 30, 70, 0.08);
}

.about-card img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  margin-bottom: 18px;
}

.about-card__slider {
  position: relative;
  height: 230px;
  margin-bottom: 18px;
}

.about-card__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateY(8px) scale(0.97);
  transition: opacity 520ms ease, transform 520ms ease;
}

.about-card__slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.about-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.55rem;
  text-transform: uppercase;
}

.about-card p {
  color: var(--muted);
}

.memory-band {
  background: var(--navy);
  color: var(--white);
}

.memory-band__inner {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 74px 0;
  text-align: center;
}

.memory-band span {
  display: block;
  color: var(--gold);
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
}

.memory-band p {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 253, 246, 0.78);
  font-size: 1.15rem;
}

.content-shell {
  padding: 72px 0;
}

.single-content {
  font-size: 1.12rem;
}

.single-content a {
  color: var(--blue);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .site-header__inner {
    align-items: center;
  }

  .menu-toggle {
    display: block;
    z-index: 22;
  }

  .primary-nav {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    right: 0;
    margin-left: 0;
    z-index: 21;
    display: grid;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(7, 30, 70, 0.96);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.28);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-menu {
    display: grid;
    gap: 4px;
    width: 100%;
  }

  .nav-menu a {
    display: block;
    padding: 14px 12px;
    border-radius: 6px;
  }

  .nav-menu a:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .hero,
  .hero__inner {
    min-height: 780px;
  }

  .hero__mega {
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(5rem, 24vw, 10rem);
    color: rgba(251, 246, 232, 0.13);
  }

  .hero__slideshow {
    right: -12%;
    bottom: 66px;
    width: min(600px, 78vw);
    height: 610px;
    z-index: 3;
    opacity: 1;
  }

  .hero__copy {
    width: 100%;
    z-index: 6;
    top: 254px;
    bottom: auto;
  }

  .hero p {
    max-width: 100%;
    font-size: 1rem;
  }

  .quick-cards,
  .collection-grid,
  .stat-band__inner,
  .blog-grid,
  .featured-articles__grid,
  .about-card-grid,
  .about-hero__inner,
  .section--split,
  .site-footer__inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .collection-grid {
    justify-items: stretch;
    width: 100%;
  }

  .section-kicker {
    align-items: start;
    flex-direction: column;
  }

  .featured-article-card:first-child .post-card__thumb {
    aspect-ratio: 16 / 9;
  }

  .sylvia-card {
    min-height: auto;
    padding-right: 42px;
    padding-bottom: 260px;
  }

  .sylvia-card__sticker {
    right: 18px;
    bottom: -28px;
    width: min(280px, 48vw);
  }

  .about-hero__inner {
    min-height: auto;
    padding-top: 118px;
  }

  .about-hero__visual {
    width: 100%;
    min-height: 470px;
    opacity: 1;
  }

  .about-hero__photo--main {
    right: 0;
    width: min(620px, 78%);
    height: 350px;
  }

  .about-hero__photo--accent {
    left: 0;
    right: auto;
    bottom: 18px;
    width: min(330px, 48%);
    height: 220px;
  }

  .collection-card,
  .collection-card:first-child {
    min-height: 390px;
  }

  .collection-card__slider,
  .collection-card:first-child .collection-card__slider {
    inset: 120px 12px 12px 12px;
  }

  .section {
    padding: 70px 0;
  }
}

@keyframes megaDrift {
  from {
    opacity: 0;
    transform: translateX(-22%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(-28%) scale(1);
  }
}

@keyframes copyIn {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes figureRise {
  from {
    opacity: 0;
    transform: translateY(36px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes figureFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes aboutMainPhotoFloat {
  0%, 100% {
    transform: translateY(0) rotate(1.5deg);
  }
  50% {
    transform: translateY(-10px) rotate(1.5deg);
  }
}

@keyframes aboutAccentPhotoFloat {
  0%, 100% {
    transform: translateY(0) rotate(-5deg);
  }
  50% {
    transform: translateY(-8px) rotate(-5deg);
  }
}

@keyframes sylviaStickerFloat {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}

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

@media (max-width: 560px) {
  .hero,
  .hero__inner {
    min-height: 780px;
  }

  .site-header__inner,
  .hero__inner,
  .about-hero__inner,
  .section,
  .quick-cards,
  .stat-band__inner,
  .site-footer__inner,
  .page-hero__inner,
  .content-shell {
    width: min(100% - 28px, 1180px);
  }

  .brand__logo--header {
    height: 38px;
    max-width: min(220px, 58vw);
  }

  .brand__subtitle {
    width: min(100%, 170px);
    margin-top: 4px;
    gap: 8px;
    font-size: 8px;
    letter-spacing: 0.2em;
  }

  .brand__logo--footer {
    height: auto;
    width: min(280px, 100%);
  }

  .site-footer__inner {
    gap: 22px;
  }

  .site-footer__bottom {
    width: min(100% - 28px, 1180px);
  }

  .site-footer .btn {
    width: min(100%, 280px);
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .hero h1 {
    max-width: 285px;
    font-size: 2.95rem;
    line-height: 0.94;
  }

  .hero__slideshow {
    right: -9%;
    top: 350px;
    bottom: auto;
    width: 58vw;
    height: 290px;
    opacity: 1;
    z-index: 4;
  }

  .hero__figure {
    inset: 0 0 auto auto;
    width: 100%;
    height: 100%;
    max-height: none;
    object-position: right bottom;
  }

  .hero__copy {
    width: min(330px, calc(100vw - 28px));
    top: 250px;
  }

  .hero__copy::before {
    display: none;
  }

  .hero h1,
  .hero p,
  .hero .eyebrow {
    text-shadow: 0 2px 18px rgba(7, 30, 70, 0.76);
  }

  .hero p {
    max-width: 255px;
  }

  .about-hero__inner {
    min-height: auto;
    padding-bottom: 54px;
  }

  .about-hero h1 {
    font-size: 2.95rem;
  }

  .single-hero {
    padding: 124px 0 40px;
  }

  .single-hero h1 {
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .about-hero__visual {
    min-height: 360px;
  }

  .about-hero__photo {
    border-width: 6px;
  }

  .about-hero__photo--main {
    top: 12px;
    right: 0;
    width: 86%;
    height: 242px;
  }

  .about-hero__photo--accent {
    left: 0;
    bottom: 8px;
    width: 58%;
    height: 158px;
  }

  .about-hero__photo--accent figcaption {
    display: none;
  }

  .about-hero__stamp {
    top: -2px;
    left: 0;
    width: 96px;
    height: 96px;
    font-size: 0.86rem;
  }

  .sylvia-card {
    padding: 28px 24px 230px;
  }

  .sylvia-card h3 {
    font-size: 2rem;
  }

  .sylvia-card__sticker {
    right: 50%;
    bottom: -20px;
    width: min(270px, 74vw);
    transform: translateX(50%) rotate(2deg);
    animation: none;
  }

  .collection-card,
  .collection-card:first-child {
    min-height: 360px;
    padding: 22px;
    width: 100%;
  }

  .collection-card h3 {
    max-width: 240px;
    font-size: 1.65rem;
  }

  .collection-card__slider,
  .collection-card:first-child .collection-card__slider {
    inset: 112px 8px 10px 8px;
  }

  .desktop-copy {
    display: none;
  }

  .mobile-copy {
    display: inline;
  }

  .button-row {
    gap: 10px;
  }

  .btn {
    width: 100%;
  }

  .quick-card {
    grid-template-columns: 54px 1fr;
  }
}
