.ar-page {
  color: #1a1830;
  font-family: Manrope, sans-serif;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 580px) {
  .ar-page {
    padding-bottom: 8rem;
  }
}

.ar-breadcrumb-wrap {
  background: #f8f5f0;
  padding: 2.4rem 0 0;
}
@media only screen and (max-width: 580px) {
  .ar-breadcrumb-wrap {
    padding: 1.6rem 0 0;
  }
}

.ar-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.ar-breadcrumb__link {
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  color: #8b8794;
  text-decoration: none;
  transition: color 0.2s ease;
}
.ar-breadcrumb__link:hover {
  color: #1a1830;
}

.ar-breadcrumb__sep {
  font-size: 1.5rem;
  color: rgba(139, 135, 148, 0.5);
  user-select: none;
}

.ar-breadcrumb__item--current {
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  color: #1a1830;
  font-weight: 500;
}

.ar-hero {
  background: #f8f5f0;
  padding: 6.4rem 0 8rem;
}
@media only screen and (max-width: 760px) {
  .ar-hero {
    padding: 4.8rem 0 5.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-hero {
    padding: 3.2rem 0 4rem;
  }
}

.ar-eyebrow {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #c9a961;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.ar-title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1a1830;
  margin: 0 0 2.4rem;
}
.ar-title em {
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
}
.ar-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  height: 3px;
  background: #c9a961;
  border-radius: 2px;
}
@media only screen and (max-width: 980px) {
  .ar-title {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 760px) {
  .ar-title {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-title {
    font-size: 3.6rem;
  }
  .ar-title em::after {
    bottom: -0.4rem;
  }
}

.ar-subtitle {
  font-size: 1.9rem;
  line-height: 1.65;
  color: #5a5466;
  max-width: 60rem;
}

.ar-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.6rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 1280px) {
  .ar-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 980px) {
  .ar-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 580px) {
  .ar-stats {
    gap: 1.2rem;
  }
}

.ar-main {
  padding-top: 6.4rem;
}
@media only screen and (max-width: 760px) {
  .ar-main {
    padding-top: 4rem;
  }
}

.ar-controls {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 760px) {
  .ar-controls {
    gap: 1.2rem;
    margin-bottom: 2.8rem;
  }
}

.ar-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .ar-tabs {
    display: none;
  }
}

.ar-book-filter {
  display: none;
  position: relative;
  flex: 1;
  min-width: 0;
  user-select: none;
}
@media only screen and (max-width: 580px) {
  .ar-book-filter {
    display: block;
  }
}

.ar-book-filter__toggle {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(26, 24, 48, 0.12);
  border-radius: 999px;
  padding: 1rem 1.6rem;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a1830;
  cursor: pointer;
  line-height: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ar-book-filter.is-open .ar-book-filter__toggle {
  border-color: #1a1830;
  box-shadow: 0 0 0 3px rgba(26, 24, 48, 0.06);
}

.ar-book-filter__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.ar-book-filter__count {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  background: rgba(26, 24, 48, 0.1);
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 600;
}

.ar-book-filter__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: transform 0.25s ease;
}
.ar-book-filter.is-open .ar-book-filter__chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.ar-book-filter__menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid rgba(26, 24, 48, 0.08);
  box-shadow: 0 8px 32px rgba(15, 14, 23, 0.12);
  overflow-y: auto;
  max-height: 36rem;
  z-index: 200;
  opacity: 0;
  transform: translateY(-0.6rem);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.ar-book-filter.is-open .ar-book-filter__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ar-book-filter__option {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  background: none;
  border: none;
  padding: 1.1rem 1.6rem;
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  color: #1a1830;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s ease;
}
.ar-book-filter__option:hover {
  background: #f8f5f0;
}
.ar-book-filter__option.is-selected {
  font-weight: 600;
  color: #c9a961;
  background: rgba(201, 169, 97, 0.06);
}

