:root {
  --purple-deep: #220b35;
  --purple: #4d146e;
  --purple-light: #762393;
  --gold: #d2ad37;
  --cream: #fffdf5;
  --ink: #241c28;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
  margin: 0;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  background: #fff;
}

.navbar-nav .menu-item {
  list-style: none;
}

/* Footer links stay visible even when a page restores from browser cache. */
.site-footer .reveal,
.site-footer .reveal.reveal--scale {
  opacity: 1;
  filter: none;
  transform: none;
}

img,
svg,
video {
  max-width: 100%;
}

.row > * {
  min-width: 0;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1580px;
  }
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  overflow: hidden;
  color: var(--cream);
  background-image: url("../images/republic-square.jpg");
  background-position: center 48%;
  background-size: cover;
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(36, 8, 54, 0.45), rgba(52, 6, 76, 0.63)),
    linear-gradient(90deg, rgba(76, 15, 104, 0.76), rgba(89, 20, 113, 0.58));
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 33%;
  content: "";
  background: linear-gradient(0deg, rgba(28, 4, 42, 0.45), transparent);
  pointer-events: none;
}

.site-header {
  position: relative;
  z-index: 1050;
  width: calc(100% - 8vw);
  max-width: 1440px;
  margin: clamp(1rem, 2vw, 1.8rem) auto 0;
}

.navbar {
  min-height: 118px;
  padding: 0.2rem clamp(1rem, 4vw, 4.25rem);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  background: rgba(29, 8, 43, 0.82);
  box-shadow: 0 16px 45px rgba(20, 4, 31, 0.16);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
}

.brand__logo {
  display: block;
  width: clamp(125px, 10vw, 158px);
  height: auto;
}

.navbar-nav {
  gap: clamp(0.15rem, 1vw, 1.2rem);
}

.navbar .nav-link {
  position: relative;
  padding: 0.7rem 0.7rem !important;
  border: 0;
  color: rgba(255, 253, 245, 0.88);
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0.055em;
  background: transparent;
  transition: color 180ms ease;
}

.navbar .nav-link::before {
  position: absolute;
  right: 0.7rem;
  bottom: 0.3rem;
  left: 0.7rem;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.show {
  color: #fff;
}

.navbar .nav-link:hover::before,
.navbar .nav-link:focus::before,
.navbar .nav-link.show::before {
  transform: scaleX(1);
}

.dropdown-toggle::after {
  margin-left: 0.45rem;
  vertical-align: 0.18em;
}

.dropdown-menu {
  z-index: 1100;
  min-width: 205px;
  margin-top: 0.75rem !important;
  padding: 0.55rem;
  border: 1px solid rgba(210, 173, 55, 0.18);
  border-radius: 1rem;
  background: rgba(30, 8, 43, 0.97);
  box-shadow: 0 18px 45px rgba(11, 2, 16, 0.3);
}

.dropdown-item {
  padding: 0.7rem 0.85rem;
  border-radius: 0.65rem;
  color: rgba(255, 253, 245, 0.88);
  font-size: 0.9rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background: rgba(210, 173, 55, 0.15);
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  background: rgba(210, 173, 55, 0.2);
}

.navbar-toggler {
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 253, 245, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e");
}

.hero__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: clamp(4rem, 9vh, 7rem);
  padding-bottom: clamp(7rem, 14vh, 10rem);
}

.hero__eyebrow {
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 5.9vw, 6.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.hero__date {
  margin: clamp(1.6rem, 3vw, 2.5rem) 0 0;
  font-size: clamp(1.55rem, 3.6vw, 3.9rem);
  font-weight: 300;
  letter-spacing: -0.045em;
  line-height: 1.2;
}

.registration-btn {
  min-width: min(295px, 75vw);
  margin-top: clamp(3.5rem, 7vh, 6.5rem);
  padding: 1rem 2.3rem;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #251d29;
  background: #fff;
  font-weight: 500;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.registration-btn:hover,
.registration-btn:focus {
  border-color: #fff;
  color: #fff;
  background: transparent;
  transform: translateY(-2px);
}

.scroll-cue {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  width: 28px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  transform: translateX(-50%);
}

.scroll-cue span {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  animation: scroll-dot 1.8s ease-in-out infinite;
}

.photo-credit {
  position: absolute;
  bottom: 1rem;
  left: 1.25rem;
  z-index: 2;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.58rem;
}

.photo-credit a {
  color: inherit;
}

.photo-credit a:hover,
.photo-credit a:focus {
  color: #fff;
}

.vision-section {
  min-height: 900px;
  padding: clamp(4.5rem, 7vw, 7rem) 0 clamp(5rem, 8vw, 8rem);
  color: #111;
  background: #fff;
}

.vision-section h2 {
  margin: 0 0 clamp(2rem, 3.5vw, 3.8rem);
  font-size: clamp(3.5rem, 5.2vw, 6.6rem);
  font-weight: 400;
  letter-spacing: -0.06em;
  line-height: 1;
}

.vision-grid {
  --bs-gutter-x: clamp(2.5rem, 6vw, 8rem);
}

.vision-logo {
  display: block;
  width: min(100%, 350px);
  height: auto;
  margin: 0 auto;
}

.vision-copy {
  padding-top: 0.25rem;
}

.vision-copy article + article {
  margin-top: clamp(2.2rem, 3.5vw, 4.3rem);
}

.vision-copy h3 {
  margin: 0 0 clamp(1.5rem, 2.6vw, 2.8rem);
  font-size: clamp(1.08rem, 1.35vw, 1.55rem);
  font-weight: 700;
  line-height: 1.35;
}

.vision-copy p {
  max-width: 1300px;
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.55rem);
  font-weight: 400;
  line-height: 1.5;
}

.about-section {
  padding: clamp(2rem, 4vw, 4.5rem) 0 clamp(5rem, 8vw, 8rem);
  color: #111;
  background: #fff;
}

.about-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(1.6rem, 3vw, 3.6rem);
  object-fit: cover;
}

