:root {
  --bg: #f4eee7;
  --bg-soft: #fbf8f4;
  --surface: #fffdf9;
  --surface-deep: #f0e6da;
  --ink: #2d241e;
  --muted: #6b5b4f;
  --line: rgba(66, 49, 37, 0.12);
  --accent: #a85539;
  --accent-dark: #843d29;
  --accent-soft: #eed7cb;
  --forest: #5c6750;
  --shadow: 0 24px 60px rgba(57, 40, 28, 0.1);
  --shadow-soft: 0 14px 30px rgba(57, 40, 28, 0.07);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1100px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Helvetica Neue", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, transparent 30%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
  line-height: 1.84;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: "Newsreader", Georgia, serif;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 7.5vw, 5rem);
  font-weight: 700;
}

h2 {
  font-size: clamp(1.85rem, 4.8vw, 3rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 700;
}

p {
  margin: 0 0 1.1rem;
  font-size: 1.04rem;
  color: var(--muted);
  text-wrap: pretty;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote {
  margin: 0;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(251, 248, 244, 0.82);
  border-bottom: 1px solid rgba(66, 49, 37, 0.08);
}

.header__inner,
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header__inner {
  min-height: 76px;
}

.brand-meta,
.brand-kicker,
.header-link,
.hero-note,
.final-cta__meta,
.footer-note,
.site-footer p,
.story-hero__media figcaption,
.story-note p,
.story-chapter__aside p,
.video-story__badge {
  color: var(--muted);
}

.brand-meta,
.brand-kicker,
.story-note__title,
.story-chapter__aside-label,
.video-story__badge {
  font-size: 0.84rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand-meta,
.brand-kicker {
  margin: 0;
}

.brand-meta {
  font-weight: 800;
}

.brand-kicker {
  font-size: 0.95rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.header-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(66, 49, 37, 0.12);
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.header-link:hover,
.header-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(168, 85, 57, 0.28);
  background: rgba(255, 255, 255, 0.94);
}

.article-shell {
  padding: 30px 0 78px;
}

.story-hero,
.story-chapter,
.story-break,
.video-story,
.closing-portrait,
.qualifier,
.final-cta {
  margin-bottom: 24px;
}

.story-hero,
.story-chapter,
.video-story,
.closing-portrait,
.qualifier,
.final-cta {
  background: var(--surface);
  border: 1px solid rgba(66, 49, 37, 0.1);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.story-hero {
  display: grid;
  gap: 24px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), transparent 55%),
    linear-gradient(180deg, #fffdf9 0%, #f4ece2 100%);
}

.story-hero__intro {
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.5rem;
}

.hero-note {
  margin-top: 0.8rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.story-hero__media {
  margin: 0;
}

.story-hero__media img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 6px);
  box-shadow: var(--shadow-soft);
}

.story-hero__media figcaption {
  margin-top: 0.85rem;
  font-size: 0.96rem;
  font-weight: 700;
}

.story-chapter,
.closing-portrait {
  display: grid;
  gap: 24px;
  padding: 24px;
}

.story-chapter__copy,
.closing-portrait__copy {
  align-self: center;
}

.story-chapter__media,
.closing-portrait__media {
  margin: 0;
}

.story-chapter__media img,
.closing-portrait__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: calc(var(--radius-lg) - 2px);
  box-shadow: var(--shadow-soft);
}

.story-quote {
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: linear-gradient(180deg, #fbf4ee 0%, #f5e7dc 100%);
  font-family: "Newsreader", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.32;
  color: var(--ink);
}

.story-note {
  margin-top: 1.3rem;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(66, 49, 37, 0.08);
  background: linear-gradient(180deg, #fbf7f2 0%, #f2e8dd 100%);
}

.story-note p:last-child {
  margin-bottom: 0;
}

.story-note__title,
.story-chapter__aside-label {
  margin-bottom: 0.55rem;
  font-weight: 800;
  color: var(--accent-dark);
}

.story-break {
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(180deg, #3a2b23 0%, #2d221d 100%);
  box-shadow: var(--shadow);
}

.story-break__inner {
  padding: 28px 24px;
}

.story-break h2,
.story-break p,
.story-break .eyebrow {
  color: #fff8f3;
}

.story-break p {
  max-width: 48rem;
}

.story-chapter--discovery {
  padding: 24px;
}

.story-chapter__aside {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fbf4ee 0%, #f0e1d6 100%);
  border: 1px solid rgba(66, 49, 37, 0.08);
  box-shadow: var(--shadow-soft);
  align-self: center;
}

.story-chapter__aside p:last-child {
  margin-bottom: 0;
}

.video-story {
  padding: 24px;
}

.video-story__layout {
  display: grid;
  gap: 24px;
}

.video-story__preview {
  display: block;
  color: inherit;
  text-decoration: none;
}

.video-story__image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: #ece3d9;
  box-shadow: var(--shadow-soft);
}

.video-story__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.video-story__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(25, 18, 14, 0.12) 0%,
    rgba(25, 18, 14, 0.16) 54%,
    rgba(25, 18, 14, 0.42) 100%
  );
}

.video-story__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.65);
  color: var(--accent);
  font-size: 2.25rem;
  box-shadow: 0 18px 42px rgba(25, 18, 14, 0.2);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.video-story__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 9px 12px;
  max-width: min(78%, 240px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.video-story__preview:hover .video-story__image,
.video-story__preview:focus-visible .video-story__image {
  transform: scale(1.04);
  filter: saturate(1.02);
}

.video-story__preview:hover .video-story__play,
.video-story__preview:focus-visible .video-story__play {
  transform: translate(-50%, -50%) scale(1.05);
  box-shadow: 0 22px 44px rgba(25, 18, 14, 0.26);
}

.video-story__preview:focus-visible {
  outline: 3px solid rgba(168, 85, 57, 0.16);
  outline-offset: 4px;
}

.video-story__content {
  align-self: center;
}

.video-story__bullets {
  display: grid;
  gap: 10px;
  margin: 0 0 1.3rem;
}

.video-story__bullets li {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  color: var(--ink);
}

.video-story__bullets li::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c77353 0%, #9f4e35 100%);
  box-shadow: 0 0 0 5px rgba(199, 115, 83, 0.12);
}

