/*
Theme Name: NWAI
Theme URI: https://nationalistwomensassociationofiran.org
Author: Nationalist Women’s Association of Iran
Description: A custom bilingual editorial block theme for the Nationalist Women’s Association of Iran.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: nwai
*/

html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a { text-underline-offset: .2em; }

.nwai-kicker {
  font-family: var(--wp--preset--font-family--body);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.nwai-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.nwai-hero::before,
.nwai-hero::after {
  content: "";
  position: absolute;
  width: 20rem;
  height: 20rem;
  border: 1px solid color-mix(in srgb, #b49354 42%, transparent);
  transform: rotate(45deg);
  z-index: -1;
}

.nwai-hero::before { left: -14rem; top: 6rem; }
.nwai-hero::after { right: -14rem; bottom: -7rem; }

.nwai-hero-image img {
  min-height: 34rem;
  object-fit: cover;
  object-position: center top;
}

.nwai-card {
  border-top: 1px solid var(--wp--preset--color--gold);
  transition: transform .25s ease, box-shadow .25s ease;
}

.nwai-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(32, 37, 34, .08);
}

.nwai-number {
  font-family: var(--wp--preset--font-family--heading);
  color: var(--wp--preset--color--gold);
  font-size: 2.25rem;
  line-height: 1;
}

.nwai-rule { height: 1px; background: var(--wp--preset--color--gold); opacity: .7; }

.nwai-button .wp-block-button__link,
.wp-block-button.nwai-button .wp-block-button__link {
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.nwai-button .wp-block-button__link:hover,
.wp-block-button.nwai-button .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.nwai-footer a { color: inherit; text-decoration: none; }
.nwai-footer a:hover { color: var(--wp--preset--color--gold); }

[dir="rtl"] body,
body.rtl {
  font-family: var(--wp--preset--font-family--persian-body);
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4 {
  font-family: var(--wp--preset--font-family--persian-heading);
}

@media (max-width: 781px) {
  .nwai-hero-image img { min-height: 24rem; }
  .nwai-hero::before, .nwai-hero::after { width: 13rem; height: 13rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