.about-content {
  --bs-gutter-x: clamp(2.5rem, 6vw, 7rem);
  padding-top: clamp(3.5rem, 6vw, 6rem);
}

.about-content h2 {
  margin: 0;
  font-size: clamp(3rem, 5.1vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 1.35;
}

.about-content p {
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.5rem);
  line-height: 1.5;
}

.yerevan-section {
  padding: clamp(5rem, 8vw, 8rem) 0;
  color: #111;
  background: #fff;
}

.yerevan-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: clamp(1.6rem, 3vw, 3.6rem);
  object-fit: cover;
}

.yerevan-copy h2 {
  margin: 0 0 clamp(1.8rem, 3vw, 3.2rem);
  font-size: clamp(3rem, 4.6vw, 5rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 1;
}

.yerevan-copy p {
  margin: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  line-height: 1.5;
}

.yerevan-copy p + p {
  margin-top: clamp(1.8rem, 2.8vw, 1rem);
}

.armenian-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5rem) 1rem;
  background: #fff;
}

.armenian-symbol img {
  display: block;
  width: clamp(68px, 1vw, 144px);
  height: auto;
  animation: symbol-rotation 12s linear infinite;
}

.site-footer {
  padding: clamp(2rem, 3.5vw, 3.25rem) 0;
  color: rgba(255, 255, 255, 0.88);
  background: #4d0064;
  box-shadow: inset 0 -1px 0 rgba(210, 173, 55, 0.38);
}

.footer-row {
  min-height: 112px;
}

