/* Offline OceanWP + Elementor theme — synthesized from prestigeaudio mirror */
:root {
  --pa-accent: #d89e2f;
  --pa-header: #1b1b1b;
  --pa-body: #f0f0f0;
  --pa-btn: #a594fd;
  --pa-text: #ffffff;
  --pa-dark: #101010;
  --pa-container: 1400px;
  --pa-font: "Roboto Flex", "Roboto", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--pa-text);
  font: 14px/1.6 var(--pa-font);
  background: var(--pa-body);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s; }
a:hover { color: var(--pa-accent); }
h1, h2, h3, h4, h5, h6, p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
.clr::after { content: ""; display: table; clear: both; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.container {
  width: min(100% - 32px, var(--pa-container));
  margin: 0 auto;
}

/* Header */
#site-header {
  position: relative;
  z-index: 100;
  background: var(--pa-header);
  border-bottom: 1px solid #bababa;
}
#site-header.transparent-header { background: var(--pa-header); }
#site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--pa-container);
  margin: 0 auto;
  padding: 0 150px;
  min-height: 88px;
}
#site-logo, #site-logo-inner, .custom-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.custom-logo-link::before {
  content: "Prestige Audio";
  color: var(--pa-text);
  font: 600 20px/1 var(--pa-font);
  letter-spacing: .04em;
  text-transform: uppercase;
}
#site-navigation-wrap { flex: 1; display: flex; justify-content: flex-end; }
#site-navigation { width: 100%; }
.main-menu.dropdown-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.main-menu > li { position: relative; }
.main-menu > li > a.menu-link,
.search-toggle-li > a {
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  min-height: 88px;
  color: var(--pa-text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.main-menu > li > a.menu-link:hover,
.search-toggle-li > a:hover { color: var(--pa-accent); }
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid var(--pa-accent);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
  z-index: 200;
}
.main-menu li:hover > .sub-menu,
.main-menu li:focus-within > .sub-menu { display: block; }
.main-menu .sub-menu .sub-menu { top: 0; left: 100%; }
.main-menu .sub-menu a.menu-link,
.main-menu .sub-menu a {
  display: block;
  padding: 12px 18px;
  color: #0a0202;
  font-size: 16px;
  line-height: 1.4;
  text-transform: none;
  min-height: 0;
}
.main-menu .sub-menu a:hover { color: var(--pa-accent); background: #fafafa; }
.nav-arrow { margin-left: 6px; font-style: normal; opacity: .8; }
.fa-angle-down::before { content: "▾"; }
.fa-angle-right::before { content: "›"; }
.fa-angle-up::before { content: "▴"; }
.icon-magnifier::before { content: "⌕"; font-size: 18px; }
.icon-close::before { content: "×"; font-size: 20px; }
.fas.fa-caret-down::before,
.fas.fa-caret-right::before { content: "▾"; }

/* Mobile menu icon */
.oceanwp-mobile-menu-icon { display: none; }
.hamburger {
  width: 28px; height: 22px; display: inline-block; position: relative;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute; width: 100%; height: 3px; background: #fff; border-radius: 2px;
}
.hamburger-inner { top: 50%; transform: translateY(-50%); }
.hamburger-inner::before { content: ""; top: -8px; left: 0; }
.hamburger-inner::after { content: ""; top: 8px; left: 0; }

/* Search */
.header-searchform-wrap {
  display: none;
  position: absolute;
  inset: 0;
  background: var(--pa-header);
  align-items: center;
  padding: 0 150px;
}
#site-header.search-active .header-searchform-wrap { display: flex; }
.header-searchform { width: 100%; }
.header-searchform input[type="search"] {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid #444;
  border-radius: 4px;
  background: #2a2a2a;
  color: #fff;
  font-size: 16px;
}
#searchform-header-replace-close {
  position: absolute;
  right: 150px;
  color: #fff;
  cursor: pointer;
}

/* Main */
.site-main, #main { background: var(--pa-body); color: #111; }
.elementor-invisible { opacity: 1 !important; visibility: visible !important; }

/* Elementor layout */
.elementor { width: 100%; }
.e-con { display: flex; flex-wrap: wrap; width: 100%; }
.e-flex { display: flex; }
.e-con-boxed > .e-con-inner {
  width: min(100% - 32px, var(--pa-container));
  margin: 0 auto;
}
.e-con-inner { width: 100%; display: flex; flex-wrap: wrap; gap: 24px; }
.e-con-full { width: 100%; }
.e-con.e-parent { padding: 48px 24px; }
.e-con.e-child { flex: 1 1 240px; min-width: 0; }

.elementor-widget-container { width: 100%; }
.elementor-heading-title {
  margin: 0 0 .6em;
  color: #111;
  font-weight: 700;
  line-height: 1.2;
}
.elementor-widget-text-editor p {
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

/* Dual header */
.eael-dual-header { text-align: center; padding: 56px 24px 40px; }
.eael-dual-header .subtext {
  display: block;
  margin-bottom: 10px;
  color: var(--pa-accent);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eael-dual-header .title {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 700;
  line-height: 1.05;
}
.eael-dual-header .lead.solid-color { color: var(--pa-accent); }

/* Homepage brand grid */
.elementor-6 .elementor-element-80b43b3 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: min(100% - 48px, 1100px);
  margin: 0 auto;
  padding: 24px 0 64px;
}
.elementor-6 .elementor-widget-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 32px;
  border-radius: 12px;
  background: linear-gradient(145deg, #2a2a2a, #1b1b1b);
  border: 1px solid #3a3a3a;
  color: #fff;
  font: 600 22px/1.2 var(--pa-font);
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
  transition: transform .2s, border-color .2s, color .2s;
}
.elementor-6 .elementor-widget-image a:hover {
  transform: translateY(-4px);
  border-color: var(--pa-accent);
  color: var(--pa-accent);
}
.elementor-6 .elementor-element-5d5075b a::after { content: "Dyrholm Audio"; }
.elementor-6 .elementor-element-1ffb345 a::after { content: "Zikra Audio"; }
.elementor-6 .elementor-element-ef3a636 a::after { content: "Lampizator"; }
.elementor-6 .elementor-element-41064de a::after { content: "Graphite Audio"; }

/* Image boxes */
.elementor-image-box-wrapper { text-align: center; }
.elementor-image-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #e8e8e8;
}
.elementor-image-box-img a,
.elementor-image-box-img span {
  display: block;
  width: 100%;
  min-height: 140px;
}
.elementor-image-box-title {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.elementor-image-box-title a:hover { color: var(--pa-accent); }

/* Toggle */
.elementor-toggle .elementor-tab-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid #d5d8dc;
  color: #111;
  font-weight: 700;
  cursor: pointer;
}
.elementor-toggle .elementor-tab-content {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #d5d8dc;
  color: #333;
}

/* Footer */
.site-footer, #footer {
  background: var(--pa-header);
  color: var(--pa-text);
}
#footer-widgets {
  padding: 30px 150px;
}
.footer-widgets-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
.footer-box p { margin: 0 0 .75em; line-height: 1.7; }
.footer-box a { color: var(--pa-text); }
.footer-box a:hover { color: var(--pa-accent); }
#footer-bottom {
  border-top: 1px solid #333;
  padding: 18px 150px;
  color: #bbb;
  font-size: 13px;
}

