/* Evonnia.com multi-page layer — built on HTML5 UP Eventually */

:root {
  --evy-pink: #e65aa6;
  --evy-pink-light: #f18ac3;
  --evy-ink: #171419;
  --evy-paper: #fffafc;
  --evy-muted: rgba(255, 255, 255, 0.78);
  --evy-line: rgba(255, 255, 255, 0.18);
}

html {
  scroll-behavior: smooth;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 20000;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  background: #fff;
  color: #111 !important;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 0.75rem;
}

.site-nav {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(13, 11, 14, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.site-nav__inner {
  min-height: 3.75rem;
  max-width: 78rem;
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.site-brand {
  color: #fff !important;
  font-family: 'Playfair Display', serif;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
}

.site-brand__short {
  display: none;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  margin: 0;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-toggle__icon,
.nav-toggle__icon::before,
.nav-toggle__icon::after {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.nav-toggle__icon {
  position: relative;
}

.nav-toggle__icon::before,
.nav-toggle__icon::after {
  content: '';
  position: absolute;
  left: 0;
}

.nav-toggle__icon::before {
  top: -0.32rem;
}

.nav-toggle__icon::after {
  top: 0.32rem;
}

.site-links {
  display: flex;
  align-items: center;
  gap: clamp(0.55rem, 2vw, 1.5rem);
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.site-links li {
  list-style: none;
}

.site-links li::marker {
  content: '';
}

.site-links a {
  color: rgba(255, 255, 255, 0.88) !important;
  border: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-links a:hover,
.site-links a[aria-current='page'] {
  color: var(--evy-pink-light) !important;
}

.site-links a[aria-current='page'] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.35rem;
}

.site-links .nav-contact {
  padding: 0.48rem 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}

.site-links .nav-contact:hover {
  border-color: var(--evy-pink-light);
}

.press-short {
  display: none;
}

a:focus-visible,
button:focus-visible,
.button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

/* Landing page refinements */
body.home-page {
  padding-top: 7rem;
}

.home-page #main {
  max-width: 54rem;
}

.evy-photo picture {
  display: block;
}

.home-page #header .tagline .loc {
  margin-top: 0.55rem;
}

.home-page .home-explore {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.15rem;
  margin-top: -0.35rem;
}

.home-page .home-explore a {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .home-explore a:hover {
  color: var(--evy-pink-light) !important;
  border-color: var(--evy-pink-light);
}

/* Interior pages */
html:has(body.inner-page),
body.inner-page {
  min-height: 100%;
  height: auto;
}

body.inner-page {
  display: block;
  padding: 7.25rem 1.5rem 3rem;
  background: #0d0b0e;
  color: #fff;
  line-height: 1.7;
}

body.inner-page::before,
body.inner-page::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body.inner-page::before {
  z-index: 0;
  background-image: url('/images/bg02.webp');
  background-position: center;
  background-size: cover;
  opacity: 0.32;
}

body.inner-page::after {
  z-index: 1;
  background:
    radial-gradient(circle at 12% 18%, rgba(230, 90, 166, 0.14), transparent 38%),
    linear-gradient(115deg, rgba(8, 7, 9, 0.94), rgba(8, 7, 9, 0.67));
}

.inner-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 64rem);
  margin: 0 auto;
}

.page-hero {
  max-width: 52rem;
  margin-bottom: 2rem;
}

.eyebrow {
  margin: 0 0 0.7rem;
  color: var(--evy-pink-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 6vw, 4.6rem);
  line-height: 1.04;
  text-wrap: balance;
}

.page-hero .lede {
  max-width: 46rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.content-panel {
  padding: clamp(1.35rem, 4vw, 2.75rem);
  border: 1px solid var(--evy-line);
  border-radius: 1rem;
  background: rgba(19, 16, 20, 0.78);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.22);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.content-panel + .content-panel {
  margin-top: 1.25rem;
}

.content-panel h2 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
}

.content-panel h3 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.content-panel p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.82);
}

.content-panel p:last-child {
  margin-bottom: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.045);
}

.mini-card p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.results-intro {
  max-width: 48rem;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin: 1.25rem 0 1.4rem;
}

.result-stat {
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.8rem;
  background: rgba(230, 90, 166, 0.07);
}

.result-stat strong,
.result-stat span {
  display: block;
}

.result-stat strong {
  color: var(--evy-pink-light);
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1;
}

.result-stat span {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.45;
}

.tools-heading {
  margin-top: 0.35rem;
  font-family: inherit;
  font-size: 1rem;
}

.tools-list {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.75;
}

.text-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.25rem;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.text-list li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(255, 255, 255, 0.84);
  list-style: none;
}

.text-list li::marker {
  content: '';
}

.text-list li::before {
  content: '';
  position: absolute;
  top: 0.73rem;
  left: 0;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--evy-pink);
}

.feature-link {
  display: block;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.8rem;
  color: #fff !important;
  text-decoration: none;
}

.feature-link:hover {
  border-color: var(--evy-pink-light);
  background: rgba(230, 90, 166, 0.08);
}

.feature-link strong,
.feature-link span {
  display: block;
}

.feature-link span {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.page-cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 3.25rem;
  height: auto;
  margin: 0;
  padding: 0.85rem 1.4rem;
  line-height: 1.2;
  white-space: nowrap;
}

.inner-footer {
  position: relative;
  z-index: 2;
  width: min(100%, 64rem);
  margin: 2rem auto 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}

.inner-footer a {
  color: rgba(255, 255, 255, 0.82) !important;
}

@media screen and (max-width: 736px) {
  .site-nav__inner {
    min-height: 4rem;
    padding: 0.55rem 1rem;
    gap: 0.75rem;
  }

  .site-brand__long {
    display: none;
  }

  .site-brand__short {
    display: inline;
  }

  .site-nav.nav-enhanced .nav-toggle {
    display: inline-flex;
  }

  .site-nav.nav-enhanced .site-links {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 0.65rem 1rem 0.9rem;
    background: rgba(13, 11, 14, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .site-nav.nav-enhanced.is-open .site-links {
    display: flex;
  }

  .site-nav.nav-enhanced .site-links li {
    width: 100%;
  }

  .site-nav.nav-enhanced .site-links a,
  .site-nav.nav-enhanced .site-links .nav-contact {
    display: block;
    width: 100%;
    padding: 0.8rem 0.35rem;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 0.78rem;
    letter-spacing: 0.075em;
  }

  .site-nav.nav-enhanced .site-links li:last-child a {
    border-bottom: 0;
  }

  .site-nav.nav-enhanced .press-full {
    display: inline;
  }

  .site-nav.nav-enhanced .press-short {
    display: none;
  }

  body.home-page {
    padding-top: 6rem;
  }

  body.inner-page {
    padding: 6rem 1rem 2rem;
  }

  .home-page .home-explore {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    width: 100%;
    margin-top: 0;
  }

  .home-page .home-explore a {
    width: max-content;
    max-width: 100%;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .card-grid,
  .text-list,
  .results-grid {
    grid-template-columns: 1fr;
  }

  .page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-cta .button {
    width: 100%;
    max-width: 18rem;
    min-height: 3.5rem;
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 737px) and (max-width: 900px) {
  .media-grid {
    grid-template-columns: 1fr;
  }
}

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

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