/*
Theme Name: HELLO PEXI THEME
Theme URI: https://pexipawskennel.com/
Description: Child theme for Hello Elementor with a custom puppy website homepage.
Author: Codex
Template: hello-elementor
Version: 1.1.0
Text Domain: hello-pexi-theme
*/

:root {
  --pexi-cream: #f3eee7;
  --pexi-sand: #d7c1a2;
  --pexi-caramel: #b88a55;
  --pexi-brown: #2c1c12;
  --pexi-ink: #17110d;
  --pexi-coral: #c7763c;
  --pexi-sage: #7d8a67;
  --pexi-gold: #d1a462;
  --pexi-forest: #242d22;
  --pexi-card: rgba(243, 238, 231, 0.92);
  --pexi-shadow: 0 24px 60px rgba(23, 17, 13, 0.24);
  --pexi-radius-xl: 0;
  --pexi-radius-lg: 0;
  --pexi-radius-md: 0;
  --pexi-max: 1180px;
}

body.home {
  background: linear-gradient(180deg, #1a1410 0, #1a1410 760px, #f3eee7 760px, #efe8dc 100%);
  color: #efe9e0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

body.home.admin-bar .pexi-topbar {
  top: 32px;
}

.pexi-page {
  overflow: clip;
}

.pexi-wrap {
  margin: 0 auto;
  max-width: var(--pexi-max);
  padding: 0 24px;
}

.pexi-utility {
  background: #110d0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pexi-utility__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  min-height: 48px;
}

.pexi-utility__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.pexi-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(26, 20, 16, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pexi-topbar__inner {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 84px;
}

.pexi-brand {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.pexi-brand span {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-top: 8px;
  text-transform: uppercase;
}

.pexi-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.pexi-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
}

.pexi-nav a:hover,
.pexi-nav a:focus-visible {
  color: var(--pexi-gold);
}

.pexi-actions {
  display: flex;
  gap: 12px;
}

.pexi-button,
.pexi-button--ghost {
  border-radius: 0;
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 700;
  padding: 14px 22px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pexi-button {
  background: linear-gradient(135deg, #c78343, #d9a665);
  box-shadow: 0 14px 30px rgba(199, 131, 67, 0.32);
  color: #fff;
}

.pexi-button--ghost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.pexi-button:hover,
.pexi-button--ghost:hover,
.pexi-button:focus-visible,
.pexi-button--ghost:focus-visible {
  box-shadow: 0 18px 30px rgba(23, 17, 13, 0.26);
  transform: translateY(-2px);
}

.pexi-hero {
  padding: 72px 0 54px;
}

.pexi-hero__grid {
  align-items: center;
  display: grid;
  gap: 44px;
  grid-template-columns: 1.08fr 0.92fr;
}

.pexi-eyebrow {
  color: var(--pexi-gold);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.pexi-hero h1,
.pexi-section__heading h2,
.pexi-cta h2 {
  color: #f8f1e8;
  font-family: "Fraunces", serif;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.pexi-hero p {
  color: rgba(239, 233, 224, 0.78);
  font-size: 1.08rem;
  line-height: 1.8;
  margin: 24px 0 0;
  max-width: 42rem;
}

.pexi-highlight {
  color: var(--pexi-gold);
}

.pexi-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.pexi-hero__meta {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.pexi-pill {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  padding: 16px 18px;
}

.pexi-pill strong {
  color: #fff;
  display: block;
  font-size: 1.08rem;
  margin-bottom: 6px;
}

.pexi-pill span {
  color: rgba(239, 233, 224, 0.7);
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.pexi-hero__visual {
  position: relative;
}

.pexi-orbit {
  aspect-ratio: 0.95;
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.14), transparent 48%), linear-gradient(145deg, #2c2219, #57412c 55%, #90704e);
  border-radius: 0;
  box-shadow: var(--pexi-shadow);
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.pexi-orbit::before,
.pexi-orbit::after {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  position: absolute;
}

.pexi-orbit::before {
  height: 340px;
  left: -70px;
  top: 32px;
  width: 340px;
}

.pexi-orbit::after {
  bottom: -80px;
  height: 280px;
  right: -40px;
  width: 280px;
}

.pexi-orbit__center {
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 248, 239, 0.94), rgba(237, 225, 211, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 0;
  box-shadow: 0 24px 40px rgba(23, 17, 13, 0.22);
  display: flex;
  flex-direction: column;
  inset: 18% 16%;
  justify-content: center;
  padding: 36px 30px;
  position: absolute;
  text-align: center;
}

.pexi-orbit__eyebrow {
  color: var(--pexi-sage);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pexi-orbit__center strong {
  color: var(--pexi-brown);
  display: block;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1;
  margin-top: 18px;
}

.pexi-orbit__center p {
  color: rgba(31, 25, 21, 0.7);
  font-size: 1rem;
  line-height: 1.7;
  margin: 16px 0 0;
}

.pexi-floating-card {
  background: rgba(32, 24, 19, 0.9);
  border-radius: 0;
  box-shadow: 0 16px 34px rgba(23, 17, 13, 0.22);
  max-width: 205px;
  padding: 16px 18px;
  position: absolute;
}

.pexi-floating-card strong {
  color: #fff;
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.pexi-floating-card span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.9rem;
  line-height: 1.5;
}

.pexi-floating-card--top {
  right: -8px;
  top: 38px;
}

.pexi-floating-card--bottom {
  bottom: 30px;
  left: -10px;
}

.pexi-band {
  padding: 12px 0 34px;
}

.pexi-band__inner {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(239, 233, 224, 0.64);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  justify-content: center;
  padding: 18px 0;
  text-transform: uppercase;
}

.pexi-band__inner span {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.pexi-section {
  color: var(--pexi-ink);
  padding: 60px 0;
}

.pexi-section__heading {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  margin-bottom: 28px;
}

.pexi-section__heading h2 {
  color: var(--pexi-brown);
  font-size: clamp(2.2rem, 3.4vw, 3.6rem);
}

.pexi-section__heading p,
.pexi-story__copy p,
.pexi-cta p {
  color: rgba(31, 25, 21, 0.7);
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0;
}

.pexi-grid {
  display: grid;
  gap: 22px;
}

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

.pexi-card {
  background: var(--pexi-card);
  border: 1px solid rgba(44, 28, 18, 0.08);
  border-radius: var(--pexi-radius-lg);
  box-shadow: 0 18px 36px rgba(23, 17, 13, 0.08);
  overflow: hidden;
}

.pexi-puppy-card__art {
  align-items: flex-end;
  display: flex;
  min-height: 220px;
  padding: 22px;
}

.pexi-puppy-card:nth-child(1) .pexi-puppy-card__art {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.44)), linear-gradient(135deg, #7f6547, #3d2c1f);
}

.pexi-puppy-card:nth-child(2) .pexi-puppy-card__art {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.44)), linear-gradient(135deg, #7f5c43, #2c2118);
}

.pexi-puppy-card:nth-child(3) .pexi-puppy-card__art {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.44)), linear-gradient(135deg, #5e6148, #1f241b);
}

.pexi-tag {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.pexi-puppy-card__body {
  padding: 22px;
}

.pexi-puppy-card h3,
.pexi-story__copy h3,
.pexi-process h3,
.pexi-testimonial h3 {
  color: var(--pexi-brown);
  font-family: "Fraunces", serif;
  font-size: 1.55rem;
  line-height: 1.1;
  margin: 0 0 12px;
}

.pexi-puppy-card p,
.pexi-process p,
.pexi-testimonial p {
  color: rgba(31, 25, 21, 0.72);
  line-height: 1.75;
  margin: 0;
}

.pexi-puppy-card ul,
.pexi-story__list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.pexi-puppy-card li,
.pexi-story__list li {
  color: rgba(31, 25, 21, 0.72);
  display: flex;
  gap: 10px;
  line-height: 1.55;
  list-style: none;
}

.pexi-puppy-card li::before,
.pexi-story__list li::before {
  color: var(--pexi-coral);
  content: "01";
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

.pexi-puppy-card li:nth-child(2)::before,
.pexi-story__list li:nth-child(2)::before {
  content: "02";
}

.pexi-puppy-card li:nth-child(3)::before,
.pexi-story__list li:nth-child(3)::before {
  content: "03";
}

.pexi-story {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: 1.05fr 0.95fr;
}

.pexi-story__visual,
.pexi-testimonial,
.pexi-cta {
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.88), rgba(239, 232, 220, 0.95));
  border: 1px solid rgba(44, 28, 18, 0.08);
  border-radius: var(--pexi-radius-xl);
  box-shadow: var(--pexi-shadow);
}

.pexi-story__visual {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  padding: 24px;
}

.pexi-tile {
  border-radius: 0;
  min-height: 220px;
  padding: 24px;
  position: relative;
}

.pexi-tile strong {
  color: var(--pexi-brown);
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  line-height: 1.05;
  max-width: 10rem;
}

.pexi-tile span {
  color: rgba(31, 25, 21, 0.68);
  display: block;
  line-height: 1.65;
  margin-top: 12px;
  max-width: 13rem;
}

.pexi-tile--large {
  background: linear-gradient(150deg, #d8b280, #8b653f);
}

.pexi-tile--soft {
  background: linear-gradient(145deg, #e1d1c0, #f7eee5);
}

.pexi-tile--earth {
  background: linear-gradient(145deg, #b6b69b, #eef0e4);
}

.pexi-story__copy {
  padding: 18px 10px 18px 18px;
}

.pexi-process {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pexi-process__card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(44, 28, 18, 0.08);
  border-radius: 0;
  padding: 24px;
}

.pexi-process__card strong {
  color: var(--pexi-coral);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.pexi-testimonial {
  display: grid;
  gap: 20px;
  grid-template-columns: 0.9fr 1.1fr;
  margin-top: 18px;
  overflow: hidden;
  padding: 26px;
}

.pexi-testimonial__rating {
  align-content: center;
  background: linear-gradient(135deg, #3b2a1b, #8e6c49);
  border-radius: 0;
  display: grid;
  min-height: 260px;
  padding: 28px;
}

.pexi-testimonial__rating strong {
  color: #fff;
  display: block;
  font-family: "Fraunces", serif;
  font-size: clamp(3.4rem, 7vw, 5rem);
  line-height: 1;
}

.pexi-testimonial__rating span,
.pexi-testimonial__quote small {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 1rem;
  line-height: 1.6;
}

.pexi-testimonial__quote {
  padding: 18px 12px;
}

.pexi-testimonial__quote p {
  font-family: "Fraunces", serif;
  font-size: 1.6rem;
  line-height: 1.45;
}

.pexi-cta {
  margin-top: 28px;
  overflow: hidden;
  padding: 38px;
  position: relative;
}

.pexi-cta::after {
  background: radial-gradient(circle, rgba(199, 131, 67, 0.2), transparent 62%);
  content: "";
  inset: -10% -5% auto auto;
  position: absolute;
  width: 320px;
  height: 320px;
}

.pexi-cta__row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.pexi-cta h2 {
  color: var(--pexi-brown);
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  margin-bottom: 14px;
}

.pexi-footer {
  color: rgba(44, 28, 18, 0.6);
  font-size: 0.92rem;
  padding: 28px 0 44px;
}

.pexi-footer__inner {
  align-items: center;
  border-top: 1px solid rgba(44, 28, 18, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding-top: 20px;
}

@media (max-width: 1024px) {
  .pexi-hero__grid,
  .pexi-story,
  .pexi-testimonial,
  .pexi-section__heading {
    grid-template-columns: 1fr;
  }

  .pexi-grid--three,
  .pexi-process {
    grid-template-columns: 1fr;
  }

  .pexi-cta__row,
  .pexi-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .pexi-orbit {
    margin: 0 auto;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  body.home.admin-bar .pexi-topbar {
    top: 46px;
  }

  .pexi-wrap {
    padding: 0 18px;
  }

  .pexi-utility__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }

  .pexi-nav,
  .pexi-actions,
  .pexi-hero__buttons,
  .pexi-band__inner {
    width: 100%;
  }

  .pexi-nav {
    gap: 12px 16px;
    justify-content: flex-start;
  }

  .pexi-actions,
  .pexi-hero__buttons {
    flex-direction: column;
  }

  .pexi-button,
  .pexi-button--ghost {
    justify-content: center;
    width: 100%;
  }

  .pexi-hero__meta,
  .pexi-story__visual {
    grid-template-columns: 1fr;
  }

  .pexi-orbit__center {
    inset: 22% 10%;
    padding: 28px 22px;
  }

  .pexi-floating-card {
    max-width: 170px;
    padding: 14px;
  }

  .pexi-floating-card--top {
    right: 8px;
    top: 16px;
  }

  .pexi-floating-card--bottom {
    bottom: 16px;
    left: 8px;
  }

  .pexi-cta,
  .pexi-testimonial,
  .pexi-story__visual {
    padding: 22px;
  }
}


/* Responsive site header */
body.admin-bar .pexi-site-header {
  top: 32px;
}

.pexi-site-header {
  background: rgba(17, 13, 10, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 40;
}

.pexi-site-header__bar {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 88px;
}

.pexi-site-header__brand {
  flex: 0 0 auto;
}

.pexi-site-header__panel {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 28px;
  justify-content: flex-end;
}

.pexi-nav {
  display: flex;
  justify-content: center;
}

.pexi-nav__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pexi-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  display: none;
  gap: 12px;
  padding: 12px 14px;
}

.pexi-menu-toggle__label {
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pexi-menu-toggle__icon,
.pexi-menu-toggle__icon::before,
.pexi-menu-toggle__icon::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 18px;
}

.pexi-menu-toggle__icon {
  position: relative;
}

.pexi-menu-toggle__icon::before,
.pexi-menu-toggle__icon::after {
  left: 0;
  position: absolute;
}

.pexi-menu-toggle__icon::before {
  top: -6px;
}

.pexi-menu-toggle__icon::after {
  top: 6px;
}

.pexi-menu-toggle[aria-expanded="true"] .pexi-menu-toggle__icon {
  background: transparent;
}

.pexi-menu-toggle[aria-expanded="true"] .pexi-menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.pexi-menu-toggle[aria-expanded="true"] .pexi-menu-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 960px) {
  .pexi-site-header__bar {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 18px 0;
  }

  .pexi-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .pexi-site-header__panel {
    align-items: stretch;
    background: rgba(12, 9, 7, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: none;
    flex: 0 0 100%;
    gap: 20px;
    margin-top: 18px;
    padding: 22px 0 4px;
  }

  .pexi-site-header__panel.is-open {
    display: grid;
  }

  .pexi-nav__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .pexi-actions {
    width: 100%;
  }

  .pexi-actions .pexi-button {
    justify-content: center;
    width: 100%;
  }
}

/* Hide Hello Elementor default header in favor of the custom child-theme header */
.site-header {
  display: none;
}

.pexi-brand__image {
  display: block;
  height: auto;
  max-width: min(320px, 42vw);
  width: 100%;
}

.pexi-brand__text {
  color: #fff;
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media (max-width: 960px) {
  .pexi-brand__image {
    max-width: 220px;
  }
}

/* Header rebalance and real mobile hamburger */
.pexi-site-header {
  background: rgba(10, 8, 7, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.pexi-site-header .pexi-wrap {
  max-width: 1280px;
}

.pexi-site-header__bar {
  min-height: 94px;
  position: relative;
}

.pexi-site-header__brand {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  max-width: 320px;
  min-width: 0;
}

.pexi-brand {
  gap: 10px;
  max-width: 100%;
}

.pexi-brand__image {
  display: block;
  height: auto;
  max-width: 250px;
  width: 100%;
}

.pexi-brand span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  margin-top: 0;
  padding-left: 4px;
}

.pexi-site-header__panel {
  gap: 22px;
}

.pexi-nav__list {
  gap: 24px;
}

.pexi-nav a {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pexi-actions .pexi-button {
  align-items: center;
  min-height: 50px;
  padding: 14px 20px;
  white-space: nowrap;
}

.pexi-menu-toggle {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: none;
  height: 52px;
  justify-content: center;
  margin-left: auto;
  padding: 0;
  width: 52px;
}

.pexi-menu-toggle__box {
  display: grid;
  gap: 5px;
  width: 20px;
}

.pexi-menu-toggle__line {
  background: #ffffff;
  display: block;
  height: 2px;
  transform-origin: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 100%;
}

.pexi-menu-toggle[aria-expanded="true"] .pexi-menu-toggle__line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.pexi-menu-toggle[aria-expanded="true"] .pexi-menu-toggle__line:nth-child(2) {
  opacity: 0;
}

.pexi-menu-toggle[aria-expanded="true"] .pexi-menu-toggle__line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1100px) {
  .pexi-brand__image {
    max-width: 210px;
  }

  .pexi-nav__list {
    gap: 18px;
  }

  .pexi-nav a {
    font-size: 0.82rem;
  }
}

@media (max-width: 960px) {
  .pexi-site-header__bar {
    align-items: center;
    flex-wrap: nowrap;
    min-height: 78px;
    padding: 14px 0;
  }

  .pexi-site-header__brand {
    max-width: calc(100% - 72px);
  }

  .pexi-brand {
    gap: 6px;
  }

  .pexi-brand__image {
    max-width: 180px;
  }

  .pexi-brand span {
    display: none;
  }

  .pexi-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .pexi-site-header__panel {
    background: rgba(12, 9, 7, 0.99);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
    display: none;
    left: 0;
    margin-top: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 60;
  }

  .pexi-site-header__panel.is-open {
    display: block;
  }

  .pexi-nav {
    width: 100%;
  }

  .pexi-nav__list {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .pexi-nav__list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
  }

  .pexi-nav__list li:last-child {
    border-bottom: 0;
  }

  .pexi-nav a {
    display: block;
    padding: 14px 0;
    width: 100%;
  }

  .pexi-actions {
    margin-top: 18px;
    width: 100%;
  }

  .pexi-actions .pexi-button {
    justify-content: center;
    width: 100%;
  }
}

/* Top bar and compact 80px header */
.pexi-top-strip {
  background: #0a0807;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 45;
}

.pexi-top-strip .pexi-wrap {
  display: flex;
  justify-content: flex-end;
}

.pexi-top-strip__email {
  color: rgba(255, 255, 255, 0.8);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  min-height: 34px;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}

.pexi-top-strip__email:hover,
.pexi-top-strip__email:focus-visible {
  color: var(--pexi-gold);
}

.pexi-site-header__bar {
  min-height: 80px;
}

.pexi-site-header__brand {
  max-width: 280px;
}

.pexi-brand {
  align-items: center;
  flex-direction: row;
}

.pexi-brand__image {
  max-width: 210px;
}

.pexi-brand span {
  display: none;
}

.pexi-actions .pexi-button {
  min-height: 44px;
  padding: 12px 18px;
}

@media (max-width: 1100px) {
  .pexi-site-header__bar {
    min-height: 80px;
  }

  .pexi-brand__image {
    max-width: 190px;
  }
}

@media (max-width: 960px) {
  .pexi-top-strip .pexi-wrap {
    justify-content: center;
  }

  .pexi-top-strip__email {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    min-height: 32px;
  }

  .pexi-site-header__bar {
    min-height: 80px;
    padding: 10px 0;
  }

  .pexi-site-header__brand {
    max-width: calc(100% - 72px);
  }

  .pexi-brand__image {
    max-width: 170px;
  }
}