.ar-book-filter__opt-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ar-tab {
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 24, 48, 0.12);
  background: transparent;
  color: #8b8794;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  max-width: 100%;
  min-width: 0;
}
.ar-tab:hover {
  color: #1a1830;
  border-color: rgba(26, 24, 48, 0.3);
}
.ar-tab.is-active {
  background: #1a1830;
  color: #fff;
  border-color: #1a1830;
}
@media only screen and (max-width: 580px) {
  .ar-tab {
    font-size: 1.5rem;
    padding: 0.8rem 1.6rem;
    max-width: 100%;
  }
}

.ar-tab-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  flex: 0 1 auto;
}
@media only screen and (max-width: 580px) {
  .ar-tab-text {
    max-width: 22rem;
  }
}

.ar-tab-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  background: rgba(26, 24, 48, 0.1);
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0 0.6rem;
  line-height: 1;
  flex-shrink: 0;
}
.ar-tab.is-active .ar-tab-count {
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 580px) {
  .ar-tab-count {
    font-size: 1.1rem;
  }
}

.ar-sort-wrap {
  flex-shrink: 0;
  position: relative;
  user-select: none;
}

.ar-sort-toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #1a1830;
  background: #fff;
  border: 1px solid rgba(26, 24, 48, 0.12);
  border-radius: 999px;
  padding: 1rem 2rem;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
}
.ar-sort-toggle:hover {
  border-color: rgba(26, 24, 48, 0.3);
}
.ar-sort-wrap.is-open .ar-sort-toggle {
  border-color: #1a1830;
  box-shadow: 0 0 0 3px rgba(26, 24, 48, 0.06);
}
@media only screen and (max-width: 580px) {
  .ar-sort-toggle {
    font-size: 1.5rem;
    padding: 0.8rem 1.6rem;
  }
}

.ar-sort-chevron {
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  opacity: 0.5;
}
.ar-sort-wrap.is-open .ar-sort-chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.ar-sort-chevron svg {
  display: block;
}

.ar-sort-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  min-width: 100%;
  background: #fff;
  border-radius: 1.4rem;
  border: 1px solid rgba(26, 24, 48, 0.08);
  box-shadow: 0 8px 32px rgba(15, 14, 23, 0.12);
  overflow: hidden;
  z-index: 200;
  opacity: 0;
  transform: translateY(-0.8rem);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.ar-sort-wrap.is-open .ar-sort-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ar-sort-option {
  display: block;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1a1830;
  background: none;
  border: none;
  padding: 1.2rem 2rem;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.ar-sort-option:hover {
  background: #f8f5f0;
}
.ar-sort-option.is-selected {
  font-weight: 600;
  color: #c9a961;
}
@media only screen and (max-width: 580px) {
  .ar-sort-option {
    font-size: 1.5rem;
  }
}

.ar-masonry {
  columns: 3;
  column-gap: 2.4rem;
}
@media only screen and (max-width: 980px) {
  .ar-masonry {
    columns: 2;
  }
}
@media only screen and (max-width: 580px) {
  .ar-masonry {
    columns: 1;
  }
}

.ar-masonry-item {
  break-inside: avoid;
  margin-bottom: 2.4rem;
}
.ar-masonry-item.is-hidden {
  display: none;
}

.ar-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 5.6rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 580px) {
  .ar-pagination {
    gap: 0.8rem;
    margin-top: 3.2rem;
  }
}