.footer-contact h2 {
  margin: 0 0 1.6rem;
  font-size: 0.92rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-contact a,
.footer-privacy a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.footer-contact a:hover,
.footer-contact a:focus,
.footer-privacy a:hover,
.footer-privacy a:focus {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.footer-brand img {
  display: inline-block;
  width: 112px;
  height: auto;
}

.footer-privacy {
  align-self: flex-start;
  padding-top: 0.1rem;
  text-align: right;
}

.footer-privacy a {
  text-transform: uppercase;
}

.footer-nav {
  margin-top: clamp(1.5rem, 2.5vw, 2.5rem);
  padding-top: clamp(1.4rem, 2vw, 2rem);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem clamp(1.2rem, 2.6vw, 2.8rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  position: relative;
  display: inline-block;
  padding: 0.35rem 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.footer-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: #d2ad37;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.footer-nav a:hover,
.footer-nav a:focus {
  color: #fff;
}

.footer-nav a:hover::after,
.footer-nav a:focus::after {
  transform: scaleX(1);
}

/* Contact page */
.contact-page {
  background: #f7f4f8;
}

.contact-header-shell {
  position: relative;
  z-index: 1040;
  display: flow-root;
  overflow: visible;
  padding: 0 0 clamp(1.2rem, 2vw, 2rem);
  background: #360548;
}

.contact-header-shell .navbar {
  background: rgba(28, 5, 39, 0.9);
}

.navbar .nav-link.active {
  color: #fff;
}

.navbar .nav-link.active::before {
  transform: scaleX(1);
}

.contact-banner {
  position: relative;
  isolation: isolate;
  min-height: clamp(300px, 36vw, 470px);
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    180deg,
    #bd2739 0 33.333%,
    #173f91 33.333% 66.666%,
    #e9a92a 66.666% 100%
  );
}

.contact-banner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(90deg, rgba(30, 5, 44, 0.74), rgba(31, 8, 50, 0.25));
}

.contact-banner__content {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
}

.contact-banner__content p {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-banner__content h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(3.4rem, 6.8vw, 7.5rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

.contact-content {
  position: relative;
  z-index: 2;
  padding: 0 0 clamp(5rem, 9vw, 9rem);
}

.contact-panel {
  overflow: hidden;
  margin-top: -5rem;
  border: 1px solid rgba(54, 5, 72, 0.08);
  border-radius: clamp(1.5rem, 3vw, 3rem);
  background: #fff;
  box-shadow: 0 30px 80px rgba(42, 14, 52, 0.13);
}

.contact-details {
  padding: clamp(2.2rem, 4vw, 4.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 20% 95%, rgba(210, 173, 55, 0.22), transparent 35%),
    #430657;
}

.contact-details__eyebrow {
  margin: 0 0 1.2rem !important;
  color: #dfbe50;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-details h2 {
  max-width: 420px;
  margin: 0 0 1.5rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.12;
}

.contact-details > p {
  margin: 0 0 clamp(2.5rem, 5vw, 5rem);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.contact-method + .contact-method {
  margin-top: 2rem;
}

.contact-method span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-method a,
.contact-method p {
  margin: 0;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact-method a {
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 0.3em;
}

.contact-form-wrap {
  padding: clamp(2.2rem, 4vw, 4.5rem);
}

.contact-form .form-label {
  margin-bottom: 0.55rem;
  color: #2e2631;
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-form .form-label span {
  color: #817786;
  font-weight: 400;
}

.contact-form .form-control {
  min-height: 54px;
  padding: 0.85rem 1rem;
  border: 1px solid #d9d2dc;
  border-radius: 0.85rem;
  color: #241c28;
  background: #fbfafb;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.contact-form .form-control:hover {
  border-color: #b9acbd;
}

.contact-form .form-control:focus {
  border-color: #68177c;
  background: #fff;
  box-shadow: 0 0 0 0.24rem rgba(104, 23, 124, 0.11);
}

.contact-form .form-check-input {
  border-color: #9e93a2;
  box-shadow: none;
}

.contact-form .form-check-input:checked {
  border-color: #570b6c;
  background-color: #570b6c;
}

.contact-form .form-check-label {
  color: #625969;
  font-size: 0.84rem;
  line-height: 1.5;
}

.contact-submit-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-wrap: wrap;
}

.contact-submit {
  min-width: 190px;
  padding: 0.9rem 1.7rem;
  border: 1px solid #570b6c;
  border-radius: 999px;
  color: #fff;
  background: #570b6c;
  font-weight: 600;
}

.contact-submit:hover,
.contact-submit:focus {
  border-color: #320340;
  color: #fff;
  background: #320340;
}

.contact-form-note,
.contact-form-status {
  margin: 0;
  color: #817786;
  font-size: 0.78rem;
}

.contact-form-status {
  min-height: 1.4rem;
  margin-top: 1.25rem;
  color: #570b6c;
  font-weight: 600;
}

/* Privacy policy page */
.privacy-page {
  color: #211a24;
  background: #fff;
}

.privacy-hero {
  padding: clamp(5rem, 9vw, 9rem) 0 clamp(4.5rem, 8vw, 8rem);
  border-bottom: 1px solid #e9e3eb;
  background:
    radial-gradient(circle at 90% 15%, rgba(210, 173, 55, 0.12), transparent 27%),
    linear-gradient(180deg, #fff, #fbf9fb);
}

.privacy-eyebrow {
  margin: 0 0 1.3rem;
  color: #6e177f;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.privacy-hero h1 {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.9;
}

.privacy-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  color: #766c7a;
  font-size: 0.82rem;
  flex-wrap: wrap;
}

.privacy-content {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.privacy-layout {
  --bs-gutter-x: clamp(3rem, 7vw, 8rem);
}

.privacy-summary__card {
  padding: clamp(2rem, 3vw, 3rem);
  border-radius: 2rem;
  color: #fff;
  background:
    radial-gradient(circle at 15% 100%, rgba(210, 173, 55, 0.22), transparent 40%),
    #430657;
}

.privacy-summary__label {
  margin: 0 0 1rem;
  color: #dfbe50;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.privacy-summary__card h2 {
  margin: 0 0 1.25rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.15;
}

.privacy-summary__card > p:not(.privacy-summary__label) {
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.privacy-summary__card a {
  display: inline-block;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-underline-offset: 0.35em;
}

.privacy-intro {
  padding-bottom: clamp(3rem, 5vw, 5rem);
  border-bottom: 1px solid #e5dee7;
}

.privacy-intro h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.privacy-intro p,
.privacy-sections article p,
.privacy-sections article li {
  color: #625969;
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.78;
}

.privacy-intro p {
  max-width: 900px;
  margin: 0;
}

.privacy-sections article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
  padding: clamp(2.5rem, 4.5vw, 4.5rem) 0;
  border-bottom: 1px solid #e5dee7;
}

.privacy-number {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7cbd9;
  border-radius: 50%;
  color: #68177c;
  font-size: 0.7rem;
  font-weight: 600;
}

.privacy-sections article h2 {
  margin: 0 0 1.2rem;
  color: #211a24;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.privacy-sections article p {
  margin: 0;
}

.privacy-sections article p + p {
  margin-top: 1.2rem;
}

.privacy-sections article ul {
  margin: 1.1rem 0 0;
  padding-left: 1.2rem;
}

.privacy-sections article li + li {
  margin-top: 0.35rem;
}

.privacy-contact a {
  display: inline-block;
  margin-top: 0.8rem;
  color: #68177c;
  font-weight: 600;
  overflow-wrap: anywhere;
  text-underline-offset: 0.3em;
}

.privacy-note {
  margin: 2rem 0 0;
  color: #8b828f;
  font-size: 0.78rem;
  line-height: 1.6;
}

/* News page */
.news-page {
  color: #211a24;
  background: #f8f5f8;
}

.news-hero {
  padding: clamp(5rem, 9vw, 9rem) 0 clamp(4.5rem, 8vw, 7.5rem);
  background:
    radial-gradient(circle at 85% 20%, rgba(210, 173, 55, 0.16), transparent 28%),
    #fff;
}

.news-hero__row {
  --bs-gutter-x: clamp(3rem, 7vw, 8rem);
}

.news-eyebrow {
  margin: 0 0 1rem;
  color: #701983;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.news-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3.8rem, 7vw, 8rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.94;
  text-wrap: balance;
}

.news-hero__intro {
  margin: 0 0 0.6rem;
  color: #6f6573;
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.featured-news {
  padding: 0 0 clamp(5rem, 8vw, 8rem);
  background: #fff;
}

.featured-news__card {
  overflow: hidden;
  border-radius: clamp(1.6rem, 3vw, 3.2rem);
  background: #3f0752;
  box-shadow: 0 28px 65px rgba(48, 10, 58, 0.16);
}

.featured-news__card .row {
  min-height: 530px;
}

.featured-news__card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
}

.featured-news__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2.4rem, 4.5vw, 5rem);
  color: #fff;
}

.news-tag {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #a47d11;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.featured-news__content .news-tag,
.news-card--purple .news-tag {
  color: #e4c75d;
}

.featured-news__content h2 {
  margin: 0 0 1.5rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2rem, 3.3vw, 3.7rem);
  line-height: 1.12;
}

.featured-news__content p {
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.75;
}

.news-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #541067;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.news-link span {
  transition: transform 180ms ease;
}

.news-link:hover span,
.news-link:focus span {
  transform: translateX(4px);
}

.featured-news__content .news-link,
.news-card--purple .news-link {
  color: #fff;
}

.news-listing {
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(6rem, 10vw, 10rem);
  background: #f8f5f8;
}

.news-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.news-toolbar h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.5rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1;
}

.news-search {
  position: relative;
  display: flex;
  width: min(100%, 390px);
  min-height: 54px;
  align-items: center;
  padding: 0.35rem 0.45rem 0.35rem 3rem;
  border: 1px solid #ded4e0;
  border-radius: 999px;
  background: #fff;
}

.news-search__icon {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 14px;
  height: 14px;
  border: 1.5px solid #6a5e6e;
  border-radius: 50%;
  transform: translateY(-58%);
}

.news-search__icon::after {
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 6px;
  height: 1.5px;
  content: "";
  background: #6a5e6e;
  transform: rotate(45deg);
  transform-origin: left center;
}

.news-search input {
  width: 100%;
  min-width: 0;
  padding: 0.55rem 0.5rem;
  border: 0;
  outline: 0;
  color: #2b222e;
  background: transparent;
  font-size: 0.88rem;
}

.news-search input::placeholder {
  color: #948a98;
}

.news-search:focus-within {
  border-color: #68177c;
  box-shadow: 0 0 0 0.22rem rgba(104, 23, 124, 0.1);
}

.news-search button {
  min-height: 38px;
  padding: 0.5rem 0.9rem;
  border: 0;
  border-radius: 999px;
  color: #5b4f60;
  background: #f2ebf3;
  font-size: 0.74rem;
  font-weight: 500;
}

.news-search button:hover,
.news-search button:focus-visible {
  color: #fff;
  background: #4c085e;
}

.news-empty {
  margin: 3rem 0 0;
  padding: 2rem;
  border: 1px solid #ded4e0;
  border-radius: 1.3rem;
  color: #6d626f;
  background: #fff;
  text-align: center;
}

.news-grid > [data-news-category][hidden] {
  display: none !important;
}

.news-card {
  display: flex;
  height: 100%;
  min-height: 520px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e4dce6;
  border-radius: 1.7rem;
  background: #fff;
  box-shadow: 0 14px 35px rgba(41, 14, 48, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px rgba(41, 14, 48, 0.11);
}

.news-card > img {
  display: block;
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.6rem, 2.5vw, 2.3rem);
}

.news-card h3 {
  margin: 0 0 1rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.45rem, 1.9vw, 2rem);
  line-height: 1.25;
}

.news-card p {
  margin: 0 0 2rem;
  color: #746a78;
  font-size: 0.92rem;
  line-height: 1.7;
}

.news-card .news-link {
  margin-top: auto;
}

.news-card--text {
  background: #f0e8f2;
}

.news-card__symbol {
  display: flex;
  min-height: 245px;
  align-items: center;
  justify-content: center;
  background: #e6dbe9;
}

.news-card__symbol img {
  width: 112px;
  height: auto;
}

.news-card--gold {
  color: #241b15;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.5), transparent 32%),
    #d7b13a;
}

.news-card--gold .news-card__body,
.news-card--purple .news-card__body {
  justify-content: flex-end;
}

.news-card--gold .news-tag {
  color: #664c00;
}

.news-card--gold p {
  color: rgba(36, 27, 21, 0.72);
}

.news-card--purple {
  color: #fff;
  background:
    radial-gradient(circle at 80% 10%, rgba(210, 173, 55, 0.18), transparent 32%),
    #450658;
}

.news-card--purple p {
  color: rgba(255, 255, 255, 0.7);
}

.featured-news__card,
.news-card {
  cursor: pointer;
}

.featured-news__card:focus-visible,
.news-card:focus-visible {
  outline: 3px solid #d2ad37;
  outline-offset: 5px;
}

/* Reusable news article template */
.news-article-page {
  color: #241c28;
  background: #fff;
}

.news-article-header {
  padding: clamp(4rem, 8vw, 8rem) 0 clamp(4rem, 7vw, 7rem);
  background:
    radial-gradient(circle at 88% 10%, rgba(210, 173, 55, 0.15), transparent 27%),
    #fff;
}

.news-article-back {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  color: #5f5364;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

.news-article-back:hover,
.news-article-back:focus {
  color: #5a0d6d;
}

.news-article-heading {
  max-width: 1260px;
}

.news-article-heading h1 {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(3.5rem, 7.2vw, 8rem);
  font-weight: 300;
  letter-spacing: -0.072em;
  line-height: 0.95;
  text-wrap: balance;
}

.news-article-heading > p {
  max-width: 850px;
  margin: clamp(1.8rem, 3.5vw, 3rem) 0 0;
  color: #6c626f;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.65;
}

.news-article-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2.2rem;
  color: #8a7f8e;
  font-size: 0.76rem;
  flex-wrap: wrap;
}

.news-article-media img {
  display: block;
  width: 100%;
  height: clamp(400px, 52vw, 800px);
  border-radius: clamp(1.7rem, 3vw, 3.5rem);
  object-fit: cover;
}

.news-article-content {
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.news-article-layout {
  --bs-gutter-x: clamp(2rem, 5vw, 6rem);
}

.news-article-summary {
  padding: 1.7rem;
  border: 1px solid #e2d9e4;
  border-radius: 1.3rem;
  background: #faf7fa;
}

.news-article-summary > span {
  display: block;
  margin-bottom: 1.1rem;
  color: #6b177d;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.news-article-summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-article-summary li {
  padding: 0.85rem 0;
  border-top: 1px solid #e3dce5;
  color: #5e5362;
  font-size: 0.82rem;
  line-height: 1.5;
}

.news-article-body > p,
.news-article-body figcaption {
  color: #625868;
  font-size: clamp(1.04rem, 1.2vw, 1.18rem);
  line-height: 1.85;
}

.news-article-body > p {
  margin: 0 0 1.7rem;
}

.news-article-body .news-article-lead {
  margin-bottom: clamp(3rem, 5vw, 5rem);
  color: #2c232f;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  line-height: 1.55;
}

.news-article-body > h2 {
  margin: clamp(3.5rem, 6vw, 6rem) 0 1.4rem;
  font-size: clamp(2rem, 3.3vw, 3.4rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.12;
}

.news-article-body figure {
  margin: clamp(3rem, 6vw, 6rem) 0;
}

.news-article-body figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 1.7rem;
  object-fit: cover;
}

.news-article-body figcaption {
  margin-top: 0.9rem;
  font-size: 0.74rem;
}

.news-article-body blockquote {
  margin: clamp(3rem, 6vw, 6rem) 0;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 1.7rem;
  color: #fff;
  background: #450658;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1.35;
}

.news-article-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: clamp(4rem, 7vw, 7rem);
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 1.7rem;
  background: #eee5f0;
}

.news-article-cta span {
  color: #76697b;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.news-article-cta h2 {
  margin: 0.5rem 0 0;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.news-article-cta > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  color: #fff;
  background: #540c68;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
}

.news-article-more {
  padding: clamp(5rem, 8vw, 8rem) 0;
  border-top: 1px solid #e6dde8;
  background: #f8f5f8;
}

.news-article-more__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.news-article-more h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 1;
}

.news-article-more a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 0.6rem;
  color: #5a0d6d;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
}

