:root {
  --lyuk-ink: #1a1a1a;
  --lyuk-charcoal: #222222;
  --lyuk-muted: #5f5a52;
  --lyuk-cream: #f8f3e8;
  --lyuk-green: #0e5c49;
  --lyuk-green-deep: #0a4c3d;
  --lyuk-orange: #f07a33;
  --lyuk-border: rgba(34, 34, 34, 0.14);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--lyuk-charcoal);
  background: var(--lyuk-cream);
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: none;
}

h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  text-transform: none;
}

p,
li,
input,
textarea,
select,
button,
a {
  color: inherit;
}

.font-sans {
  font-family: Inter, system-ui, sans-serif;
}

.font-heading,
.prose h1,
.prose h2,
.single-story-article h1,
.single-story-article h2,
.blog-portal h1,
.blog-portal h2,
.event-portal h1,
.event-portal h2 {
  font-family: "Playfair Display", Georgia, serif !important;
  text-transform: none !important;
  letter-spacing: -0.03em;
}

.italic,
em,
blockquote,
.prose em,
.prose blockquote {
  font-style: normal;
}

.home .entry-content,
.single-story-article .prose,
.blog-portal .prose,
.entry-content,
.wp-block-post-content,
.single-story-article .prose > * {
  color: var(--lyuk-charcoal);
}

.single-story-article .prose,
.single-story-article .entry-content,
.single-story-article .wp-block-post-content {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.single-story-article .prose p,
.single-story-article .entry-content p,
.single-story-article .wp-block-post-content p {
  max-width: 720px;
}

.home-impact__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 0;
  justify-content: center;
  justify-content: center;
  align-items: center;
}

.home-impact__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.home-impact__item--wide {
  min-width: 0;
}

.home-impact__item--wide .home-impact__stat {
  white-space: nowrap;
}

.home-impact__stat {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 0.95;
  color: #ffffff;
  white-space: nowrap;
}

.home-impact__label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.home-impact__desc {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 22rem;
}

.home-impact__divider {
  display: none;
}

.home-impact__inner {
  background: #1e293b;
  border-radius: 1.5rem;
  padding: 4rem 2rem;
}

@media (max-width: 900px) {
  .home-impact__row {
    grid-template-columns: 1fr;
  }

  .home-impact__inner {
    padding: 3rem 1.5rem;
  }
}

.blog-portal .line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-portal .line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-portal .blog-filter-bar,
.blog-portal .blog-featured,
.blog-portal .blog-grid {
  width: 100%;
}

.blog-portal .blog-featured h2 {
  font-family: "Playfair Display", Georgia, serif;
  text-transform: none;
}

.blog-portal .blog-card-title {
  font-family: "Playfair Display", Georgia, serif;
}

.blog-portal .blog-card-meta {
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1.4;
}

