/*
Theme Name: Angels Elite Salient Child
Theme URI: https://escortsrotterdam.nl/
Description: Bespoke Salient child theme for Angels Elite High Class Escort.
Author: Vanderlindemedia.nl
Template: salient
Version: 1.1.2
Text Domain: angels-elite
*/

:root {
  --ae-pink: #e94f8b;
  --ae-pink-dark: #c93670;
  --ae-pink-soft: #fcecf3;
  --ae-rose: #c98b9f;
  --ae-ink: #171417;
  --ae-charcoal: #242024;
  --ae-muted: #706970;
  --ae-line: #eadde3;
  --ae-ivory: #fffafc;
  --ae-white: #ffffff;
  --ae-shadow: 0 24px 70px rgba(37, 25, 31, 0.12);
  --ae-radius: 4px;
  --ae-container: 1180px;
}

html { scroll-behavior: smooth; }

body.angels-elite-site {
  margin: 0;
  overflow-x: hidden;
  color: var(--ae-ink);
  background: var(--ae-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

body.angels-elite-site *,
body.angels-elite-site *::before,
body.angels-elite-site *::after { box-sizing: border-box; }

body.angels-elite-site img { display: block; max-width: 100%; }
body.angels-elite-site a { color: inherit; text-decoration: none; }
body.angels-elite-site button,
body.angels-elite-site input,
body.angels-elite-site select,
body.angels-elite-site textarea { font: inherit; }

.ae-skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 10000;
  padding: 10px 16px;
  color: #fff;
  background: var(--ae-pink);
}
.ae-skip-link:focus { top: 16px; }

.ae-container {
  width: min(calc(100% - 48px), var(--ae-container));
  margin-inline: auto;
}

.ae-topbar {
  position: relative;
  z-index: 1002;
  min-height: 34px;
  color: #615961;
  background: #fff8fb;
  border-bottom: 1px solid #f0e5ea;
  font-size: 12px;
  letter-spacing: 0.03em;
}
.ae-topbar .ae-container {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.ae-topbar a { color: var(--ae-pink-dark); font-weight: 700; }

.ae-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(234, 221, 227, 0.88);
  backdrop-filter: blur(16px);
}
.admin-bar .ae-header { top: 32px; }
.ae-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 28px;
}
.ae-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  line-height: 1;
}
.ae-logo-main {
  color: var(--ae-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 34px);
  letter-spacing: -0.03em;
}
.ae-logo-main::first-letter { color: var(--ae-pink); }
.ae-logo-sub {
  margin-top: 8px;
  color: var(--ae-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.ae-nav { justify-self: center; }
.ae-menu {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.ae-menu,
.ae-menu li { list-style: none !important; }
.ae-menu li::marker { content: ""; }
.ae-menu > li > a {
  position: relative;
  display: block;
  padding: 30px 0 28px;
  color: #453f44;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.035em;
}
.ae-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 22px;
  height: 2px;
  background: var(--ae-pink);
  transition: right 180ms ease;
}
.ae-menu > li > a:hover::after,
.ae-menu > li.current-menu-item > a::after { right: 0; }
.ae-header-cta { justify-self: end; }

.ae-button,
body.angels-elite-site .ae-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  color: #fff;
  background: var(--ae-pink);
  border: 1px solid var(--ae-pink);
  border-radius: 2px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.ae-button:hover { color: #fff; background: var(--ae-pink-dark); border-color: var(--ae-pink-dark); transform: translateY(-2px); }
.ae-button-ghost { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.ae-button-ghost:hover { background: #fff; border-color: #fff; color: var(--ae-ink); }
.ae-button-dark { background: var(--ae-ink); border-color: var(--ae-ink); }
.ae-button-dark:hover { background: #000; border-color: #000; }

.ae-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border: 1px solid var(--ae-line);
  color: var(--ae-ink);
  cursor: pointer;
}
.ae-menu-toggle span,
.ae-menu-toggle span::before,
.ae-menu-toggle span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: 180ms ease;
}
.ae-menu-toggle span { position: relative; }
.ae-menu-toggle span::before,
.ae-menu-toggle span::after { content: ""; position: absolute; left: 0; }
.ae-menu-toggle span::before { top: -6px; }
.ae-menu-toggle span::after { top: 6px; }
.ae-menu-open .ae-menu-toggle span { background: transparent; }
.ae-menu-open .ae-menu-toggle span::before { top: 0; transform: rotate(45deg); }
.ae-menu-open .ae-menu-toggle span::after { top: 0; transform: rotate(-45deg); }
body.ae-menu-open { overflow: hidden; }

.ae-main { min-height: 55vh; }
.ae-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 480px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #1b171a url("assets/images/angels-elite-hero.webp") center 34% / cover no-repeat;
}
.ae-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(18,14,17,.92) 0%, rgba(20,16,19,.72) 44%, rgba(20,16,19,.26) 72%, rgba(20,16,19,.18) 100%);
}
.ae-hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.24);
  pointer-events: none;
}
.ae-hero-home { min-height: min(760px, calc(100vh - 116px)); }
.ae-hero-inner { width: min(calc(100% - 48px), var(--ae-container)); margin-inline: auto; }
.ae-hero-copy { max-width: 690px; padding: 92px 0; }
.ae-eyebrow {
  margin: 0 0 18px;
  color: #f3abc8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.ae-hero h1 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}
.ae-hero h1 span { display: block; color: #f2abc6; font-size: .55em; letter-spacing: -.02em; margin-top: 18px; }
.ae-hero p.ae-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.83); font-size: clamp(16px, 1.5vw, 20px); }
.ae-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ae-hero-compact { min-height: 420px; background-position: center 28%; }
.ae-hero-compact h1 { font-size: clamp(46px, 5vw, 72px); }