/* Event pages */
.event-page {
  color: #211a24;
  background: #fff;
}

.event-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100vh;
  min-height: 100svh;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: url("../images/republic-square.jpg") center / cover no-repeat;
}

.event-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(27, 4, 39, 0.52), rgba(37, 4, 51, 0.82)),
    linear-gradient(90deg, rgba(64, 5, 83, 0.65), rgba(49, 6, 67, 0.14));
}

.event-hero__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: clamp(7rem, 14vw, 13rem);
  padding-bottom: clamp(5rem, 9vw, 8rem);
}

.event-kicker,
.event-section-label {
  margin: 0 0 1.2rem;
  color: #d9b942;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.event-hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 10vw, 11rem);
  font-weight: 300;
  letter-spacing: -0.075em;
  line-height: 0.83;
}

.event-hero h1 span {
  display: block;
  color: #d7b63d;
  font-family: "Libre Caslon Text", serif;
  font-size: 0.63em;
  letter-spacing: -0.05em;
}

.event-hero__lead {
  max-width: 760px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.55vw, 1.45rem);
  line-height: 1.55;
}

.event-hero__actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
}

.event-primary-link {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.event-primary-link {
  border: 1px solid #fff;
  color: #331044;
  background: #fff;
}

.event-primary-link:hover,
.event-primary-link:focus {
  border-color: #d8b941;
  color: #281033;
  background: #d8b941;
}

.event-facts {
  border-bottom: 1px solid #e9e1eb;
  background: #fff;
}

.event-facts__grid {
  border-right: 1px solid #e9e1eb;
  border-left: 1px solid #e9e1eb;
}

.event-fact {
  min-height: 150px;
  padding: clamp(1.5rem, 3vw, 2.8rem);
  border-right: 1px solid #e9e1eb;
}

.event-fact:last-child {
  border-right: 0;
}

.event-fact span {
  display: block;
  margin-bottom: 0.9rem;
  color: #857a89;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.event-fact strong {
  display: block;
  color: #2d2331;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 500;
  line-height: 1.35;
}

.event-overview {
  overflow-x: clip;
  padding: clamp(6rem, 11vw, 11rem) 0;
  background: #fff;
}

.event-overview__grid {
  --bs-gutter-x: clamp(3rem, 8vw, 9rem);
  margin-right: 0;
  margin-left: 0;
}

.event-overview__grid > * {
  min-width: 0;
}

.event-overview h2,
.event-section-heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1;
  text-wrap: balance;
}

