.c-lined-heading {
  direction: rtl;
  overflow: hidden;
  text-align: right;
}

.c-lined-heading::after {
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-inline-start: 0.75rem;
  margin-inline-end: -100%;
  background: var(--m-color-heading-line);
  content: "";
  vertical-align: middle;
}

.c-split-heading,
.c-contact-page__heading-bar,
.c-order-page__heading-bar {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  direction: ltr;
}

.c-split-heading::after,
.c-contact-page__heading-bar::after,
.c-order-page__heading-bar::after {
  flex: 1 1 auto;
  height: 3px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-split-heading--title-right {
  direction: rtl;
}

.c-split-heading--with-action {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) auto;
}

.c-split-heading--with-action::after {
  content: none;
}

.c-split-heading__line {
  height: 3px;
  background: var(--m-color-heading-line);
}

.c-split-heading__action {
  color: var(--m-color-text);
  direction: rtl;
  font-size: clamp(0.85rem, 0.9vw, 1rem);
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.c-split-heading__action:hover,
.c-split-heading__action:focus {
  color: var(--m-color-comma-accent);
}

.c-split-heading__action:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

.c-split-heading__title,
.c-contact-page__title,
.c-order-page__title {
  flex: 0 0 auto;
  margin: 0;
  color: var(--m-color-text);
  direction: rtl;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}

.c-split-heading--title-right .c-split-heading__title {
  text-align: right;
}

.c-scroll-hint {
  display: inline-grid;
  place-items: center;
  color: var(--m-color-input-border);
  pointer-events: none;
}

.c-scroll-hint__mouse {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 2rem;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.c-scroll-hint__mouse::before {
  position: absolute;
  inset-block-start: 0.35rem;
  inset-inline-start: calc(50% - 0.12rem);
  width: 0.24rem;
  height: 0.48rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

@media (prefers-reduced-motion: no-preference) {
  .c-scroll-hint__mouse::before {
    animation: memaraneh-scroll-hint-wheel 1.45s ease-in-out infinite;
  }
}
@keyframes memaraneh-scroll-hint-wheel {
  0%, 100% {
    opacity: 0.45;
    transform: translateY(0);
  }
  45% {
    opacity: 1;
    transform: translateY(0.4rem);
  }
}
.c-faq {
  color: var(--m-color-text);
}

.c-faq__list {
  display: grid;
  gap: 0.75rem;
}

.c-faq__item {
  border: 1px solid var(--m-color-input-border);
  background: transparent;
}

.c-faq__item.is-open {
  border-color: var(--m-color-text);
}

.c-faq__question {
  margin: 0;
}

.c-faq__button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 0;
  background: transparent;
  color: var(--m-color-text);
  cursor: pointer;
  direction: ltr;
  font: inherit;
  font-weight: bold;
  line-height: 1.7;
  text-align: right;
}

.c-faq__button:focus-visible {
  outline: 2px solid var(--m-color-text);
  outline-offset: 3px;
}

.c-faq__question-text {
  direction: rtl;
}

.c-faq__icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}

.c-faq__icon::before,
.c-faq__icon::after {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
}

.c-faq__icon::after {
  transform: rotate(90deg);
}

.c-faq__item.is-open .c-faq__icon::after {
  transform: rotate(0);
}

.c-faq__answer {
  border-block-start: 1px solid var(--m-color-heading-line);
}

.c-faq__answer[hidden] {
  display: none;
}

.c-faq__answer-inner {
  padding: 0.95rem 1rem 1.1rem;
  line-height: 1.95;
}

.c-faq__answer-inner > :first-child {
  margin-top: 0;
}

.c-faq__answer-inner > :last-child {
  margin-bottom: 0;
}

.c-home-faq__body {
  min-width: 0;
}

.c-single-post__faq-section {
  margin-top: clamp(2.5rem, 5vw, 4rem);
}

.c-single-post__faq-header {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.c-single-post__faq-title {
  margin: 0;
  font-size: clamp(1.35rem, 1.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.35;
}

.c-animated-steps {
  --m-animated-step-duration: 5s;
  margin-top: 0;
  color: var(--m-color-text);
}

.c-animated-steps__header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.c-animated-steps__heading {
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(1.2rem, 1vw + 1rem, 1.6rem);
  font-weight: 700;
  line-height: 1.35;
}

.c-animated-steps__track {
  position: relative;
  display: grid;
  grid-auto-columns: minmax(14rem, 1fr);
  grid-auto-flow: column;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding-top: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.c-animated-steps__track::before {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 1px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-animated-steps__track::-webkit-scrollbar {
  display: none;
}

.c-animated-steps__item {
  position: relative;
  min-width: 0;
  padding-block-start: 1.3rem;
  border-top: 1px solid var(--m-color-heading-line);
  background: linear-gradient(var(--m-color-heading-line), var(--m-color-heading-line)) right top/1px 15px no-repeat;
  color: color-mix(in srgb, var(--m-color-input-border) 72%, var(--m-color-surface) 28%);
  cursor: pointer;
}

.c-animated-steps__item::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
}

.c-animated-steps__item::after {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--m-color-comma-accent);
  content: "";
  transform: translate(50%, -50%);
}

.c-animated-steps__item.is-active,
.c-animated-steps__item:focus {
  color: var(--m-color-text);
}

.c-animated-steps__item.is-active::before,
.c-animated-steps__item:focus::before {
  background: var(--m-color-text);
  animation: memaraneh-animated-step-progress var(--m-animated-step-duration) linear forwards;
}

.c-animated-steps:hover .c-animated-steps__item.is-active::before,
.c-animated-steps.is-keyboard-focused .c-animated-steps__item.is-active::before {
  animation-play-state: paused;
}

.c-animated-steps__item.is-active::after,
.c-animated-steps__item:focus::after {
  display: block;
}

.c-animated-steps__item:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 6px;
}

.c-animated-steps__kicker {
  margin: 0 0 0.9rem;
  direction: ltr;
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.c-animated-steps__item.is-active .c-animated-steps__kicker,
.c-animated-steps__item:focus .c-animated-steps__kicker {
  font-weight: 800;
}

.c-animated-steps__title {
  margin: 0 0 0.65rem;
  color: inherit;
  font-size: clamp(1.05rem, 0.55vw + 0.95rem, 1.25rem);
  font-weight: 800;
  line-height: 1.55;
}

.c-animated-steps__text {
  margin: 0;
  color: inherit;
  font-size: 0.96rem;
  line-height: 1.9;
}

.c-home-testimonials__caption {
  max-width: 34rem;
  margin: 0.55rem 0 0;
  color: var(--m-color-text);
  font-size: clamp(0.95rem, 0.45vw + 0.9rem, 1.12rem);
  font-weight: 400;
  line-height: 1.85;
  text-align: right;
}

.c-home-testimonials__footer {
  border-bottom: 3px solid var(--m-color-heading-line);
}

.c-animated-steps--testimonials .c-animated-steps__track {
  direction: rtl;
}

@keyframes memaraneh-animated-step-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-animated-steps__item.is-active::before,
  .c-animated-steps__item:focus::before {
    animation: none;
    transform: scaleX(1);
  }
}
@media (min-width: 768px) {
  .c-animated-steps__track {
    grid-auto-columns: minmax(0, 1fr);
  }
}
.c-home-page {
  --m-home-header-offset: var(--m-header-height, 75px);
  --m-home-heading-size: clamp(1.38rem, 1.85vw, 2rem);
  margin-block-start: calc(var(--m-header-height, 75px) * -1);
  overflow-x: clip;
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.admin-bar .c-home-page {
  --m-home-header-offset: calc(var(--m-header-height, 75px) + 32px);
}

@media (max-width: 782px) {
  .admin-bar .c-home-page {
    --m-home-header-offset: calc(var(--m-header-height, 75px) + 46px);
  }
}
html.is-home-stage-locked,
body.is-home-stage-locked {
  overflow: hidden;
}

.c-home-stage {
  position: relative;
  width: 100%;
  background: var(--m-color-surface);
}

.has-home-stage .c-home-stage {
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
}

.c-home-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100svh;
  min-height: 100dvh;
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.c-home-section--alt {
  background: var(--m-color-surface-alt);
}

.has-home-stage .c-home-section--fullscreen {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  min-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}

.has-home-stage .c-home-section.is-home-section-active,
.has-home-stage .c-home-section.is-home-section-current,
.has-home-stage .c-home-section.is-home-section-target {
  opacity: 1;
}

.has-home-stage .c-home-section.is-home-section-active {
  z-index: 2;
  pointer-events: auto;
}

.has-home-stage .c-home-section.is-home-section-current {
  z-index: 3;
}

.has-home-stage .c-home-section.is-home-section-target {
  z-index: 4;
  pointer-events: auto;
}

.has-home-stage .c-home-section.is-home-section-enter-from-bottom {
  transform: translate3d(0, 100%, 0);
}

.has-home-stage .c-home-section.is-home-section-enter-from-top {
  transform: translate3d(0, -100%, 0);
}

.has-home-stage .c-home-section.is-home-section-enter-from-left {
  transform: translate3d(-100%, 0, 0);
}

.has-home-stage .c-home-section.is-home-section-enter-from-right {
  transform: translate3d(100%, 0, 0);
}

.has-home-stage .c-home-section.is-home-section-entering {
  animation: memaraneh-home-section-cover 850ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.c-home-section__inner {
  position: relative;
  z-index: 2;
  display: grid;
  box-sizing: border-box;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
  min-height: calc(100svh - var(--m-home-header-offset));
  min-height: calc(100dvh - var(--m-home-header-offset));
  margin-block-start: var(--m-home-header-offset);
  padding-block: clamp(1.5rem, 3vw, 2.5rem) clamp(3.5rem, 6vw, 5rem);
}

.c-home-section__inner--hero {
  pointer-events: none;
}

.c-home-section__header {
  align-self: start;
  margin-bottom: 0;
}

.c-home-section__body {
  width: 100%;
  min-width: 0;
  align-self: center;
  padding-block: clamp(1.5rem, 4vw, 3rem);
}

.c-home-section__footer {
  align-self: end;
}

.c-home-section__title {
  margin: 0;
  color: var(--m-color-text);
  direction: rtl;
  font-size: var(--m-home-heading-size);
  font-weight: 700;
  line-height: 1.2;
}

.c-home-section .c-split-heading__title {
  font-size: var(--m-home-heading-size);
}

.c-home-section__text,
.c-home-section__eyebrow,
.c-home-section__empty {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: var(--m-color-text);
  font-size: clamp(1rem, 0.5vw + 0.95rem, 1.2rem);
  line-height: 1.9;
}

.c-home-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
}

.c-home-hero {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  background: var(--m-color-surface-muted);
}

.c-home-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--m-color-surface) 20%, transparent), transparent 42%);
  content: "";
  pointer-events: none;
}