/* Mobile fullscreen menu */
#mobile-fullscreen {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .96);
  z-index: 9999;
  overflow-y: auto;
}
#mobile-fullscreen:target { display: block; }
#mobile-fullscreen-inner { padding: 80px 24px 40px; }
#mobile-fullscreen .close {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
}
.fs-dropdown-menu > li > a {
  display: block;
  padding: 14px 0;
  color: #fff;
  font-size: 24px;
  border-bottom: 1px solid #333;
}
.fs-dropdown-menu .sub-menu { padding-left: 18px; }
.fs-dropdown-menu .sub-menu a { font-size: 18px; }

/* Scroll top */
#scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pa-accent);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
  z-index: 90;
}

/* Buttons */
.theme-button, .button, button, input[type="submit"] {
  display: inline-block;
  padding: 12px 22px;
  border: 0;
  border-radius: 3px;
  background: var(--pa-btn);
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.theme-button:hover, .button:hover, button:hover, input[type="submit"]:hover {
  background: var(--pa-dark);
}

@media (max-width: 1024px) {
  #site-header-inner, #footer-widgets, #footer-bottom,
  .header-searchform-wrap { padding-left: 70px; padding-right: 70px; }
  #searchform-header-replace-close { right: 70px; }
  .footer-widgets-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  #site-navigation-wrap { display: none; }
  .oceanwp-mobile-menu-icon { display: block; }
  .elementor-6 .elementor-element-80b43b3 { grid-template-columns: 1fr; }
  .e-con.e-parent { padding: 32px 16px; }
}

@media (max-width: 480px) {
  #site-header-inner, #footer-widgets, #footer-bottom,
  .header-searchform-wrap { padding-left: 16px; padding-right: 16px; }
  #searchform-header-replace-close { right: 16px; }
  .footer-widgets-inner { grid-template-columns: 1fr; }
}