.event-overview__copy p {
  margin: 0;
  color: #6a606e;
  font-size: clamp(1.03rem, 1.3vw, 1.25rem);
  line-height: 1.8;
}

.event-overview__copy .event-overview__lead {
  margin-bottom: 1.7rem;
  color: #2c2330;
  font-size: clamp(1.25rem, 1.9vw, 1.75rem);
  line-height: 1.55;
}

.event-overview__copy p + p {
  margin-top: 1.5rem;
}

.event-overview__list {
  margin: 1.25rem 0 1.5rem;
  padding-left: 1.2rem;
  color: #6a606e;
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.7;
}

.event-overview__list li + li {
  margin-top: 0.55rem;
}

.event-gallery {
  padding-bottom: clamp(6rem, 10vw, 10rem);
  background: #fff;
}

.event-gallery__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.event-gallery__heading h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1;
}

.event-gallery__heading > p {
  max-width: 320px;
  margin: 0 0 0.5rem;
  color: #817685;
  font-size: 0.78rem;
  text-align: right;
}

.event-gallery__slider {
  width: min(100%, 760px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: clamp(1.2rem, 2vw, 2rem);
  background: transparent;
  box-shadow: 0 18px 45px rgba(41, 14, 48, 0.13);
}

.event-gallery__slider .carousel-inner {
  width: 100%;
  height: clamp(240px, 34vw, 360px);
}

.event-gallery__item {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: transparent;
}

.event-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-gallery__slider.carousel-fade .carousel-item {
  transform: none;
  transition: opacity 420ms ease-in-out;
}

.event-gallery__slider .carousel-control-prev,
.event-gallery__slider .carousel-control-next {
  width: 15%;
  opacity: 0.88;
}

.event-gallery__slider .carousel-control-prev-icon,
.event-gallery__slider .carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.65rem;
  border-radius: 50%;
  background-color: rgba(38, 16, 44, 0.72);
  background-size: 45%;
}