.c-home-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-home-hero--placeholder {
  background: linear-gradient(135deg, color-mix(in srgb, var(--m-color-surface-muted) 55%, transparent), transparent 55%), var(--m-color-surface-alt);
}

.c-home-hero__picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.c-home-hero__title {
  position: absolute;
  inset-block-end: clamp(4rem, 9vw, 7.5rem);
  left: clamp(1rem, 6vw, 5rem);
  max-width: min(42rem, 100vw - 2rem);
  margin: 0;
  color: var(--m-color-surface);
  direction: rtl;
  font-size: clamp(2rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: left;
  text-shadow: 0 0.16em 0.8em color-mix(in srgb, var(--m-color-text) 62%, transparent);
}

.c-home-section--placeholder .c-home-section__inner {
  justify-items: center;
  text-align: center;
}

.c-home-booth-cost__footer {
  border-bottom: 3px solid var(--m-color-heading-line);
}

.c-home-booth-cost__layout {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2.5rem);
  align-items: start;
  direction: rtl;
}

.c-home-booth-cost__content,
.c-home-booth-cost__form {
  min-width: 0;
}

.c-home-booth-cost__form .c-form-section--booth-cost {
  min-height: 0;
}

.c-home-booth-cost__content {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding-block-start: clamp(0.15rem, 0.8vw, 0.65rem);
}

.c-home-booth-cost__title {
  max-width: 28rem;
  margin: 0;
  font-size: clamp(1.35rem, 1.4vw, 1.7rem);
  font-weight: bold;
  line-height: 1.55;
}

.c-home-booth-cost__text {
  max-width: 33rem;
  margin: 0;
  font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.08rem);
  line-height: 2;
}

.c-home-booth-cost__text > * {
  margin-block: 0 0.75rem;
}

.c-home-booth-cost__text > :last-child {
  margin-bottom: 0;
}

.c-home-booth-cost__text strong {
  font-size: clamp(1.25rem, 1.1vw, 1.55rem);
  font-weight: 800;
  line-height: 1.6;
}

.c-home-booth-cost__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.35rem;
}

.c-home-booth-cost__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.72rem 1.1rem;
  border: 1px solid var(--m-color-text);
  border-radius: 0;
  color: var(--m-color-text);
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: background-color var(--m-transition), color var(--m-transition), border-color var(--m-transition);
}

.c-home-section--services .c-service-parent__tabs {
  display: grid;
  box-sizing: border-box;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: stretch;
  min-height: calc(100svh - var(--m-home-header-offset));
  min-height: calc(100dvh - var(--m-home-header-offset));
  margin-block-start: var(--m-home-header-offset);
  padding-block: clamp(1.5rem, 3vw, 2.5rem) clamp(3.5rem, 6vw, 5rem);
}

.c-home-section--services .c-service-parent__header {
  align-self: start;
  margin-bottom: 0;
}

.c-home-section--services .c-service-parent__panels {
  align-self: center;
  padding-block: clamp(1.5rem, 4vw, 3rem);
}

.c-home-section--services .c-service-parent__title {
  font-size: var(--m-home-heading-size);
}

.c-home-section--services .c-service-parent__tab {
  border-color: transparent;
  background: transparent;
}

.c-home-section--services .c-service-parent__media {
  max-height: 50vh;
}

.c-home-section__scroll-hint {
  position: absolute;
  z-index: 5;
  inset-block-end: clamp(1rem, 3vw, 1.75rem);
  inset-inline-start: 50%;
  opacity: 0.72;
  transform: translateX(-50%);
}

.c-home-section--hero .c-home-section__scroll-hint {
  color: #fff;
}

.c-home-page .c-home-booth-cost__button,
.c-home-page .c-memaraneh-form__submit,
.c-home-page .c-memaraneh-form__next,
.c-home-page .c-memaraneh-form__previous {
  border-color: var(--m-color-text);
  transition: background-color var(--m-transition), border-color var(--m-transition), color var(--m-transition);
}

.c-home-page .c-home-booth-cost__button--primary,
.c-home-page .c-memaraneh-form__submit,
.c-home-page .c-memaraneh-form__next {
  background: var(--m-color-text);
  color: var(--m-color-surface);
}