.ae-section { padding: clamp(76px, 9vw, 132px) 0; }
.ae-section-soft { background: var(--ae-pink-soft); }
.ae-section-dark { color: #fff; background: var(--ae-charcoal); }
.ae-section-dark p { color: rgba(255,255,255,.72); }
.ae-section-kicker { margin: 0 0 14px; color: var(--ae-pink-dark); font-size: 12px; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.ae-section-title {
  margin: 0;
  color: var(--ae-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
}
.ae-section-dark .ae-section-title { color: #fff; }
.ae-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 118px); align-items: start; }
.ae-intro-grid .ae-section-title { text-align: right; }
.ae-copy p { margin: 0 0 1.25em; color: var(--ae-muted); }
.ae-copy p:last-child { margin-bottom: 0; }
.ae-copy strong { color: var(--ae-ink); }
.ae-pullquote { margin: 0 0 28px; color: var(--ae-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.4vw, 36px); font-style: italic; line-height: 1.35; }

.ae-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.ae-feature {
  min-height: 260px;
  padding: 38px;
  background: #fff;
  border: 1px solid var(--ae-line);
  box-shadow: 0 14px 40px rgba(45,29,37,.06);
}
.ae-feature-number { display: block; margin-bottom: 34px; color: var(--ae-pink); font-family: Georgia, serif; font-size: 40px; line-height: 1; }
.ae-feature h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.ae-feature p { margin: 0; color: var(--ae-muted); font-size: 15px; }

.ae-profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.ae-profile-card { position: relative; overflow: hidden; min-height: 460px; background: #2a2428; box-shadow: var(--ae-shadow); }
.ae-profile-photo { position: absolute; inset: 0; background-image: url("assets/images/angels-elite-portraits.webp"); background-repeat: no-repeat; background-size: 200% 200%; transition: transform 500ms ease; }
.ae-profile-card:hover .ae-profile-photo { transform: scale(1.035); }
.ae-profile-1 .ae-profile-photo { background-position: 0 0; }
.ae-profile-2 .ae-profile-photo { background-position: 100% 0; }
.ae-profile-3 .ae-profile-photo { background-position: 0 100%; }
.ae-profile-4 .ae-profile-photo { background-position: 100% 100%; }
.ae-profile-overlay { position: absolute; inset: 38% 0 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; color: #fff; background: linear-gradient(transparent, rgba(16,11,14,.92)); }
.ae-profile-overlay h3 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.ae-profile-overlay p { margin: 5px 0 0; color: rgba(255,255,255,.75); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.ae-profile-note { margin: 24px 0 0; color: var(--ae-muted); font-size: 13px; font-style: italic; }

.ae-rate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.ae-rate-card { padding: 42px; background: #fff; border: 1px solid var(--ae-line); }
.ae-rate-card.ae-rate-featured { color: #fff; background: var(--ae-charcoal); border-color: var(--ae-charcoal); transform: translateY(-14px); }
.ae-rate-card h3 { margin: 0; color: inherit; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.ae-rate-duration { margin: 9px 0 24px; color: var(--ae-pink-dark); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.ae-rate-featured .ae-rate-duration { color: #f3abc8; }
.ae-rate-price { margin: 0 0 22px; font-family: Georgia, serif; font-size: 24px; }
.ae-rate-list { margin: 0; padding: 0; list-style: none; }
.ae-rate-list li { padding: 10px 0; border-top: 1px solid rgba(201,139,159,.28); font-size: 14px; }

.ae-process { counter-reset: process; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 54px; }
.ae-process-item { counter-increment: process; position: relative; padding: 32px 28px; background: #fff; border: 1px solid var(--ae-line); }
.ae-process-item::before { content: "0" counter(process); display: block; margin-bottom: 24px; color: var(--ae-pink); font-family: Georgia, serif; font-size: 36px; }
.ae-process-item h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.ae-process-item p { margin: 0; color: var(--ae-muted); font-size: 14px; }

.ae-form-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(42px, 7vw, 92px); align-items: start; }
.ae-form-card { padding: clamp(28px, 5vw, 56px); background: #fff; border: 1px solid var(--ae-line); box-shadow: var(--ae-shadow); }
.ae-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ae-field { display: flex; flex-direction: column; gap: 8px; }
.ae-field-full { grid-column: 1 / -1; }
.ae-field label { color: var(--ae-ink); font-size: 13px; font-weight: 800; }
.ae-field label > .ae-required { color: var(--ae-pink-dark); }
.ae-field input,
.ae-field select,
.ae-field textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--ae-ink);
  background: #fffafc;
  border: 1px solid #dacbd2;
  border-radius: 0;
  outline: none;
}
.ae-field textarea { min-height: 150px; resize: vertical; }
.ae-field input:focus,
.ae-field select:focus,
.ae-field textarea:focus { border-color: var(--ae-pink); box-shadow: 0 0 0 3px rgba(233,79,139,.12); }
.ae-check { grid-column: 1 / -1; display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: var(--ae-muted); font-size: 13px; }
.ae-check input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--ae-pink); }
.ae-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ae-notice { margin-bottom: 24px; padding: 14px 16px; border-left: 4px solid var(--ae-pink); background: var(--ae-pink-soft); font-weight: 700; }
.ae-contact-card { padding: 34px; color: #fff; background: var(--ae-charcoal); }
.ae-contact-card h3 { color: #fff; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.ae-contact-card a { color: #f2abc6; }
.ae-contact-card dl { margin: 26px 0 0; }
.ae-contact-card dt { margin-top: 18px; color: rgba(255,255,255,.55); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.ae-contact-card dd { margin: 4px 0 0; font-weight: 700; }

.ae-cta-strip { position: relative; overflow: hidden; padding: 70px 0; color: #fff; background: var(--ae-pink); }
.ae-cta-strip::after { content: "AE"; position: absolute; right: 4vw; top: 50%; color: rgba(255,255,255,.09); font-family: Georgia, serif; font-size: 180px; line-height: 1; transform: translateY(-50%); }
.ae-cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ae-cta-strip h2 { margin: 0; color: #fff; font-family: Georgia, serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; line-height: 1.1; }
.ae-cta-strip p { max-width: 630px; margin: 12px 0 0; color: rgba(255,255,255,.8); }

.ae-footer { color: rgba(255,255,255,.74); background: #171417; }
.ae-footer-main { padding: 84px 0 64px; }
.ae-footer-brand { display: grid; grid-template-columns: 1.3fr 3fr; gap: clamp(44px, 7vw, 90px); padding-bottom: 54px; border-bottom: 1px solid rgba(255,255,255,.11); }
.ae-footer-logo .ae-logo-main { color: #fff; font-size: 38px; }
.ae-footer-logo .ae-logo-sub { color: #f2abc6; }
.ae-footer-intro { max-width: 470px; margin: 22px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
.ae-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.ae-footer-column h3 { margin: 0 0 22px; color: #fff; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.ae-footer-column ul { margin: 0; padding: 0; list-style: none; }
.ae-footer-column li + li { margin-top: 10px; }
.ae-footer-column a,
.ae-footer-column li > span { color: rgba(255,255,255,.63); font-size: 14px; }
.ae-footer-column a { transition: color 160ms ease; }
.ae-footer-column a:hover { color: #f2abc6; }
.ae-copyright { padding: 24px 0; text-align: center; border-top: 1px solid rgba(255,255,255,.09); color: rgba(255,255,255,.48); font-size: 12px; }
.ae-copyright a { color: rgba(255,255,255,.74); }
.ae-copyright a:hover { color: #f2abc6; }

.ae-simple-page { padding: 100px 0; }
.ae-simple-page h1 { font-family: Georgia, serif; font-size: 52px; font-weight: 400; }

@media (max-width: 1100px) {
  .ae-header-inner { grid-template-columns: 1fr auto auto; }
  .ae-header-cta { display: none !important; }
  .ae-menu-toggle { display: inline-flex; }
  #ae-primary-nav {
    position: fixed !important;
    top: 116px !important;
    right: 0 !important;
    bottom: auto !important;
    width: min(420px, 90vw) !important;
    height: calc(100dvh - 116px) !important;
    max-height: none !important;
    padding: 28px !important;
    background: #fff !important;
    box-shadow: -20px 30px 60px rgba(25,18,22,.16) !important;
    transform: translateX(105%) !important;
    visibility: hidden !important;
    transition: transform 220ms ease, visibility 220ms ease !important;
    overflow-y: auto !important;
  }
  .admin-bar #ae-primary-nav { top: 148px !important; height: calc(100dvh - 148px) !important; }
  .ae-menu-open #ae-primary-nav { transform: translateX(0) !important; visibility: visible !important; }
  .ae-menu { display: block; }
  .ae-menu > li { border-bottom: 1px solid var(--ae-line); }
  .ae-menu > li > a { padding: 18px 4px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
  .ae-menu > li > a::after { display: none; }
  .ae-profile-grid { grid-template-columns: repeat(2, 1fr); }
  .ae-process { grid-template-columns: repeat(2, 1fr); }
  .ae-footer-brand { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .ae-header { top: 46px; }
  .admin-bar #ae-primary-nav { top: 162px !important; height: calc(100dvh - 162px) !important; }
  .ae-topbar .ae-container { justify-content: center; }
  .ae-topbar span { display: none; }
  .ae-container,
  .ae-hero-inner { width: min(calc(100% - 32px), var(--ae-container)); }
  .ae-header-inner { min-height: 72px; gap: 14px; }
  .ae-logo-main { font-size: 25px; }
  .ae-logo-sub { letter-spacing: .14em; }
  #ae-primary-nav { top: 106px !important; height: calc(100dvh - 106px) !important; }
  .ae-hero,
  .ae-hero-home,
  .ae-hero-compact { min-height: 620px; background-position: 65% center; }
  .ae-hero::before { background: linear-gradient(90deg, rgba(18,14,17,.92), rgba(18,14,17,.54)); }
  .ae-hero::after { inset: 10px; }
  .ae-hero-copy { padding: 74px 0; }
  .ae-hero h1 { font-size: clamp(46px, 15vw, 66px); }
  .ae-section { padding: 78px 0; }
  .ae-intro-grid,
  .ae-form-wrap { grid-template-columns: 1fr; gap: 34px; }
  .ae-intro-grid .ae-section-title { text-align: left; }
  .ae-feature-grid,
  .ae-rate-grid { grid-template-columns: 1fr; }
  .ae-rate-card.ae-rate-featured { transform: none; }
  .ae-form-grid { grid-template-columns: 1fr; }
  .ae-field-full,
  .ae-check { grid-column: auto; }
  .ae-cta-inner { align-items: flex-start; flex-direction: column; }
  .ae-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .ae-topbar { font-size: 11px; }
  .ae-topbar .ae-container { gap: 10px; }
  .ae-logo-main { font-size: 22px; }
  .ae-logo-sub { font-size: 7px; }
  .ae-menu-toggle { width: 44px; height: 44px; }
  .ae-profile-grid,
  .ae-process,
  .ae-footer-grid { grid-template-columns: 1fr; }
  .ae-profile-card { min-height: 500px; }
  .ae-feature,
  .ae-rate-card,
  .ae-form-card { padding: 28px; }
  .ae-footer-main { padding-top: 64px; }
}

/* Global Sections and Contact Form 7 integrations. */
.ae-global-section > p:empty { display: none; }
.wpcf7 form { margin: 0; }
.wpcf7-form-control-wrap { display: block; margin-top: 8px; color: inherit; }
.wpcf7 .ae-field label { display: block; }
.wpcf7 .ae-field input:not([type="checkbox"]):not([type="radio"]),
.wpcf7 .ae-field select,
.wpcf7 .ae-field textarea { width: 100%; margin: 0; }
.wpcf7 .ae-field input[type="file"] { min-height: 54px; padding: 14px; border: 1px dashed var(--ae-rose); background: var(--ae-ivory); font-size: 13px; }
.wpcf7 .ae-option { padding: 15px 18px; border: 1px solid var(--ae-line); background: var(--ae-ivory); }
.wpcf7 .ae-option .wpcf7-list-item { margin: 0; }
.wpcf7 .ae-option label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.wpcf7 .ae-option input { width: 18px; height: 18px; margin: 0; accent-color: var(--ae-pink); }
.wpcf7 .ae-check .wpcf7-form-control-wrap { margin: 0; }
.wpcf7 .ae-check .wpcf7-list-item { margin: 0; }
.wpcf7 .ae-check label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.wpcf7 .ae-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--ae-pink); }
.wpcf7 .ae-file-intro { margin: 0; color: var(--ae-muted); font-size: 13px; line-height: 1.6; }
.wpcf7 .wpcf7-not-valid-tip { display: block; margin-top: 6px; color: #ad2357; font-size: 12px; }
.wpcf7 form .wpcf7-response-output { margin: 22px 0 0; padding: 14px 18px; border: 1px solid var(--ae-pink); background: var(--ae-pink-soft); color: var(--ae-ink); }
.wpcf7 .wpcf7-spinner { margin: 12px; }
.wpcf7 input[type="submit"].ae-button { width: auto; border: 0; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}


/* Info dropdown navigation */
.ae-menu > li { position: relative; }
.ae-menu .sub-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% - 12px);
  left: 50%;
  min-width: 240px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--ae-line);
  box-shadow: 0 20px 50px rgba(37, 25, 31, .14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}
.ae-menu > li:hover > .sub-menu,
.ae-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.ae-menu .sub-menu li { margin: 0; padding: 0; }
.ae-menu .sub-menu a {
  display: block;
  padding: 11px 20px;
  color: #453f44;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}
.ae-menu .sub-menu a:hover,
.ae-menu .sub-menu a:focus {
  color: var(--ae-pink-dark);
  background: var(--ae-pink-soft);
}
.ae-menu > .menu-item-has-children > a { padding-right: 16px; }
.ae-menu > .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
}

@media (max-width: 1100px) {
  .ae-menu .sub-menu {
    position: static;
    min-width: 0;
    margin: -4px 0 10px;
    padding: 0 0 12px 18px;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .ae-menu .sub-menu a {
    padding: 9px 4px;
    color: var(--ae-muted);
    font-size: 15px;
    white-space: normal;
  }
  .ae-menu .sub-menu a:hover,
  .ae-menu .sub-menu a:focus { background: transparent; }
  .ae-menu > .menu-item-has-children > a::before { right: 5px; }
}