.event-gallery__slider .carousel-indicators {
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.event-gallery__slider .carousel-indicators [data-bs-target] {
  width: 7px;
  height: 7px;
  margin: 0;
  border: 0;
  border-radius: 50%;
}

.event-themes {
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: #f7f3f7;
}

.event-section-heading > p:last-child {
  max-width: 720px;
  margin: 1.5rem 0 0;
  color: #766b79;
  line-height: 1.7;
}

.event-section-heading--themes {
  max-width: none;
}

.event-section-heading--themes > p:last-child {
  max-width: none;
  width: 100%;
}

.event-theme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #dcd2df;
  border-left: 1px solid #dcd2df;
}

.event-theme-grid article {
  padding: clamp(2rem, 4vw, 4rem);
  border-right: 1px solid #dcd2df;
  border-bottom: 1px solid #dcd2df;
}

.event-theme-grid article > span {
  display: block;
  margin-bottom: 2rem;
  color: #9a769f;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.event-theme-grid h3 {
  margin: 0 0 1.3rem;
  color: #2c2030;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.25;
}

.event-theme-grid p,
.event-theme-grid li {
  color: #716675;
  font-size: 0.94rem;
  line-height: 1.7;
}

.event-theme-grid ul {
  margin: 1.25rem 0 0;
  padding-left: 1.2rem;
}

.event-components {
  padding: clamp(6rem, 10vw, 10rem) 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(210, 173, 55, 0.13), transparent 28%),
    #fff;
}

.event-components h2 {
  margin: 0;
  font-size: clamp(3rem, 5.5vw, 6rem);
  font-weight: 300;
  letter-spacing: -0.065em;
  line-height: 1;
}

.event-components__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: components;
}

.event-components__list li {
  position: relative;
  padding: 1.4rem 1rem 1.4rem 3.5rem;
  border-top: 1px solid #e1d8e3;
  color: #332838;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  line-height: 1.5;
  counter-increment: components;
}

.event-components__list li::before {
  position: absolute;
  top: 1.65rem;
  left: 0;
  content: "0" counter(components);
  color: #8b4c98;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.event-components__list li:last-child {
  border-bottom: 1px solid #e1d8e3;
}

.event-components__note {
  margin: 1.7rem 0 0;
  color: #817685;
  font-size: 0.86rem;
  line-height: 1.7;
}

.event-journey {
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: #f7f3f7;
}