.ar-pag-btn {
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  color: #1a1830;
  background: none;
  border: 1px solid rgba(26, 24, 48, 0.12);
  border-radius: 999px;
  padding: 1.1rem 2.4rem;
  cursor: pointer;
  transition: border-color 0.2s ease;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
.ar-pag-btn:hover {
  border-color: #1a1830;
}
.ar-pag-btn.is-hidden {
  display: none;
}
@media only screen and (max-width: 580px) {
  .ar-pag-btn {
    font-size: 1.5rem;
    padding: 0.9rem 1.8rem;
  }
}

.ar-pag-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.ar-pag-dot {
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  color: #8b8794;
  background: none;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 4.2rem;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1;
  text-decoration: none;
}
.ar-pag-dot:hover {
  background: #f8f5f0;
  color: #1a1830;
}
.ar-pag-dot.is-active {
  background: #1a1830;
  color: #fff;
  border-color: #1a1830;
  cursor: default;
  font-weight: 600;
}
@media only screen and (max-width: 580px) {
  .ar-pag-dot {
    font-size: 1.5rem;
    width: 3.6rem;
    height: 3.6rem;
  }
}

.ar-pag-ellipsis {
  font-size: 1.7rem;
  color: #8b8794;
  padding: 0 0.4rem;
}

.ar-cta-band {
  margin-top: 8rem;
  background: #2f5c4a;
  border-radius: 2.4rem;
  padding: 5.6rem 6.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 980px) {
  .ar-cta-band {
    padding: 4rem;
    gap: 2.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .ar-cta-band {
    flex-direction: column;
    text-align: center;
    padding: 4rem 3.2rem;
    align-items: center;
  }
}
@media only screen and (max-width: 580px) {
  .ar-cta-band {
    margin-top: 5.6rem;
    padding: 3.2rem 2.4rem;
    border-radius: 1.6rem;
  }
}

.ar-cta-band__eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.ar-cta-band__headline {
  font-family: Forum, serif;
  font-size: 3.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
}
.ar-cta-band__headline em {
  font-style: italic;
}
@media only screen and (max-width: 760px) {
  .ar-cta-band__headline {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-cta-band__headline {
    font-size: 2.4rem;
  }
}

.ar-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.6rem 3.2rem;
  background: #1a1830;
  color: #fff;
  border-radius: 999px;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: Manrope, sans-serif;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.ar-btn-primary:hover {
  background: #2a2745;
}
.ar-btn-primary:hover .ar-arrow {
  transform: translateX(3px);
}

.ar-cta-band .ar-btn-primary {
  background: #fff;
  color: #2f5c4a;
}
.ar-cta-band .ar-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.ar-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.ar-letter {
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-top: 6.4rem;
  position: relative;
}
.ar-letter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.8rem;
  height: 2px;
  background: #c9a961;
  opacity: 0.6;
}
@media only screen and (max-width: 760px) {
  .ar-letter {
    margin-top: 5.6rem;
    padding-top: 4.8rem;
  }
}

.ar-letter__eyebrow {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  color: #8b8794;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.ar-letter__title {
  font-family: Forum, serif;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #1a1830;
  margin: 0 0 4rem;
}
.ar-letter__title em {
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
}
.ar-letter__title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 3px;
  background: #c9a961;
  border-radius: 2px;
}
@media only screen and (max-width: 980px) {
  .ar-letter__title {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 760px) {
  .ar-letter__title {
    font-size: 3.6rem;
    margin-bottom: 2.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-letter__title {
    font-size: 3rem;
  }
}

.ar-letter__quote {
  margin: 0 0 3.6rem;
  padding: 0 0 0 2.8rem;
  border-left: 3px solid rgba(201, 169, 97, 0.5);
  font-family: Forum, serif;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1.6;
  color: #2a2438;
  max-width: 72rem;
}
.ar-letter__quote p {
  margin: 0;
}
@media only screen and (max-width: 760px) {
  .ar-letter__quote {
    font-size: 2rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-letter__quote {
    font-size: 1.8rem;
  }
}

.ar-letter__body {
  max-width: 72rem;
}
.ar-letter__body p {
  font-size: 1.9rem;
  line-height: 1.72;
  color: #5a5466;
  margin: 0 0 1.8rem;
}
.ar-letter__body p:last-child {
  margin: 0;
}

.ar-letter__sig {
  margin-top: 4.8rem;
  padding-top: 3.2rem;
  border-top: 1px solid rgba(26, 24, 48, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.ar-letter__sig-name {
  font-family: Forum, serif;
  font-style: italic;
  font-size: 2.4rem;
  color: #1a1830;
  line-height: 1;
}

.ar-letter__sig-label {
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8b8794;
  font-weight: 500;
}

.ar-end-card {
  margin-top: 6.4rem;
  padding: 11.2rem 4rem;
  background: #faf3e6;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 760px) {
  .ar-end-card {
    margin-top: 4.8rem;
    padding: 8rem 3.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-end-card {
    margin-top: 3.6rem;
    padding: 6.4rem 2.4rem;
    border-radius: 1.6rem;
  }
}

.ar-end-card__btn {
  background: none;
  border: none;
  padding: 1.6rem 2.4rem;
  border-radius: 9999px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.2s ease;
  position: relative;
  z-index: 2;
}
.ar-end-card__btn:hover {
  transform: scale(1.04);
  background: rgba(201, 169, 97, 0.08);
}
.ar-end-card__btn:active {
  transform: scale(0.97);
}
@media only screen and (max-width: 580px) {
  .ar-end-card__btn {
    gap: 1rem;
    padding: 1.2rem 1.8rem;
  }
}

.ar-end-card__heart-wrap {
  display: inline-flex;
}

.ar-end-card__heart {
  display: block;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media only screen and (max-width: 580px) {
  .ar-end-card__heart {
    width: 3.6rem;
    height: 3.1rem;
  }
}

.ar-end-card__counter {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.ar-end-card__count {
  font-family: Forum, serif;
  font-size: 3.2rem;
  color: #1a1830;
  line-height: 1;
  transition: color 0.3s ease;
  display: inline-block;
  transform-origin: center;
}
@media only screen and (max-width: 580px) {
  .ar-end-card__count {
    font-size: 2.6rem;
  }
}

.ar-end-card__count.is-bumping {
  animation: ar-count-bump 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ar-count-bump {
  0% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-6px) scale(1.25);
  }
  60% {
    transform: translateY(0) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.ar-end-card__label {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b8794;
  margin-top: 0.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 580px) {
  .ar-end-card__label {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }
}

.ar-end-card__btn.is-liked .ar-end-card__heart path {
  fill: #c9a961;
  filter: drop-shadow(0 0 12px rgba(201, 169, 97, 0.5));
}
.ar-end-card__btn.is-liked .ar-end-card__count {
  color: #c9a961;
  font-weight: 600;
}

.ar-end-card.is-pulsing .ar-end-card__heart {
  animation: ar-heart-pulse 0.7s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes ar-heart-pulse {
  0% {
    transform: scale(1) rotate(0deg);
  }
  20% {
    transform: scale(1.45) rotate(-6deg);
  }
  40% {
    transform: scale(1.15) rotate(4deg);
  }
  60% {
    transform: scale(1.35) rotate(-3deg);
  }
  80% {
    transform: scale(1.05) rotate(2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.ar-heart-particle {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  transform-origin: center;
  will-change: transform, opacity;
  animation: ar-particle-fly cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.ar-heart-particle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ar-heart-particle path {
  fill: #c9a961;
}

@keyframes ar-particle-fly {
  0% {
    transform: translate(-50%, -50%) scale(0.4) rotate(0deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(1) rotate(var(--rot));
    opacity: 0;
  }
}
.ar-empty {
  background: #f8f5f0;
  border-radius: 2.4rem;
  padding: 8.8rem 5.6rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ar-empty::before {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  top: -14rem;
  left: -14rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 97, 0.08) 0%, transparent 70%);
  pointer-events: none;
}
.ar-empty::after {
  content: "";
  position: absolute;
  width: 32rem;
  height: 32rem;
  bottom: -16rem;
  right: -16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 92, 74, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .ar-empty {
    padding: 5.6rem 2.8rem;
  }
}

.ar-empty__deco {
  display: inline-flex;
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}

.ar-empty__title {
  font-family: Forum, serif;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #1a1830;
  margin: 0 0 2rem;
  position: relative;
  z-index: 1;
}
.ar-empty__title em {
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
}
.ar-empty__title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  height: 3px;
  background: #c9a961;
  border-radius: 2px;
}
@media only screen and (max-width: 760px) {
  .ar-empty__title {
    font-size: 4.2rem;
  }
}

.ar-empty__text {
  font-size: 1.9rem;
  line-height: 1.65;
  color: #5a5466;
  max-width: 54rem;
  margin: 0 auto 4.8rem;
  position: relative;
  z-index: 1;
}

.ar-empty__btn {
  position: relative;
  z-index: 1;
}

.ar-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(15, 14, 23, 0);
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.2rem 1.6rem;
  pointer-events: none;
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
}
.ar-modal-overlay.is-open {
  background: rgba(15, 14, 23, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: auto;
}
@media only screen and (max-width: 580px) {
  .ar-modal-overlay {
    align-items: flex-end;
    padding: 0;
  }
}

.ar-modal-dialog {
  position: relative;
  width: 100%;
  max-width: 116rem;
  background: #fbf8f2;
  border-radius: 2.4rem;
  box-shadow: 0 32px 80px rgba(15, 14, 23, 0.25);
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  overflow: hidden;
  opacity: 0;
  transform: translateY(2.4rem) scale(0.97);
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1), transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Manrope, sans-serif;
}
.ar-modal-overlay.is-open .ar-modal-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media only screen and (max-width: 580px) {
  .ar-modal-dialog {
    display: block;
    max-width: 100%;
    border-radius: 2rem 2rem 0 0;
    max-height: 92vh;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateY(100%);
  }
  .ar-modal-overlay.is-open .ar-modal-dialog {
    transform: translateY(0);
    opacity: 1;
  }
}

.ar-modal-mob-bar {
  display: none;
}
@media only screen and (max-width: 580px) {
  .ar-modal-mob-bar {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fbf8f2;
    padding: 1.2rem 1.8rem;
    border-bottom: 1px solid rgba(26, 24, 48, 0.06);
  }
}

.ar-modal-close-btn {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  border: 1px solid rgba(26, 24, 48, 0.1);
  background: #fff;
  color: #5a5466;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.ar-modal-close-btn:hover {
  border-color: #c9a961;
  color: #c9a961;
  transform: rotate(90deg);
}

.ar-modal-close-desk {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
@media only screen and (max-width: 580px) {
  .ar-modal-close-desk {
    display: none;
  }
}

.ar-modal-close-mob {
  display: none;
}
@media only screen and (max-width: 580px) {
  .ar-modal-close-mob {
    display: flex;
  }
}

.ar-modal-header {
  text-align: center;
  padding: 5.6rem 10rem 3.2rem;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .ar-modal-header {
    padding: 4.8rem 6rem 2.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-modal-header {
    padding: 3.2rem 2.4rem 2rem;
    text-align: left;
  }
}

.ar-modal-header__deco {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 580px) {
  .ar-modal-header__deco {
    justify-content: flex-start;
  }
}

.ar-modal-header__eyebrow {
  font-size: 1.2rem;
  letter-spacing: 0.18em;
  color: #c9a961;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.ar-modal-header__title {
  font-family: Forum, serif;
  font-size: 6rem;
  font-weight: 400;
  color: #1a1830;
  line-height: 1.05;
  margin: 0 0 1.8rem;
}
.ar-modal-header__title em {
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 0 0.4rem;
}
.ar-modal-header__title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1rem;
  height: 3px;
  background: #c9a961;
  border-radius: 2px;
}
@media only screen and (max-width: 980px) {
  .ar-modal-header__title {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-modal-header__title {
    font-size: 3.4rem;
    margin-bottom: 1.2rem;
  }
}

.ar-modal-header__sub {
  font-size: 1.6rem;
  line-height: 1.65;
  color: #5a5466;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .ar-modal-header__sub {
    margin: 0;
    font-size: 1.5rem;
  }
}

.ar-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 10rem 3.2rem;
}
@media only screen and (max-width: 980px) {
  .ar-modal-body {
    padding: 0 6rem 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-modal-body {
    padding: 0 2.4rem 2.4rem;
    overflow-y: visible;
  }
}

@media only screen and (max-width: 580px) {
  .ar-modal-body .pr-field textarea {
    min-height: 16rem;
  }
}

.ar-form-msg {
  display: none;
  margin-bottom: 1.6rem;
  padding: 1.2rem 1.6rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.ar-form-msg.is-error {
  display: block;
  background: rgba(201, 119, 74, 0.08);
  border: 1px solid rgba(201, 119, 74, 0.3);
  color: #b85a32;
}
.ar-form-msg.is-success {
  display: block;
  background: rgba(47, 92, 74, 0.08);
  border: 1px solid rgba(47, 92, 74, 0.3);
  color: #2f5c4a;
}

.ar-form.is-submitting {
  opacity: 0.6;
  pointer-events: none;
}

.ar-modal-footer {
  border-top: 1px solid rgba(26, 24, 48, 0.08);
  padding: 2.4rem 10rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 980px) {
  .ar-modal-footer {
    padding: 2rem 6rem;
  }
}
@media only screen and (max-width: 580px) {
  .ar-modal-footer {
    padding: 1.6rem 2.4rem 10rem;
    justify-content: space-between;
  }
}

.ar-modal-cancel {
  font-family: Manrope, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a1830;
  background: none;
  border: 1px solid rgba(26, 24, 48, 0.15);
  border-radius: 999px;
  padding: 1.4rem 2.8rem;
  cursor: pointer;
  line-height: 1;
  transition: border-color 0.2s ease;
}
.ar-modal-cancel:hover {
  border-color: #1a1830;
}

.ar-book-wrap {
  position: relative;
  user-select: none;
}

.ar-book-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  color: #1a1830;
  background: #fff;
  border: 1px solid rgba(26, 24, 48, 0.1);
  border-radius: 1rem;
  padding: 1.4rem 1.6rem;
  width: 100%;
  cursor: pointer;
  transition: border-color 0.2s ease;
  line-height: 1;
  text-align: left;
}
.ar-book-toggle:focus {
  outline: none;
  border-color: #c9a961;
}
.ar-book-wrap.is-open .ar-book-toggle {
  border-color: #c9a961;
}
.ar-book-toggle.is-placeholder {
  color: rgba(139, 135, 148, 0.7);
}

.ar-book-chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.5;
  transition: transform 0.25s ease;
}
.ar-book-wrap.is-open .ar-book-chevron {
  transform: rotate(180deg);
  opacity: 1;
}
.ar-book-chevron svg {
  display: block;
}

.ar-book-menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid rgba(26, 24, 48, 0.08);
  box-shadow: 0 8px 32px rgba(15, 14, 23, 0.12);
  overflow: hidden;
  z-index: 300;
  opacity: 0;
  transform: translateY(-0.6rem);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  max-height: 36rem;
}
.ar-book-wrap.is-open .ar-book-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media only screen and (max-width: 580px) {
  .ar-book-menu {
    max-height: 32rem;
  }
}

.ar-book-search {
  position: relative;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(26, 24, 48, 0.06);
  background: #fff;
}

.ar-book-search-icon {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  color: #8b8794;
  pointer-events: none;
}

.ar-book-search-input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: Manrope, sans-serif;
  font-size: 1.6rem;
  color: #1a1830;
  padding: 1.4rem 1.6rem 1.4rem 4.4rem;
  line-height: 1;
}
.ar-book-search-input::placeholder {
  color: rgba(139, 135, 148, 0.7);
}

.ar-book-options {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}

.ar-book-empty {
  padding: 2rem 1.6rem;
  text-align: center;
  color: #8b8794;
  font-size: 1.5rem;
  font-style: italic;
}

.ar-book-option {
  display: block;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-size: 1.7rem;
  color: #1a1830;
  background: none;
  border: none;
  padding: 1.2rem 1.6rem;
  text-align: left;
  cursor: pointer;
  transition: background 0.15s ease;
}
.ar-book-option:first-child {
  color: #8b8794;
  font-style: italic;
}
.ar-book-option:hover {
  background: #f8f5f0;
}
.ar-book-option.is-selected {
  font-weight: 600;
  color: #c9a961;
}