.qualifier {
  padding: 24px;
  background: linear-gradient(180deg, #fffdf9 0%, #f3e9dd 100%);
}

.qualifier__list {
  display: grid;
  gap: 12px;
}

.qualifier__list li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(66, 49, 37, 0.08);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 700;
  color: var(--ink);
}

.qualifier__list li::before {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 16px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #c77353 0%, #9f4e35 100%);
  color: #fff9f5;
  font-size: 0.82rem;
  font-weight: 800;
}

.final-cta {
  padding: 28px 24px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 56%),
    linear-gradient(180deg, #342822 0%, #2a211d 100%);
}

.final-cta h2,
.final-cta p,
.final-cta .eyebrow {
  color: #fff8f2;
}

.final-cta p {
  max-width: 42rem;
  margin-right: auto;
  margin-left: auto;
}

.final-cta__meta {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.84;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 999px;
  border: 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  color: #fffaf5;
  background: linear-gradient(135deg, #c77353 0%, #9f4e35 100%);
  box-shadow: 0 18px 34px rgba(159, 78, 53, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.cta-button:hover,
.cta-button:focus-visible {
  transform: translateY(-2px);
  filter: saturate(1.03);
  box-shadow: 0 22px 40px rgba(159, 78, 53, 0.28);
}

.cta-button:focus-visible,
.header-link:focus-visible {
  outline: 3px solid rgba(168, 85, 57, 0.16);
  outline-offset: 3px;
}

.cta-button--hero {
  min-height: 62px;
  padding: 0 30px;
  animation: heroPulse 2.4s ease-in-out infinite;
}

.cta-button--large {
  min-width: min(100%, 360px);
}

.site-footer {
  padding: 26px 0 calc(30px + env(safe-area-inset-bottom));
}

.footer__inner {
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.footer-note {
  font-size: 0.95rem;
}

.mobile-sticky-mini {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 60;
  display: flex;
  justify-content: center;
  width: min(calc(100% - 24px), 520px);
  padding: 0 0 calc(12px + env(safe-area-inset-bottom));
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(100% + 18px));
  transition: opacity 220ms ease, transform 220ms ease;
}

.mobile-sticky-mini.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mobile-sticky-mini__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  width: 100%;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c77353 0%, #9f4e35 100%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 36px rgba(159, 78, 53, 0.28);
  color: #fffaf5;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  backdrop-filter: blur(8px);
}

.mobile-sticky-mini__link:hover,
.mobile-sticky-mini__link:focus-visible {
  filter: saturate(1.03);
}

.fade-section {
  opacity: 1;
  transform: none;
}

.js .fade-section {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.js .fade-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 18px 34px rgba(159, 78, 53, 0.24);
  }

  50% {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 22px 40px rgba(159, 78, 53, 0.3);
  }
}

@media (max-width: 767px) {
  .container {
    width: min(calc(100% - 20px), var(--container));
  }

  body {
    line-height: 1.72;
  }

  h1 {
    font-size: clamp(2rem, 10.4vw, 3rem);
    line-height: 1.03;
  }

  h2 {
    font-size: clamp(1.55rem, 7.9vw, 2.2rem);
    line-height: 1.1;
  }

  h3 {
    font-size: clamp(1.12rem, 5.2vw, 1.38rem);
  }

  p {
    font-size: 0.99rem;
    line-height: 1.72;
  }

  .site-header {
    position: static;
  }

  .header__inner {
    min-height: auto;
    padding: 12px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .brand-block,
  .brand-meta,
  .brand-kicker {
    text-align: center;
  }

  .brand-meta,
  .brand-kicker,
  .story-note__title,
  .story-chapter__aside-label,
  .video-story__badge {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
  }

  .header-link {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    font-size: 0.88rem;
    line-height: 1.25;
  }

  .article-shell {
    padding: 20px 0 120px;
  }

  .story-hero,
  .story-chapter,
  .story-chapter--discovery,
  .video-story,
  .closing-portrait,
  .qualifier,
  .final-cta {
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .story-break {
    border-radius: 22px;
  }

  .story-break__inner {
    padding: 22px 18px;
  }

  .story-hero__media img,
  .story-chapter__media img,
  .closing-portrait__media img {
    border-radius: 18px;
  }

  .story-hero__media img {
    aspect-ratio: 4 / 3;
  }

  .story-chapter__media img,
  .closing-portrait__media img {
    aspect-ratio: 5 / 4;
  }

  .hero-note,
  .story-hero__media figcaption,
  .final-cta__meta,
  .footer-note {
    font-size: 0.9rem;
  }

  .story-quote {
    padding: 16px;
    font-size: 1.18rem;
    line-height: 1.36;
  }

  .story-note,
  .story-chapter__aside {
    padding: 16px;
    border-radius: 16px;
  }

  .video-story__image-wrap {
    border-radius: 18px;
  }

  .video-story__play {
    width: 82px;
    height: 82px;
    font-size: 1.7rem;
  }

  .video-story__badge {
    top: 12px;
    left: 12px;
    padding: 7px 10px;
    max-width: min(82%, 210px);
  }

  .cta-button,
  .mobile-sticky-mini__link {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
    font-size: 0.94rem;
  }

  .cta-button--hero,
  .cta-button--large {
    min-width: 100%;
    min-height: 56px;
    padding: 14px 18px;
  }

  .qualifier__list li {
    padding: 12px 14px 12px 42px;
    font-size: 0.97rem;
  }

  .qualifier__list li::before {
    left: 14px;
    width: 20px;
    height: 20px;
  }

  .video-story__bullets {
    gap: 8px;
    margin-bottom: 1.1rem;
  }

  .video-story__bullets li {
    padding-left: 22px;
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .mobile-sticky-mini {
    width: min(calc(100% - 16px), 520px);
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
  }

  .mobile-sticky-mini__link {
    box-shadow: 0 14px 28px rgba(159, 78, 53, 0.24);
  }

  .site-footer {
    padding: 22px 0 calc(92px + env(safe-area-inset-bottom));
  }
}

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

  .js .fade-section,
  .js .fade-section.is-visible,
  .cta-button,
  .header-link,
  .video-story__image,
  .video-story__play {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .cta-button--hero {
    animation: none;
  }
}

@media (min-width: 768px) {
  p {
    font-size: 1.08rem;
  }

  .article-shell {
    padding: 42px 0 86px;
  }

  .story-hero {
    grid-template-columns: minmax(0, 1.06fr) minmax(330px, 0.94fr);
    padding: 34px;
    gap: 30px;
  }

  .story-chapter,
  .closing-portrait,
  .video-story {
    padding: 34px;
  }

  .story-chapter {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
    align-items: center;
    gap: 28px;
  }

  .story-chapter--reverse .story-chapter__media {
    order: 2;
  }

  .story-chapter--reverse .story-chapter__copy {
    order: 1;
  }

  .story-chapter--discovery {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }

  .video-story__layout,
  .closing-portrait {
    grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
    align-items: center;
  }

  .story-break__inner,
  .qualifier,
  .final-cta {
    padding: 34px;
  }
}

@media (min-width: 1024px) {
  .story-hero,
  .story-chapter,
  .video-story,
  .closing-portrait,
  .qualifier,
  .final-cta {
    border-radius: 34px;
  }
}