.event-section-heading {
  max-width: 980px;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.event-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event-timeline > li {
  display: grid;
  grid-template-columns: 70px minmax(180px, 0.7fr) minmax(0, 1.5fr);
  gap: clamp(1.5rem, 4vw, 5rem);
  padding: clamp(2.8rem, 5vw, 5rem) 0;
  border-top: 1px solid #dcd2df;
}

.event-timeline > li:last-child {
  border-bottom: 1px solid #dcd2df;
}

.event-timeline__marker {
  position: relative;
}

.event-timeline__marker span {
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c5b6ca;
  border-radius: 50%;
  color: #68177c;
  font-size: 0.7rem;
  font-weight: 600;
}

.event-timeline__meta span,
.event-timeline__meta strong {
  display: block;
}

.event-timeline__meta span {
  margin-bottom: 0.7rem;
  color: #8d8291;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.event-timeline__meta strong {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

.event-timeline__content h3 {
  margin: 0 0 1rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(1.65rem, 2.5vw, 2.7rem);
  line-height: 1.2;
}

.event-timeline__content p {
  max-width: 820px;
  margin: 0;
  color: #6f6473;
  font-size: clamp(1rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.event-quote {
  padding: clamp(6rem, 10vw, 10rem) 0;
  background: #fff;
}

.event-quote__card {
  display: block;
  padding: clamp(2.5rem, 6vw, 6rem);
  border-radius: clamp(1.8rem, 3vw, 3.6rem);
  color: #fff;
  background:
    radial-gradient(circle at 8% 90%, rgba(210, 173, 55, 0.24), transparent 28%),
    #430657;
}

.event-quote blockquote {
  max-width: 1100px;
  margin: 0;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 1.2;
}

.event-quote__source {
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  line-height: 1.6;
}

/* Registration page */
.registration-page {
  color: #251d29;
  background: #f6f2f7;
}

.registration-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(390px, 43vw, 610px);
  overflow: hidden;
  color: #fff;
  background: url("../images/Tatev-Monastery.jpg") center / cover no-repeat;
}

.registration-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(36, 6, 48, 0.28), rgba(42, 5, 57, 0.75)),
    linear-gradient(90deg, rgba(66, 7, 85, 0.58), transparent 70%);
}

.registration-hero__content {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 8rem;
}

.registration-hero__content > p {
  margin: 0 0 1rem;
  color: #e3c14c;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.registration-hero h1 {
  margin: 0;
  font-size: clamp(4rem, 8vw, 9rem);
  font-weight: 300;
  letter-spacing: -0.07em;
  line-height: 0.92;
}

.registration-hero__content > span {
  max-width: 700px;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.65;
}

.registration-content {
  position: relative;
  z-index: 2;
  padding-bottom: clamp(6rem, 10vw, 10rem);
}

.registration-panel {
  overflow: hidden;
  margin-top: -5rem;
  border: 1px solid rgba(65, 12, 78, 0.09);
  border-radius: clamp(1.6rem, 3vw, 3rem);
  background: #fff;
  box-shadow: 0 30px 80px rgba(52, 14, 62, 0.13);
}

.registration-details {
  padding: clamp(2.3rem, 4.5vw, 4.8rem);
  color: #fff;
  background:
    radial-gradient(circle at 20% 95%, rgba(210, 173, 55, 0.24), transparent 34%),
    #430657;
}

.registration-details__eyebrow {
  margin: 0 0 1.2rem !important;
  color: #e1c04a !important;
  font-size: 0.72rem !important;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.registration-details h2 {
  margin: 0 0 1.5rem;
  font-family: "Libre Caslon Text", serif;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1.15;
}

.registration-details > p {
  margin: 0 0 clamp(3rem, 6vw, 6rem);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.98rem;
  line-height: 1.75;
}

.registration-facts {
  margin: 0;
}

.registration-facts > div {
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.registration-facts dt {
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.registration-facts dd,
.registration-facts a {
  margin: 0;
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.5;
}

.registration-facts a {
  text-underline-offset: 0.3em;
}

.registration-form-wrap {
  padding: clamp(2.3rem, 4.5vw, 4.8rem);
}

.registration-form-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.registration-form-heading > p,
.registration-section-break > p {
  margin: 0 0 0.6rem;
  color: #701983;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.registration-form-heading h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.registration-form-heading > span,
.registration-section-break > span {
  color: #827786;
  font-size: 0.82rem;
  line-height: 1.55;
}

.registration-title-field {
  margin: 0 0 2rem;
  padding: 0;
  border: 0;
}

.registration-title-field legend,
.registration-form .form-label {
  margin-bottom: 0.6rem;
  color: #302733;
  font-size: 0.82rem;
  font-weight: 600;
}

.registration-title-field legend span {
  color: #721684;
}

.registration-title-options {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.registration-title-options .btn {
  min-width: 86px;
  padding: 0.75rem 1.2rem;
  border: 1px solid #d8cfdc;
  border-radius: 999px;
  color: #635869;
  background: #fbf9fb;
  font-size: 0.85rem;
}

.registration-title-options .btn:hover {
  border-color: #8d6697;
  color: #580b6b;
}

.registration-title-options .btn-check:checked + .btn {
  border-color: #580b6b;
  color: #fff;
  background: #580b6b;
}

.registration-radio-feedback {
  display: none;
  margin-top: 0.55rem;
  color: var(--bs-form-invalid-color);
  font-size: 0.8rem;
}

.registration-form.was-validated .registration-title-field:has(input:invalid) .registration-radio-feedback {
  display: block;
}

.registration-form .form-control,
.registration-form .form-select {
  min-height: 56px;
  padding: 0.85rem 1rem;
  border: 1px solid #d9d1dc;
  border-radius: 0.85rem;
  color: #251d29;
  background-color: #fbf9fb;
  box-shadow: none;
}

.registration-form textarea.form-control {
  min-height: 145px;
  resize: vertical;
}

.registration-form .form-control:hover,
.registration-form .form-select:hover {
  border-color: #b8aabd;
}

.registration-form .form-control:focus,
.registration-form .form-select:focus {
  border-color: #68177c;
  background-color: #fff;
  box-shadow: 0 0 0 0.24rem rgba(104, 23, 124, 0.11);
}

.registration-form .form-label span {
  color: #827786;
  font-weight: 400;
}

.registration-form .form-text {
  color: #8a808e;
  font-size: 0.73rem;
}

.registration-section-break {
  margin-top: 1.8rem;
  padding-top: 2.5rem;
  border-top: 1px solid #e5dde7;
}

.registration-consent {
  margin-top: 1rem;
}

.registration-consent .form-check-input {
  border-color: #9c90a0;
  box-shadow: none;
}

.registration-consent .form-check-input:checked {
  border-color: #580b6b;
  background-color: #580b6b;
}

.registration-consent .form-check-label {
  color: #675d6b;
  font-size: 0.82rem;
  line-height: 1.55;
}

.registration-submit-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.registration-submit {
  min-width: 210px;
  padding: 0.95rem 1.7rem;
  border: 1px solid #580b6b;
  border-radius: 999px;
  color: #fff;
  background: #580b6b;
  font-weight: 600;
}

.registration-submit:hover,
.registration-submit:focus {
  border-color: #340342;
  color: #fff;
  background: #340342;
}

.registration-submit-row p,
.registration-status {
  margin: 0;
  color: #857a89;
  font-size: 0.76rem;
}

.registration-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.registration-submit:disabled {
  cursor: wait;
  opacity: 0.7;
}

.registration-status {
  min-height: 1.4rem;
  margin-top: 1.3rem;
  color: #580b6b;
  font-weight: 600;
}

/* Shared appearance animations */
.reveal {
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1),
    filter 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal.reveal--scale {
  transform: scale(0.965) translate3d(0, 18px, 0);
}

.site-header.reveal {
  transform: translate3d(0, -20px, 0);
}

.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.reveal.reveal--scale.is-visible {
  transform: scale(1) translate3d(0, 0, 0);
}

.reveal.is-visible:hover {
  transition-delay: 0ms;
}

/* Home hero entrance runs on load and never depends on the scroll observer. */
.hero__content > h1,
.hero__content > p,
.hero__content > .registration-btn {
  animation: hero-content-in 850ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.hero__content > p {
  animation-delay: 140ms;
}

.hero__content > .registration-btn {
  animation-delay: 280ms;
}

@keyframes hero-content-in {
  from {
    opacity: 0;
    filter: blur(8px);
    transform: translate3d(0, 38px, 0);
  }

  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes symbol-rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes scroll-dot {
  0%,
  100% {
    opacity: 0.3;
    transform: translate(-50%, 0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 14px);
  }
}

@media (max-width: 991.98px) {
  .vision-grid,
  .about-content,
  .yerevan-grid,
  .privacy-layout,
  .news-hero__row,
  .news-article-layout,
  .event-overview__grid {
    margin-right: 0;
    margin-left: 0;
  }

  .site-header {
    width: calc(100% - 2rem);
  }

  .navbar {
    min-height: auto;
    padding: 0.8rem 1.1rem;
    border-radius: 1.6rem;
  }

  .navbar-collapse {
    padding: 1rem 0.3rem 0.35rem;
  }

  .navbar-nav {
    align-items: stretch !important;
    gap: 0.1rem;
  }

  .navbar .nav-link {
    width: 100%;
    padding: 0.7rem 0.6rem !important;
    text-align: left;
  }

  .navbar .nav-link::before {
    right: auto;
    left: 0.6rem;
    width: 36px;
  }

  .dropdown-menu {
    margin: 0.1rem 0 0.45rem !important;
    border: 0;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
  }

  .vision-section {
    min-height: auto;
  }

  .vision-logo {
    margin-bottom: 4rem;
  }

  .vision-copy {
    padding-top: 0;
  }

  .about-content h2 {
    margin-bottom: 2rem;
    line-height: 1.1;
  }

  .yerevan-image {
    margin-bottom: 3.5rem;
  }

  .footer-contact,
  .footer-privacy {
    text-align: center;
  }

  .footer-brand {
    margin: 2.5rem 0;
  }

  .footer-privacy {
    align-self: auto;
    padding-top: 0;
  }

  .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 1rem;
    text-align: center;
  }

  .contact-panel {
    margin-top: -3rem;
  }

  .contact-details > p {
    margin-bottom: 2.8rem;
  }

  .privacy-summary {
    margin-bottom: 4rem;
  }

  .news-hero__intro {
    max-width: 680px;
    margin-top: 2rem;
  }

  .featured-news__card .row,
  .featured-news__card img {
    min-height: auto;
  }

  .featured-news__card img {
    height: clamp(300px, 58vw, 520px);
  }

  .news-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-article-summary {
    margin-bottom: 3rem;
  }

  .event-hero__actions {
    max-width: 360px;
    margin-top: 3rem;
  }

  .event-fact:nth-child(2) {
    border-right: 0;
  }

  .event-fact:nth-child(-n + 2) {
    border-bottom: 1px solid #e9e1eb;
  }

  .event-overview__copy {
    margin-top: 3rem;
  }

  .registration-panel {
    margin-top: -3rem;
  }

  .registration-details > p {
    margin-bottom: 3rem;
  }

  .event-timeline > li {
    grid-template-columns: 60px minmax(0, 1fr);
  }

  .event-timeline__content {
    grid-column: 2;
  }

}

@media (max-width: 575.98px) {
  .brand__logo {
    width: 112px;
  }

  .hero__eyebrow {
    letter-spacing: 0.15em;
  }

  .hero h1 {
    max-width: 340px;
  }

  .hero__date {
    max-width: 330px;
  }

  .registration-hero h1 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

  .vision-section h2 {
    margin-bottom: 3rem;
  }

  .vision-logo {
    width: 270px;
  }

  .about-image {
    min-height: 230px;
    border-radius: 1.5rem;
    object-position: 32% center;
  }

  .yerevan-image {
    border-radius: 1.5rem;
  }

  .contact-banner__content {
    padding-bottom: 4rem;
  }

  .contact-submit,
  .contact-form-note {
    width: 100%;
  }

  .privacy-sections article {
    grid-template-columns: 1fr;
  }

  .news-search {
    width: 100%;
  }

  .news-card {
    min-height: 480px;
  }

  .news-article-media img {
    height: 360px;
  }

  .news-article-cta,
  .news-article-more__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-hero h1 {
    font-size: clamp(4.2rem, 23vw, 7rem);
  }

  .event-fact {
    min-height: 140px;
    padding: 1.3rem;
  }

  .event-gallery__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .event-gallery__heading > p {
    text-align: left;
  }

  .event-theme-grid {
    grid-template-columns: 1fr;
  }

  .event-gallery__slider .carousel-inner {
    height: clamp(220px, 58vw, 300px);
  }

  .event-timeline > li {
    grid-template-columns: 1fr;
  }

  .event-timeline__content {
    grid-column: 1;
  }

  .registration-submit,
  .registration-submit-row > p {
    width: 100%;
  }

}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .reveal.reveal--scale,
  .site-header.reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