.blog-portal .blog-card-link {
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.blog-hero {
  position: relative;
  background: transparent !important;
  color: #1e293b !important;
}

.blog-hero__panel {
  position: relative;
  background: transparent !important;
  color: #1e293b !important;
}

.blog-hero__widget {
  min-height: 100%;
}

.blog-hero *,
.blog-hero *::before,
.blog-hero *::after {
  color: #1e293b !important;
}

.blog-hero .blog-hero__eyebrow,
.blog-hero .blog-hero__widget-label,
.blog-hero .blog-hero__pill {
  color: #1e293b !important;
  border-color: #000000 !important;
}

.blog-hero .blog-header__title {
  color: #1e293b !important;
}

.blog-toolbar {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.blog-toolbar__filters {
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.blog-toolbar__filters::-webkit-scrollbar {
  display: none;
}

.blog-filter-pill {
  white-space: nowrap;
  border-radius: 9999px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #334155;
  height: 40px;
  line-height: 1;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.blog-filter-pill:hover,
.blog-filter-pill.is-active {
  color: var(--lyuk-green);
  border-color: var(--lyuk-green);
  background: rgba(14, 92, 73, 0.06);
}

.blog-toolbar__search {
  width: 280px;
  flex: 0 0 280px;
  align-items: center;
}

.blog-search-field {
  width: 100%;
  height: 40px;
  padding: 0 0.875rem;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
}

.blog-search-field input {
  height: 100%;
}

.blog-featured {
  color: #1a202c;
}

.blog-featured .text-slate-500,
.blog-featured .text-slate-400,
.blog-portal .text-slate-500,
.blog-portal .text-slate-400 {
  color: #475569;
}

.blog-featured__title {
  color: #1a202c;
}

.blog-header__title {
  font-family: "Playfair Display", Georgia, serif;
  color: #1e293b !important;
}

.blog-hero__eyebrow,
.blog-hero__widget-label,
.blog-hero__pill {
  border-color: #000 !important;
}

.blog-featured .blog-featured__title,
.blog-featured .blog-featured__meta,
.blog-featured .blog-featured__category {
  color: #1a202c;
}

.blog-card-title {
  line-height: 1.35;
  color: #1a202c;
}

.blog-portal .blog-card-meta {
  color: #475569;
}

.blog-portal .blog-card-excerpt,
.blog-featured p {
  color: #334155;
}

.blog-portal .blog-card-cta {
  color: var(--lyuk-green);
}

@media (max-width: 1023px) {
  .blog-toolbar {
    gap: 0.75rem;
  }

  .blog-toolbar__search {
    width: 100%;
    flex-basis: 100%;
  }
}

@media (max-width: 640px) {
  .blog-toolbar__filters {
    padding-bottom: 0.25rem;
  }
}

.blog-pagination-spacer {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.blog-pagination-spacer a {
  min-height: 48px;
}

.footer-social-icon {
  line-height: 0;
}

.footer-social-icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
}

.page-template-default .entry-content,
.single .entry-content,
.single-story-article .prose,
.single-story-article .wp-block-post-content {
  line-height: 1.8;
}

.lyuk-topbar,
.site-header,
.header {
  background: rgba(248, 243, 232, 0.9);
  backdrop-filter: blur(16px);
}

.lyuk-hero,
.hero,
.page-hero,
.single-hero,
.archive-hero,
.page-header--hero {
  position: relative;
  overflow: hidden;
}

.lyuk-hero::before,
.hero::before,
.page-hero::before,
.single-hero::before,
.archive-hero::before,
.page-header--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
  pointer-events: none;
}

.lyuk-hero > *,
.hero > *,
.page-hero > *,
.single-hero > *,
.archive-hero > *,
.page-header--hero > * {
  position: relative;
  z-index: 2;
}

button,
.button,
.btn,
.wp-block-button__link,
a.btn-primary,
a.btn-secondary,
.charitable-donation-form button,
.charitable-donation-form .button,
.donate-page button,
.donate-page a,
.lyuk-contact-page button,
.lyuk-contact-page a,
.lyuk-form button,
.lyuk-form a {
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.button--secondary,
.btn-secondary,
.wp-block-button.is-style-outline .wp-block-button__link,
a.btn-secondary,
.press-timeline-link--secondary,
.press-asset-card__empty-link,
.donate-fallback-amounts__other,
.blog-portal .inline-block.rounded-full.border,
.single-story-article .rounded-full.border {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: currentColor;
}

.button--secondary:hover,
.btn-secondary:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
a.btn-secondary:hover,
.press-timeline-link--secondary:hover,
.press-asset-card__empty-link:hover,
.donate-fallback-amounts__other:hover,
.blog-portal .inline-block.rounded-full.border:hover,
.single-story-article .rounded-full.border:hover {
  background-color: rgba(240, 122, 51, 0.08);
}

.button--secondary:focus-visible,
.btn-secondary:focus-visible,
.wp-block-button.is-style-outline .wp-block-button__link:focus-visible,
a.btn-secondary:focus-visible {
  outline: 2px solid rgba(240, 122, 51, 0.35);
  outline-offset: 2px;
}

.rounded,
.rounded-lg,
.rounded-xl,
.rounded-2xl,
.rounded-3xl,
.rounded-4xl,
.rounded-full {
  border-radius: 0 !important;
}

img,
video,
picture,
iframe {
  border-radius: 0 !important;
}

.post-thumbnail,
.wp-block-image,
.wp-block-video,
.wp-block-cover,
.wp-block-media-text__media,
.attachment-post-thumbnail,
.story-card__media,
.card__media {
  border-radius: 0 !important;
}

.lyuk-contact-page__info,
.lyuk-contact-page__form-column,
.lyuk-contact-page__block,
.donate-layout,
.donate-statement,
.donate-form-panel,
.lyuk-panel,
.lyuk-card,
.lyuk-band,
.lyuk-faq,
.blog-portal article,
.event-portal article,
.single-story-article .bg-white,
.press-asset-card,
.press-timeline-card {
  border-radius: 0 !important;
}

.lyuk-contact-page__title,
.lyuk-contact-page__form-title,
.lyuk-contact-page__section-title,
.donate-statement__title,
.donate-form-panel__heading,
.blog-portal h1,
.blog-portal h2,
.event-portal h1,
.event-portal h2 {
  font-family: "Playfair Display", Georgia, serif !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

.blog-portal h1,
.event-portal h1,
.single-story-article h1 {
  line-height: 0.92;
}

.blog-portal h2,
.event-portal h2,
.single-story-article h2 {
  line-height: 1.04;
}

.blog-portal .rounded-full,
.event-portal .rounded-full,
.single-story-article .rounded-full {
  border-radius: 0 !important;
}

.lyuk-contact-page__connect-links a,
.donate-statement__rules li,
.lyuk-pill,
.press-timeline-date,
.press-timeline-doc-type,
.blog-portal .text-xs,
.event-portal .text-xs {
  font-family: Inter, system-ui, sans-serif;
}

.lyuk-contact-page__inner,
.donate-layout,
.blog-portal > section > .mx-auto,
.event-portal > section > .mx-auto {
  width: min(1200px, calc(100% - 2rem));
}

.lyuk-contact-page__layout,
.donate-layout {
  gap: 2rem;
}

.lyuk-contact-page__form-column,
.lyuk-contact-page__info,
.donate-form-panel__inner,
.donate-statement__inner {
  box-shadow: 0 18px 45px rgba(15, 30, 26, 0.06);
}

@media (max-width: 900px) {
  .single-story-article .prose,
  .single-story-article .entry-content,
  .single-story-article .wp-block-post-content {
    max-width: 100%;
  }

  .lyuk-contact-page__inner,
  .donate-layout,
  .blog-portal > section > .mx-auto,
  .event-portal > section > .mx-auto {
    width: min(100% - 1rem, 100%);
  }
}