.c-home-page .c-home-booth-cost__button--primary:hover,
.c-home-page .c-home-booth-cost__button--primary:focus,
.c-home-page .c-memaraneh-form__submit:hover,
.c-home-page .c-memaraneh-form__submit:focus,
.c-home-page .c-memaraneh-form__next:hover,
.c-home-page .c-memaraneh-form__next:focus {
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.c-home-page .c-home-booth-cost__button--secondary,
.c-home-page .c-memaraneh-form__previous {
  background: transparent;
  color: var(--m-color-text);
}

.c-home-page .c-home-booth-cost__button--secondary:hover,
.c-home-page .c-home-booth-cost__button--secondary:focus,
.c-home-page .c-memaraneh-form__previous:hover,
.c-home-page .c-memaraneh-form__previous:focus {
  background: var(--m-color-text);
  color: var(--m-color-surface);
}

.c-home-page .c-home-booth-cost__button:focus-visible,
.c-home-page .c-memaraneh-form__submit:focus-visible,
.c-home-page .c-memaraneh-form__next:focus-visible,
.c-home-page .c-memaraneh-form__previous:focus-visible {
  outline: 2px solid var(--m-color-text);
  outline-offset: 4px;
}

.c-home-page .c-memaraneh-form__submit:disabled,
.c-home-page .c-memaraneh-form__next:disabled,
.c-home-page .c-memaraneh-form__previous:disabled {
  background: var(--m-color-surface-muted);
  color: var(--m-color-text);
  cursor: wait;
  opacity: 0.75;
}

.c-home-stage-nav {
  position: fixed;
  z-index: 90;
  top: 50%;
  right: clamp(0.8rem, 1.5vw, 1.5rem);
  display: grid;
  gap: 0.65rem;
  padding-block: 0.7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  pointer-events: none;
}

.c-home-stage-nav::before {
  position: absolute;
  z-index: -1;
  inset-block: 0;
  inset-inline-start: calc(50% - 0.5px);
  width: 1px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-home-stage.is-home-stage-on-first-section .c-home-stage-nav::before {
  background: #fff;
}

.is-home-stage-locked .c-home-stage-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-home-stage-nav__item {
  display: grid;
  place-items: center;
  width: 0.85rem;
  height: 1.35rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}

.c-home-stage-nav__dot {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  background: var(--m-color-input-border);
  transition: width var(--m-transition), height var(--m-transition), background-color var(--m-transition);
}

.c-home-stage.is-home-stage-on-first-section .c-home-stage-nav__dot {
  background: #fff;
}

.c-home-stage-nav__item:hover,
.c-home-stage-nav__item:focus-visible,
.c-home-stage-nav__item.is-active {
  color: var(--m-color-text);
}

.c-home-stage-nav__item.is-active .c-home-stage-nav__dot {
  width: 0.42rem;
  height: 1.25rem;
  background: var(--m-color-text);
}

.c-home-stage.is-home-stage-on-first-section .c-home-stage-nav__item.is-active .c-home-stage-nav__dot {
  background: #fff;
}

.c-home-stage-nav__item:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 0.35rem;
}

.c-home-sticky-link {
  direction: ltr;
  position: fixed;
  z-index: 90;
  right: 0;
  bottom: clamp(4.6rem, 9vw, 6.5rem);
  display: inline-flex;
  align-items: center;
  color: var(--m-color-text);
  text-decoration: none;
  transition: color var(--m-transition);
}

.c-home-sticky-link::before {
  order: 2;
  display: block;
  width: clamp(1rem, 3vw, 2.75rem);
  height: 1px;
  background: currentColor;
  content: "";
}

.c-home-sticky-link__text {
  direction: ltr;
  display: inline-grid;
  order: 1;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  place-items: center;
  border: 1px solid currentColor;
  color: inherit;
  font-size: clamp(0.78rem, 0.7vw, 0.92rem);
  font-weight: 700;
  line-height: 1;
}

.c-home-sticky-link:hover,
.c-home-sticky-link:focus {
  color: var(--m-color-comma-accent);
}

.c-home-sticky-link:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

.c-home-stage.is-home-stage-on-first-section .c-home-sticky-link {
  color: #fff;
}

.c-home-stage.is-home-sticky-link-exiting .c-home-sticky-link {
  animation: memaraneh-home-sticky-link-exit 260ms cubic-bezier(0.7, 0, 0.84, 0) forwards;
}

.c-home-stage.is-home-sticky-link-entering .c-home-sticky-link {
  animation: memaraneh-home-sticky-link-enter 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes memaraneh-home-section-cover {
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes memaraneh-home-sticky-link-exit {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(120%);
  }
}
@keyframes memaraneh-home-sticky-link-enter {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .c-home-booth-cost__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-home-booth-cost__form {
    direction: rtl;
  }
  .c-home-booth-cost__form .c-form-section--booth-cost {
    min-height: 20rem;
    align-content: start;
  }
  .c-home-section__grid--projects {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-home-section__grid--posts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1400px) {
  .c-home-section[data-home-scroll-section] .c-home-section__body,
  .c-home-section--services .c-service-parent__panels,
  .c-home-section__text,
  .c-home-section__eyebrow,
  .c-home-section__empty {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }
}
@media (max-width: 767px), (pointer: coarse), (prefers-reduced-motion: reduce) {
  html.is-home-stage-locked,
  body.is-home-stage-locked {
    overflow: auto;
  }
  .c-home-stage-nav {
    display: none;
  }
  .c-home-sticky-link {
    display: none;
  }
  .c-home-page {
    margin-block-start: 0;
  }
  .c-home-stage,
  .has-home-stage .c-home-stage {
    height: auto;
    overflow: visible;
  }
  .has-home-stage .c-home-section--fullscreen {
    position: relative;
    inset: auto;
    min-height: 100svh;
    min-height: 100dvh;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    animation: none;
  }
  .c-home-section__inner,
  .c-home-section--services .c-service-parent__tabs {
    grid-template-rows: auto;
    align-content: start;
    min-height: 100svh;
    min-height: 100dvh;
    margin-block-start: 0;
    padding-block-start: calc(var(--m-header-height) + clamp(1.5rem, 5vw, 2.5rem));
  }
  .c-home-section__body,
  .c-home-section--services .c-service-parent__panels {
    align-self: start;
  }
  .c-home-section__scroll-hint {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-home-stage.is-home-sticky-link-exiting .c-home-sticky-link {
    animation: none;
  }
  .c-home-stage.is-home-sticky-link-entering .c-home-sticky-link {
    animation: none;
  }
}
.c-home-about__body {
  display: grid;
  place-items: center;
}

.c-home-about__content {
  width: min(100%, 54rem);
  margin-inline: auto;
  text-align: center;
}

.c-home-about__title {
  margin-inline: auto;
}

.c-home-about__text {
  margin-top: clamp(1.1rem, 3vw, 2rem);
  color: var(--m-color-text);
  font-size: clamp(1rem, 0.7vw + 0.95rem, 1.35rem);
  line-height: 2.05;
}

.c-home-about__text > * {
  margin-block: 0 0.85rem;
}

.c-home-about__text > :last-child {
  margin-bottom: 0;
}

.c-home-section--iran-map {
  --m-home-iran-map-duration: 5500ms;
  background: var(--m-color-surface-alt);
}

.c-home-iran-map__header {
  margin-bottom: 0;
}

.c-home-iran-map__heading-bar {
  width: 100%;
}

.c-home-iran-map__title {
  font-size: var(--m-home-heading-size);
  line-height: 1.2;
  text-align: left;
}

.c-home-iran-map__tab {
  border: 0;
  appearance: none;
  cursor: pointer;
  font: inherit;
}

.c-home-section--iran-map .c-portfolio-archive__term-link {
  background: var(--m-color-surface-alt);
}

.c-home-iran-map__body {
  padding-block: clamp(1rem, 3vw, 2.5rem);
}

.c-home-iran-map__layout {
  display: grid;
  grid-template-areas: "content" "map";
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: center;
  direction: ltr;
}

.c-home-iran-map__content,
.c-home-iran-map__map {
  min-width: 0;
  direction: rtl;
}

.c-home-iran-map__content {
  grid-area: content;
}

.c-home-iran-map__map {
  grid-area: map;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-home-iran-map__panel {
  max-width: 34rem;
}

.c-home-iran-map__panel[hidden] {
  display: none;
}

.c-home-iran-map__kicker {
  margin: 0 0 0.6rem;
  color: var(--m-color-comma-accent);
  font-size: clamp(0.82rem, 0.45vw + 0.78rem, 0.98rem);
  font-weight: 700;
  line-height: 1.6;
}

.c-home-iran-map__panel-title {
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(1.35rem, 1.6vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
}

.c-home-iran-map__description {
  margin-top: clamp(0.85rem, 1.8vw, 1.35rem);
  color: var(--m-color-text);
  font-size: clamp(0.95rem, 0.45vw + 0.9rem, 1.08rem);
  line-height: 2;
  text-align: justify;
  text-align-last: right;
}

.c-home-iran-map__description > * {
  margin-block: 0 0.75rem;
}

.c-home-iran-map__description > :last-child {
  margin-bottom: 0;
}

.c-home-iran-map__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  margin-top: clamp(1rem, 2vw, 1.5rem);
  padding: 0.55rem 1.1rem;
  border: 1px solid var(--m-color-text);
  background: var(--m-color-text);
  color: var(--m-color-surface);
  font-size: clamp(0.88rem, 0.4vw + 0.84rem, 1rem);
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.c-home-iran-map__cta:hover,
.c-home-iran-map__cta:focus {
  background: transparent;
  color: var(--m-color-text);
}

.c-home-iran-map__cta:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

.c-home-iran-map__progress {
  width: min(100%, 34rem);
  height: 3px;
  margin-top: clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
  background: var(--m-color-heading-line);
}

.c-home-iran-map__progress-bar {
  display: block;
  width: 0;
  height: 100%;
  background: var(--m-color-text);
}

.c-home-section--iran-map.is-progress-running .c-home-iran-map__progress-bar {
  animation: memaraneh-home-iran-map-progress var(--m-home-iran-map-duration) linear forwards;
}

.c-home-section--iran-map.is-autoplay-paused .c-home-iran-map__progress-bar {
  animation-play-state: paused;
}

.c-home-iran-map__empty {
  margin-inline: auto;
  text-align: center;
}

.c-iran-map {
  display: block;
  width: min(100%, 46rem);
  max-height: min(58svh, 43rem);
  overflow: visible;
}

.c-iran-map path {
  fill: var(--m-color-surface);
  stroke: var(--m-color-input-border);
  stroke-width: 1.4;
  transition: fill 240ms ease, stroke 240ms ease, opacity 240ms ease, transform 240ms ease;
  vector-effect: non-scaling-stroke;
}

.c-iran-map .province path,
.c-iran-map .island path {
  opacity: 0.58;
}

.c-iran-map path.has-content {
  cursor: pointer;
  fill: color-mix(in srgb, var(--m-color-text) 10%, var(--m-color-surface));
  opacity: 0.78;
}

.c-iran-map path.is-active {
  fill: var(--m-color-comma-accent);
  stroke: var(--m-color-input-border);
  opacity: 1;
}

.c-iran-map path.has-content:focus-visible {
  outline: none;
  stroke: var(--m-color-comma-accent);
  stroke-width: 2;
}

@media (min-width: 992px) {
  .c-home-iran-map__layout {
    grid-template-areas: "map content";
    grid-template-columns: minmax(0, 1.12fr) minmax(18rem, 0.68fr);
  }
  .c-home-iran-map__content {
    justify-self: end;
  }
}
@media (min-width: 1400px) {
  .c-home-section[data-home-scroll-section] .c-home-iran-map__body {
    max-width: 1200px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .c-home-iran-map__tabs {
    align-items: flex-start;
    min-height: 3rem;
  }
  .c-home-iran-map__panel {
    max-width: none;
  }
  .c-iran-map {
    max-height: 38svh;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-iran-map path,
  .c-home-iran-map__progress-bar {
    animation: none;
    transition: none;
  }
}
@keyframes memaraneh-home-iran-map-progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c-home-post-carousel {
  --m-home-post-carousel-gap: clamp(1rem, 2vw, 1.5rem);
  min-width: 0;
}

.c-home-post-carousel__viewport {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.c-home-post-carousel__viewport::-webkit-scrollbar {
  display: none;
}

.c-home-post-carousel__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.c-home-post-carousel__track {
  display: flex;
  direction: inherit;
  gap: var(--m-home-post-carousel-gap);
  width: max-content;
  min-width: 100%;
}

.c-home-post-carousel__item {
  direction: rtl;
  flex: 0 0 min(78vw, 22rem);
  scroll-snap-align: start;
}

.c-home-post-carousel__item:last-child {
  scroll-snap-align: end;
}

.c-home-post-carousel__item .c-post-card {
  height: 100%;
}

.c-home-post-carousel__item .c-post-card__link {
  align-content: start;
  grid-template-rows: auto auto;
  height: 100%;
}

.c-home-post-carousel__item .c-post-card__body {
  align-self: start;
}

.c-home-post-carousel__item .c-post-card__media {
  overflow: hidden;
}

.c-home-post-carousel__item .c-post-card__image {
  user-select: none;
  -webkit-user-drag: none;
}

.c-home-post-carousel__item .c-post-card:hover .c-post-card__image,
.c-home-post-carousel__item .c-post-card:focus-within .c-post-card__image {
  transform: scale(1.055);
}

.c-home-post-carousel__hint {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  color: var(--m-color-input-border);
}

.c-home-post-carousel__mouse {
  position: relative;
  width: 1.3rem;
  height: 2.1rem;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.c-home-post-carousel__mouse::before {
  position: absolute;
  inset-block-start: 0.38rem;
  inset-inline-start: calc(50% - 0.13rem);
  width: 0.26rem;
  height: 0.5rem;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

.c-home-post-carousel__hint-button {
  display: inline-grid;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
}

.c-home-post-carousel__hint-button:hover,
.c-home-post-carousel__hint-button:focus {
  color: var(--m-color-comma-accent);
}

.c-home-post-carousel__hint-button:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .c-home-post-carousel__viewport {
    scroll-behavior: smooth;
  }
  .c-home-post-carousel__mouse::before {
    animation: home-post-carousel-mouse-wheel 1.45s ease-in-out infinite;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-home-post-carousel__item .c-post-card:hover .c-post-card__image,
  .c-home-post-carousel__item .c-post-card:focus-within .c-post-card__image {
    transform: none;
  }
}
@keyframes home-post-carousel-mouse-wheel {
  0%, 100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0.48rem);
  }
}
@media (min-width: 992px) {
  .c-home-post-carousel__item {
    flex-basis: calc((min(100vw - var(--m-container-gutter) * 2, var(--m-container-max)) - var(--m-home-post-carousel-gap) * 2) / 3);
  }
}
.c-home-blog-section {
  margin-bottom: 0;
  padding-block: clamp(3rem, 7vw, 5.5rem);
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.c-home-blog-section__inner {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2.2rem);
}

.c-home-blog-section__header {
  margin-bottom: 0;
}

.c-service-page {
  padding-block: clamp(2rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem);
  color: var(--m-color-text);
  background: var(--m-color-surface);
}

.c-service-page__breadcrumb {
  margin-bottom: 1.4rem;
  color: var(--m-color-text);
  font-size: 0.9rem;
  line-height: 1.8;
}

.c-service-page__breadcrumb .rank-math-breadcrumb p {
  margin: 0;
}

.c-service-page__breadcrumb a {
  color: var(--m-color-text);
  text-decoration: none;
}

.c-service-page__breadcrumb .separator {
  display: inline-block;
  padding-inline: 0.65rem;
  color: var(--m-color-comma-accent);
}

.c-service-page__breadcrumb .last {
  color: var(--m-color-input-border);
}

.c-service-page__breadcrumb a:hover,
.c-service-page__breadcrumb a:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.c-service-page__content-header,
.c-service-child__header {
  margin-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

.c-service-page__title,
.c-service-child__title {
  margin: 0;
  color: var(--m-color-text);
  font-weight: 700;
  line-height: 1.2;
}

.c-service-page__title {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.c-service-child__title {
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  font-weight: 600;
  line-height: 1.35;
}

.c-service-page__content,
.c-service-child__intro-text,
.c-service-parent__description {
  color: var(--m-color-text);
  font-size: clamp(1.02rem, 0.45vw + 0.95rem, 1.12rem);
  line-height: 2;
}

.c-service-page__content > *,
.c-service-child__intro-text > *,
.c-service-parent__description > * {
  margin-block: 0 1.35em;
}

.c-service-page__content > :last-child,
.c-service-child__intro-text > :last-child,
.c-service-parent__description > :last-child {
  margin-bottom: 0;
}

.c-service-parent__header {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.c-service-parent__heading-bar {
  display: grid;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  direction: ltr;
}

.c-service-parent__title {
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: right;
}

.c-service-parent__tablist {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.8vw, 1.35rem);
  min-width: 0;
  min-height: 2.7rem;
  direction: rtl;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.c-service-parent__tablist::before {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 51%;
  height: 3px;
  background: var(--m-color-heading-line);
  content: "";
  transform: translateY(-50%);
}

.c-service-parent__tablist::-webkit-scrollbar {
  display: none;
}

.c-service-parent__tab {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0 0.22rem;
  border: 0;
  background: var(--m-color-surface);
  color: var(--m-color-text);
  cursor: pointer;
  font: inherit;
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  font-weight: 500;
  line-height: 1.65;
  text-decoration: none;
  transform: translateY(-0.81rem);
  white-space: nowrap;
}

.c-service-parent__tab::after {
  position: absolute;
  inset-inline: 0.22rem;
  inset-block-start: calc(50% + 0.81rem);
  height: 3px;
  background: transparent;
  content: "";
  transform: translateY(-50%);
}

.c-service-parent__tab.is-active,
.c-service-parent__tab[aria-selected=true] {
  font-weight: 800;
}

.c-service-parent__tab.is-active::after,
.c-service-parent__tab[aria-selected=true]::after {
  background: var(--m-color-text);
}

.c-service-parent__tab:hover {
  color: var(--m-color-comma-accent);
}

.c-service-parent__tab:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 5px;
}

.c-service-parent__panel {
  display: block;
}

.c-service-parent__panel[hidden] {
  display: none;
}

.c-service-parent__media {
  margin: 0 0 1.5rem;
  aspect-ratio: 1024/683;
  background: var(--m-color-surface-muted);
}

.c-service-parent__image,
.c-service-parent__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.c-service-parent__image {
  object-fit: cover;
}

.c-service-parent__placeholder {
  background: var(--m-color-surface-muted);
}

.c-service-parent__content {
  display: flow-root;
  direction: rtl;
}

.c-service-parent__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  margin-top: 1.4rem;
  padding-inline: 1.35rem;
  border: 1px solid var(--m-color-text);
  background: var(--m-color-text);
  color: var(--m-color-surface);
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.c-service-parent__cta:hover,
.c-service-parent__cta:focus {
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.c-service-parent__cta:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 5px;
}

.c-service-child__article {
  --m-service-section-gap: clamp(3rem, 6vw, 6rem);
  display: flex;
  flex-direction: column;
}

.c-service-child__media {
  margin: 0 0 1.5rem;
  aspect-ratio: 1024/683;
  background: var(--m-color-surface-muted);
}

.c-service-child__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-service-child__intro {
  display: flow-root;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.c-service-child__content {
  order: 3;
  margin-top: var(--m-service-section-gap);
  padding-top: clamp(1.75rem, 3vw, 2.5rem);
  border-top: 3px solid var(--m-color-heading-line);
}

.c-service-child__steps {
  order: 1;
}

.c-service-child__steps:empty {
  display: none;
}

.c-service-child__form-slot {
  order: 2;
  margin-top: var(--m-service-section-gap);
  padding: 0;
  background: transparent;
  color: var(--m-color-text);
  font-weight: 400;
  line-height: 1.8;
}

.c-service-child__form-slot p {
  margin: 0;
}

.c-service-steps {
  --m-service-step-duration: 5s;
  margin-top: 0;
}

.c-service-steps__header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.c-service-steps__heading {
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(1.2rem, 1vw + 1rem, 1.6rem);
  font-weight: 700;
  line-height: 1.35;
}

.c-service-steps__track {
  position: relative;
  display: grid;
  grid-auto-columns: minmax(14rem, 1fr);
  grid-auto-flow: column;
  gap: clamp(1rem, 2.5vw, 2rem);
  padding-top: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.c-service-steps__track::before {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 0;
  height: 1px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-service-steps__track::-webkit-scrollbar {
  display: none;
}

.c-service-steps__step {
  position: relative;
  min-width: 0;
  padding-block-start: 1.3rem;
  border-top: 1px solid var(--m-color-heading-line);
  background: linear-gradient(var(--m-color-heading-line), var(--m-color-heading-line)) right top/1px 15px no-repeat;
  color: color-mix(in srgb, var(--m-color-input-border) 72%, var(--m-color-surface) 28%);
  cursor: pointer;
}

.c-service-steps__step::before {
  position: absolute;
  top: -1px;
  right: 0;
  width: 100%;
  height: 3px;
  background: transparent;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
}

.c-service-steps__step::after {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--m-color-comma-accent);
  content: "";
  transform: translate(50%, -50%);
}

.c-service-steps__step.is-active,
.c-service-steps__step:focus {
  color: var(--m-color-text);
}

.c-service-steps__step.is-active::before,
.c-service-steps__step:focus::before {
  background: var(--m-color-text);
  animation: service-step-progress var(--m-service-step-duration) linear forwards;
}

.c-service-steps:hover .c-service-steps__step.is-active::before,
.c-service-steps:focus-within .c-service-steps__step.is-active::before {
  animation-play-state: paused;
}

.c-service-steps__step.is-active::after,
.c-service-steps__step:focus::after {
  display: block;
}

.c-service-steps__step:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 6px;
}

.c-service-steps__step-kicker {
  margin: 0 0 0.9rem;
  direction: ltr;
  font-size: clamp(0.78rem, 0.35vw + 0.72rem, 0.92rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.c-service-steps__step.is-active .c-service-steps__step-kicker,
.c-service-steps__step:focus .c-service-steps__step-kicker {
  font-weight: 800;
}

.c-service-steps__step-title {
  margin: 0 0 0.65rem;
  color: inherit;
  font-size: clamp(1.05rem, 0.55vw + 0.95rem, 1.25rem);
  font-weight: 800;
  line-height: 1.55;
}

@keyframes service-step-progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-service-steps__step.is-active::before,
  .c-service-steps__step:focus::before {
    animation: none;
    transform: scaleX(1);
  }
}
.c-service-steps__step-text {
  margin: 0;
  color: inherit;
  font-size: 0.96rem;
  line-height: 1.9;
}

@media (min-width: 768px) {
  .c-service-parent__heading-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .c-service-parent__tablist {
    justify-content: flex-end;
  }
  .c-service-parent__media,
  .c-service-child__media {
    float: left;
    width: min(50%, 42rem);
    margin: 0 1.75rem 1rem 0;
  }
  .c-service-steps__track {
    grid-auto-columns: minmax(0, 1fr);
  }
}
.c-form-section {
  display: grid;
  gap: clamp(1.35rem, 3vw, 2.25rem);
  color: var(--m-color-text);
}

.c-form-section__header {
  display: grid;
  gap: 0.85rem;
}

.c-form-section__title {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
}

.c-form-section__description {
  max-width: 100%;
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.05rem);
  line-height: 1.9;
}

.c-form-section__body {
  display: grid;
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: stretch;
}

.c-form-section__form-area,
.c-form-section__aside {
  min-width: 0;
}

.c-form-section__aside {
  background: transparent;
}

.c-form-section__aside-box {
  background: transparent;
}

.c-form-section__aside-title {
  margin: 0 0 1rem;
  font-size: clamp(1.2rem, 1.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.5;
}

.c-form-section__aside-text,
.c-form-section__aside-contact {
  margin: 0;
  line-height: 1.9;
}

.c-form-section__aside-contact {
  margin-top: 1.25rem;
  font-weight: 800;
  text-align: left;
}

.c-form-section__aside-content > :first-child {
  margin-top: 0;
}

.c-form-section__aside-content > :last-child {
  margin-bottom: 0;
}

.c-form-section__aside-content {
  line-height: 1.9;
}

.c-memaraneh-form {
  color: var(--m-color-text);
}

.c-memaraneh-form__hp {
  position: absolute;
  inset-inline-start: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.c-memaraneh-form__notice {
  display: none;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--m-color-input-border);
  background: var(--m-color-surface-muted);
  font-weight: 700;
  line-height: 1.8;
}

.c-memaraneh-form__notice:not(:empty) {
  display: block;
}

.c-memaraneh-form__notice.is-success {
  border-color: var(--m-color-text);
  background: var(--m-color-surface-alt);
}

.c-memaraneh-form__notice.is-error {
  border-color: var(--m-color-comma-accent);
}

.c-memaraneh-form__notice.is-loading {
  border-color: var(--m-color-heading-line);
}

.c-memaraneh-form__grid,
.c-memaraneh-form__fields,
.c-memaraneh-form__message-column,
.c-memaraneh-form__step-fields,
.c-memaraneh-form__dimensions {
  display: grid;
  gap: 1rem;
}

.c-memaraneh-form--exhibition-request .c-memaraneh-form__grid,
.c-memaraneh-form--exhibition-request .c-memaraneh-form__fields,
.c-memaraneh-form--exhibition-request .c-memaraneh-form__message-column {
  gap: 0.75rem;
}

.c-memaraneh-form__field {
  min-width: 0;
}

.c-memaraneh-form__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.5;
}

.c-memaraneh-form__required {
  color: var(--m-color-comma-accent);
}

.c-memaraneh-form--exhibition-request .c-memaraneh-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-memaraneh-form__control {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--m-color-input-border);
  border-radius: 0;
  background: var(--m-color-surface);
  color: var(--m-color-text);
  font: inherit;
  line-height: 1.6;
}

.c-memaraneh-form__control::placeholder {
  color: var(--m-color-input-border);
  opacity: 1;
}

textarea.c-memaraneh-form__control {
  min-height: 100%;
  resize: vertical;
}

.c-memaraneh-form__control:focus,
.c-memaraneh-form__control:focus-visible {
  border-color: var(--m-color-text);
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 2px;
}

.c-memaraneh-form__field.has-error .c-memaraneh-form__control {
  border-color: var(--m-color-comma-accent);
}

.c-memaraneh-form__error {
  margin: 0.35rem 0 0;
  color: var(--m-color-comma-accent);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.6;
}

.c-memaraneh-form__error:empty {
  display: none;
}

.c-memaraneh-form__actions,
.c-memaraneh-form__step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 1.25rem;
}

.c-memaraneh-form__submit,
.c-memaraneh-form__next,
.c-memaraneh-form__previous,
.c-memaraneh-form__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid var(--m-color-text);
  border-radius: 0;
  background: var(--m-color-text);
  color: var(--m-color-surface);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.c-memaraneh-form__submit {
  position: relative;
  gap: 0.65rem;
}

.c-memaraneh-form.is-submitting .c-memaraneh-form__submit::before {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid currentColor;
  border-block-start-color: transparent;
  content: "";
  animation: memaraneh-form-spinner 0.8s linear infinite;
}

.c-memaraneh-form__previous,
.c-memaraneh-form__secondary {
  background: var(--m-color-surface);
  color: var(--m-color-text);
}

.c-memaraneh-form__submit:hover,
.c-memaraneh-form__submit:focus,
.c-memaraneh-form__next:hover,
.c-memaraneh-form__next:focus,
.c-memaraneh-form__previous:hover,
.c-memaraneh-form__previous:focus,
.c-memaraneh-form__secondary:hover,
.c-memaraneh-form__secondary:focus {
  background: var(--m-color-comma-accent);
  color: var(--m-color-surface);
}

.c-memaraneh-form__submit:focus-visible,
.c-memaraneh-form__next:focus-visible,
.c-memaraneh-form__previous:focus-visible,
.c-memaraneh-form__secondary:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 4px;
}

.c-memaraneh-form__submit:disabled,
.c-memaraneh-form__next:disabled,
.c-memaraneh-form__previous:disabled {
  background: var(--m-color-surface-muted);
  color: var(--m-color-text);
  cursor: wait;
  opacity: 0.75;
}

@keyframes memaraneh-form-spinner {
  to {
    transform: rotate(1turn);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-memaraneh-form.is-submitting .c-memaraneh-form__submit::before {
    animation: none;
  }
}
.c-memaraneh-form__progress {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

.c-memaraneh-form__progress-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--m-color-input-border);
  font-weight: 800;
}

.c-memaraneh-form__progress-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid currentColor;
}

.c-memaraneh-form__progress-item.is-active,
.c-memaraneh-form__progress-item.is-complete {
  color: var(--m-color-text);
}

.c-memaraneh-form__progress-item.is-active .c-memaraneh-form__progress-number {
  background: var(--m-color-text);
  color: var(--m-color-surface);
}

.c-memaraneh-form__step-title {
  margin: 0 0 1rem;
  font-size: clamp(1.15rem, 1.4vw, 1.55rem);
  font-weight: 800;
  line-height: 1.5;
}

.c-memaraneh-form__step-text {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.85;
}

.c-memaraneh-form__field-group {
  margin: 0;
  padding: 1rem;
  border: 1px solid var(--m-color-input-border);
}

.c-memaraneh-form__field-group legend {
  padding-inline: 0.5rem;
  font-weight: 800;
}

.c-memaraneh-form__success {
  display: grid;
  gap: 0.75rem;
  padding-block: 1rem;
  border-block: 1px solid var(--m-color-text);
}

.c-memaraneh-form__success[hidden] {
  display: none;
}

.c-memaraneh-form__success-title {
  margin: 0;
  font-size: clamp(1.1rem, 1vw, 1.35rem);
  font-weight: 900;
  line-height: 1.5;
}

.c-memaraneh-form__success p {
  margin: 0;
  line-height: 1.9;
}

.c-memaraneh-form--booth-cost {
  direction: rtl;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__notice {
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.8rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-header {
  display: grid;
  grid-template-columns: minmax(7rem, auto) minmax(0, 1fr);
  gap: clamp(0.7rem, 1.5vw, 1rem);
  align-items: center;
  margin-bottom: clamp(0.85rem, 1.6vw, 1.15rem);
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-header::before {
  grid-column: 2;
  grid-row: 1;
  height: 1px;
  background: var(--m-color-heading-line);
  content: "";
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-titles {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  font-size: clamp(1rem, 0.8vw, 1.18rem);
  font-weight: 900;
  line-height: 1.45;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-title-visual {
  display: none;
}

.c-memaraneh-form--booth-cost:has([data-form-step="0"].is-active) [data-step-title="0"],
.c-memaraneh-form--booth-cost:has([data-form-step="1"].is-active) [data-step-title="1"],
.c-memaraneh-form--booth-cost:has([data-form-step="2"].is-active) [data-step-title="2"] {
  display: inline;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  display: flex;
  gap: clamp(0.45rem, 1vw, 0.7rem);
  align-items: center;
  justify-self: end;
  margin: 0;
  padding-inline-start: 0.7rem;
  background: var(--m-color-surface);
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress::after {
  content: none;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress-item {
  gap: 0.28rem;
  color: var(--m-color-input-border);
  font-size: 0.8rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__progress-number {
  width: 1.55rem;
  height: 1.55rem;
  border-color: currentColor;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-fields {
  gap: 0.7rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__field {
  display: grid;
  gap: 0.45rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__label {
  margin: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__control {
  min-height: 2.75rem;
  padding-block: 0.55rem;
  background: color-mix(in srgb, var(--m-color-surface) 75%, transparent);
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__field-group {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  border: 0;
  min-inline-size: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__field-group > .c-memaraneh-form__label {
  padding-inline: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimension-separator {
  padding-block-start: 0.58rem;
  color: var(--m-color-input-border);
  font-weight: 900;
  line-height: 1;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__field {
  min-width: 0;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__step-actions {
  direction: ltr;
  justify-content: flex-start;
  margin-top: 0.85rem;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__next,
.c-memaraneh-form--booth-cost .c-memaraneh-form__submit {
  order: 1;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__previous {
  order: 2;
}

.c-memaraneh-form--booth-cost .c-memaraneh-form__submit,
.c-memaraneh-form--booth-cost .c-memaraneh-form__next,
.c-memaraneh-form--booth-cost .c-memaraneh-form__previous {
  min-height: 2.85rem;
  padding-inline: 1.25rem;
}

.c-memaraneh-form--booth-cost.is-complete .c-memaraneh-form__progress {
  display: none;
}

.c-memaraneh-form--booth-cost.is-complete .c-memaraneh-form__step-header {
  display: none;
}

@media (min-width: 768px) {
  .c-form-section__description {
    max-width: 33%;
  }
  .c-form-section--exhibition-request .c-form-section__body {
    grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr);
    column-gap: clamp(1rem, 2vw, 1.6rem);
  }
  .c-memaraneh-form__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
    direction: rtl;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__grid {
    column-gap: clamp(0.8rem, 1.5vw, 1.2rem);
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__fields {
    align-content: stretch;
    gap: 0.62rem;
    justify-items: start;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__fields .c-memaraneh-form__field {
    width: 100%;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__fields .c-memaraneh-form__control {
    min-height: 3.3rem;
  }
  .c-memaraneh-form__message-column {
    direction: rtl;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__message-column {
    align-self: stretch;
  }
  .c-memaraneh-form__message-column .c-memaraneh-form__field {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-memaraneh-form__message-column textarea.c-memaraneh-form__control {
    flex: 1;
    min-height: 14.6rem;
  }
  .c-memaraneh-form--exhibition-request .c-memaraneh-form__message-column textarea.c-memaraneh-form__control {
    resize: none;
  }
  .c-memaraneh-form__progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-memaraneh-form__dimensions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__field,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__field-group {
    grid-template-columns: minmax(6rem, 0.3fr) minmax(0, 1fr);
    align-items: start;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__control,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__error {
    grid-column: 2;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__label,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__field-group > .c-memaraneh-form__label {
    grid-column: 1;
    padding-block-start: 0.6rem;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__field {
    display: block;
  }
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__control,
  .c-memaraneh-form--booth-cost .c-memaraneh-form__dimensions .c-memaraneh-form__error {
    grid-column: auto;
  }
}
.c-home-section--brands-request {
  background: var(--m-color-surface-alt);
}

.c-home-brands__body,
.c-home-brands__form-area {
  min-width: 0;
}

.c-home-brands__caption {
  margin: 0.55rem 0 0;
  direction: rtl;
  font-size: clamp(1rem, 0.5vw + 0.95rem, 1.18rem);
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

.c-home-brands__body {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2.1rem);
}

.c-home-brands__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-block-start: 1px solid var(--m-color-input-border);
  border-inline-start: 1px solid var(--m-color-input-border);
  background: var(--m-color-surface-alt);
}

.c-home-brands__cell {
  display: grid;
  place-items: center;
  border-block-end: 1px solid var(--m-color-input-border);
  border-inline-end: 1px solid var(--m-color-input-border);
}

.c-home-brands__logo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) contrast(1.12);
}

.c-form-section--home-brands {
  gap: clamp(0.85rem, 1.8vw, 1.25rem);
  margin-top: 2.5rem;
}

.c-home-brands-form__header {
  margin-bottom: clamp(0.85rem, 1.7vw, 1.15rem);
}

.c-home-brands-form__title {
  margin: 0;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
}

.c-home-brands-form__body {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.35rem);
}

.c-home-brands-form__row {
  display: grid;
  gap: clamp(0.9rem, 2vw, 1.35rem);
}

.c-home-brands-form__description {
  min-width: 0;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--m-color-input-border);
  background: transparent;
}

.c-home-brands-form__description p {
  margin: 0;
  font-weight: 400;
  line-height: 1.75;
}

.c-home-brands-form__form-area {
  min-width: 0;
}

.c-memaraneh-form--home-brands .c-memaraneh-form__notice {
  margin-bottom: 0.75rem;
  padding: 0.65rem 0.8rem;
}

.c-home-brands-form__fields {
  gap: 0.65rem;
}

.c-memaraneh-form--home-brands .c-memaraneh-form__control {
  min-height: 2.85rem;
  padding-block: 0.58rem;
  background: var(--m-color-surface-alt);
  direction: rtl;
}

.c-home-brands-form__actions {
  margin-top: 0.75rem;
}

.c-memaraneh-form--home-brands .c-memaraneh-form__submit {
  min-width: 8.5rem;
  min-height: 2.85rem;
}

@media (min-width: 768px) {
  .c-home-brands__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .c-home-brands-form__body {
    display: block;
  }
  .c-home-brands-form__row {
    grid-template-columns: minmax(16rem, 0.75fr) minmax(0, 1.25fr);
    align-items: stretch;
    direction: ltr;
  }
  .c-home-brands-form__description {
    display: grid;
    align-content: center;
    direction: rtl;
  }
  .c-home-brands-form__form-area {
    direction: rtl;
  }
  .c-home-brands-form__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-home-brands-form__actions {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  .c-home-section[data-home-scroll-section] .c-home-brands__body {
    max-width: none;
  }
  .c-home-brands__grid,
  .c-home-brands-form__body {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
  }
}
.c-portfolio-archive {
  padding-block: clamp(2rem, 4vw, 4rem) clamp(3rem, 6vw, 5rem);
  color: var(--m-color-text);
  background: var(--m-color-surface);
}

.c-portfolio-archive__header {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.c-portfolio-archive__heading-bar {
  display: grid;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  direction: ltr;
}

.c-portfolio-archive__title {
  margin: 0;
  color: var(--m-color-text);
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  font-weight: 700;
  line-height: 1.12;
  text-align: left;
}

.c-portfolio-archive__terms {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.7rem, 1.8vw, 1.35rem);
  min-width: 0;
  min-height: 2.7rem;
  direction: rtl;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.c-portfolio-archive__terms::before {
  position: absolute;
  inset-inline: 0;
  inset-block-start: 50%;
  height: 3px;
  background: var(--m-color-heading-line);
  content: "";
  transform: translateY(-50%);
}

.c-portfolio-archive__terms::-webkit-scrollbar {
  display: none;
}

.c-portfolio-archive__term-link {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0 0.22rem;
  background: var(--m-color-surface);
  color: var(--m-color-text);
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  font-weight: 500;
  line-height: 1.65;
  text-decoration: none;
  transform: translateY(-0.81rem);
  white-space: nowrap;
}

.c-portfolio-archive__term-link::after {
  position: absolute;
  inset-inline: 0.22rem;
  inset-block-start: calc(50% + 0.81rem);
  height: 3px;
  background: transparent;
  content: "";
  transform: translateY(-50%);
}

.c-portfolio-archive__term-link.is-active {
  font-weight: 800;
}

.c-portfolio-archive__term-link.is-active::after {
  background: var(--m-color-text);
}

.c-portfolio-archive__term-link:hover,
.c-portfolio-archive__term-link:focus {
  color: var(--m-color-comma-accent);
}

.c-portfolio-archive__term-link:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 5px;
}

.c-portfolio-archive__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.c-portfolio-archive__pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.c-portfolio-archive__pagination .wp-paginate,
.c-portfolio-archive__pagination .page-numbers:not(a):not(span) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: "ss01";
}

.c-portfolio-archive__pagination .wp-paginate li {
  margin: 0;
  padding: 0;
}

.c-portfolio-archive__pagination .wp-paginate a,
.c-portfolio-archive__pagination .wp-paginate .current,
.c-portfolio-archive__pagination .wp-paginate .gap,
.c-portfolio-archive__pagination .page-numbers {
  display: inline-grid;
  min-width: 2.5rem;
  min-height: 2.5rem;
  place-items: center;
  border: 1px solid var(--m-color-input-border);
  background: var(--m-color-surface);
  color: var(--m-color-text);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.c-portfolio-archive__pagination .wp-paginate a:hover,
.c-portfolio-archive__pagination .wp-paginate a:focus,
.c-portfolio-archive__pagination .page-numbers:hover,
.c-portfolio-archive__pagination .page-numbers:focus {
  border-color: var(--m-color-text);
  background: var(--m-color-surface-muted);
}

.c-portfolio-archive__pagination .wp-paginate .current,
.c-portfolio-archive__pagination .page-numbers.current {
  border-color: var(--m-color-text);
  background: var(--m-color-text);
  color: var(--m-color-surface);
}

@media (min-width: 768px) {
  .c-portfolio-archive__heading-bar {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }
  .c-portfolio-archive__terms {
    justify-content: flex-start;
  }
  .c-portfolio-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .c-portfolio-archive__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-project-card {
  padding-bottom: 0;
}

.c-project-card__link {
  display: block;
}

.c-project-card__link:focus-visible {
  outline: 2px solid var(--m-color-comma-accent);
  outline-offset: 6px;
}

.c-project-card__media {
  position: relative;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 3/2;
  background: var(--m-color-surface-muted);
}

.c-project-card__image,
.c-project-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.c-project-card__image {
  object-fit: cover;
  transition: transform 420ms ease;
}

.c-project-card__placeholder {
  background: var(--m-color-surface-muted);
}

.c-project-card__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 1.5rem;
  background: color-mix(in srgb, var(--m-color-project-overlay) 78%, transparent);
  color: #fff;
  opacity: 0;
  text-align: center;
  transition: opacity 220ms ease;
}

.c-project-card__title {
  color: inherit;
  font-size: clamp(1.1rem, 1vw + 0.9rem, 1.6rem);
  font-weight: 800;
  line-height: 1.45;
}

.c-project-card__exhibition {
  margin: 0;
  color: inherit;
  font-size: clamp(0.9rem, 0.5vw + 0.8rem, 1.05rem);
  font-weight: 500;
  line-height: 1.7;
}

.c-project-card__link:hover .c-project-card__image,
.c-project-card__link:focus .c-project-card__image,
.c-project-card:focus-within .c-project-card__image {
  transform: scale(1.055);
}

.c-project-card__link:hover .c-project-card__overlay,
.c-project-card__link:focus .c-project-card__overlay,
.c-project-card:focus-within .c-project-card__overlay {
  opacity: 1;
}

.c-post-listing {
  display: grid;
  gap: 24px;
}

.c-post-card,
.c-project-card,
.c-exhibition-card {
  padding-bottom: 24px;
}

.c-post-card__link,
.c-project-card__link,
.c-exhibition-card__link {
  display: grid;
  gap: 16px;
  color: var(--m-color-text);
  text-decoration: none;
}

.c-post-card__media,
.c-project-card__media,
.c-exhibition-card__media {
  margin: 0;
}

.c-post-card__media {
  overflow: hidden;
  aspect-ratio: 3/2;
  background: var(--m-color-surface-muted);
}

.c-post-card__image,
.c-post-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.c-post-card__image {
  object-fit: cover;
  transition: transform 420ms ease;
}

.c-post-card__placeholder {
  background: var(--m-color-surface-muted);
}

.c-post-card__title,
.c-project-card__title,
.c-exhibition-card__title {
  margin: 0;
}

.c-post-card__title {
  font-size: clamp(1.1rem, 1vw, 1.35rem);
  line-height: 1.55;
}

.c-post-card__link:hover .c-post-card__title,
.c-post-card__link:focus .c-post-card__title {
  color: var(--m-color-comma-accent);
}

.c-blog-archive .c-post-card:hover .c-post-card__image,
.c-blog-archive .c-post-card:focus-within .c-post-card__image {
  transform: scale(1.055);
}

@media (prefers-reduced-motion: reduce) {
  .c-post-card__image {
    transition: none;
  }
  .c-blog-archive .c-post-card:hover .c-post-card__image,
  .c-blog-archive .c-post-card:focus-within .c-post-card__image {
    transform: none;
  }
}
.c-post-listing__empty {
  margin: 0;
  padding: 1.25rem;
  border: 1px solid var(--m-color-input-border);
  background: var(--m-color-surface-muted);
  color: var(--m-color-text);
  line-height: 1.8;
}