:root {
  --sc-brand-950: #081522;
  --sc-brand-900: #0e2135;
  --sc-brand-700: #173b5e;
  --sc-accent-500: #d7a33d;
  --sc-accent-600: #b98220;
  --sc-text-900: #111827;
  --sc-text-700: #344054;
  --sc-text-500: #667085;
  --sc-bg: #f5f7fa;
  --sc-surface: #ffffff;
  --sc-surface-soft: #eef2f6;
  --sc-border: #d8dee8;
  --sc-success: #067647;
  --sc-warning: #b54708;
  --sc-danger: #b42318;
  --sc-focus: #2563eb;
  --sc-container: 1240px;
  --sc-radius-sm: 8px;
  --sc-radius-md: 12px;
  --sc-radius-lg: 18px;
  --sc-shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06);
  --sc-shadow-md: 0 10px 30px rgba(16, 24, 40, 0.08);
}

.soundcastle-redesign-active {
  color: var(--sc-text-900);
  background: var(--sc-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}

.soundcastle-redesign-active *,
.soundcastle-redesign-active *::before,
.soundcastle-redesign-active *::after {
  box-sizing: border-box;
}

.soundcastle-redesign-active .fusion-header-wrapper,
.soundcastle-redesign-active .fusion-tb-header,
.soundcastle-redesign-active .fusion-footer,
.soundcastle-redesign-active .fusion-tb-footer {
  display: none !important;
}

.soundcastle-redesign-active.page-id-20708 .fusion-header-wrapper,
.soundcastle-redesign-active.page-id-20710 .fusion-header-wrapper,
.soundcastle-redesign-active.page-id-20712 .fusion-header-wrapper,
.soundcastle-redesign-active.page-id-20714 .fusion-header-wrapper,
.soundcastle-redesign-active.page-id-20716 .fusion-header-wrapper {
  display: none !important;
}

.soundcastle-redesign-active a {
  color: var(--sc-brand-700);
}

.soundcastle-redesign-active a:focus-visible,
.soundcastle-redesign-active button:focus-visible,
.soundcastle-redesign-active input:focus-visible,
.soundcastle-redesign-active select:focus-visible,
.soundcastle-redesign-active textarea:focus-visible,
.soundcastle-redesign-active summary:focus-visible {
  outline: 3px solid var(--sc-focus);
  outline-offset: 3px;
}

.sc-container {
  width: min(100% - 64px, var(--sc-container));
  margin-inline: auto;
}

.sc-skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--sc-focus);
  border-radius: var(--sc-radius-sm);
  transform: translateY(-160%);
}

.sc-skip-link:focus {
  color: #fff;
  transform: translateY(0);
}

.sc-site-header {
  position: relative;
  z-index: 999;
  color: var(--sc-text-900);
  background: var(--sc-surface);
  box-shadow: 0 1px 0 var(--sc-border);
}

.sc-topbar {
  min-height: 34px;
  color: #fff;
  background: var(--sc-brand-950);
  font-size: 13px;
}

.sc-topbar__inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sc-topbar nav {
  display: flex;
  gap: 24px;
}

.sc-topbar a {
  color: #fff;
  text-decoration: none;
}

.sc-topbar a:hover {
  text-decoration: underline;
}

.sc-mainbar {
  background: var(--sc-surface);
}

.sc-mainbar__inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto minmax(360px, 1fr) auto;
  align-items: center;
  gap: 34px;
}

.sc-logo {
  display: inline-flex;
  flex-direction: column;
  color: var(--sc-brand-950) !important;
  font-size: 20px;
  font-weight: 800;
  line-height: 0.86;
  letter-spacing: 0.15em;
  text-decoration: none;
}

.sc-logo span:last-child {
  color: var(--sc-accent-600);
}

.sc-product-search {
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
  min-height: 48px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-sm);
  background: var(--sc-bg);
}

.sc-product-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  color: var(--sc-text-900);
  border: 0;
  background: transparent;
  font: inherit;
}

.sc-product-search button {
  min-width: 80px;
  padding-inline: 18px;
  color: #fff;
  border: 0;
  background: var(--sc-brand-900);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.sc-account-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.sc-account-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 7px;
  color: var(--sc-text-700);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.sc-cart-count {
  display: inline-grid;
  min-width: 22px;
  height: 22px;
  place-items: center;
  padding-inline: 5px;
  color: var(--sc-brand-950);
  border-radius: 999px;
  background: var(--sc-accent-500);
  font-size: 12px;
  line-height: 1;
}

.sc-category-nav {
  border-top: 1px solid var(--sc-border);
  background: var(--sc-surface);
}

.sc-category-nav .sc-container {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 38px);
}

.sc-category-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--sc-text-700);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.sc-category-nav a:hover {
  color: var(--sc-accent-600);
}

.sc-mobile-menu {
  display: none;
}

.sc-site-footer {
  color: rgba(255, 255, 255, 0.82);
  background: var(--sc-brand-950);
}

.sc-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr repeat(3, 1fr);
  gap: 56px;
  padding-block: 72px 64px;
}

.sc-footer-grid h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.sc-footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sc-footer-grid a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  text-decoration: none;
}

.sc-footer-grid a:hover {
  color: #fff;
  text-decoration: underline;
}

.sc-logo--footer {
  margin-bottom: 22px;
  color: #fff !important;
  font-size: 23px;
}

.sc-footer-brand > p {
  max-width: 320px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.sc-footer-company {
  font-size: 13px !important;
  line-height: 1.8;
}

.sc-footer-bottom {
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.sc-home,
.sc-service-page {
  color: var(--sc-text-900);
  background: var(--sc-surface);
}

.sc-hero {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(215, 163, 61, 0.17), transparent 34%),
    linear-gradient(135deg, var(--sc-brand-950), var(--sc-brand-700));
}

.sc-hero__grid {
  display: grid;
  min-height: 500px;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 70px;
  padding-block: 74px;
}

.sc-eyebrow {
  margin: 0 0 12px;
  color: var(--sc-accent-600);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.sc-hero .sc-eyebrow,
.sc-section--brand .sc-eyebrow,
.sc-service-hero .sc-eyebrow,
.sc-cta-panel .sc-eyebrow {
  color: var(--sc-accent-500);
}

.sc-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.18;
  letter-spacing: -0.025em;
}

/* Avada's heading palette can override the dark-section colors. */
.soundcastle-redesign-active .sc-hero h1,
.soundcastle-redesign-active .sc-service-hero h1,
.soundcastle-redesign-active .sc-cta-panel h2,
.soundcastle-redesign-active .sc-section--brand h2 {
  color: #fff !important;
}

/* The custom home hero already supplies the page introduction. */
.soundcastle-redesign-active.home .fusion-page-title-bar {
  display: none !important;
}

.soundcastle-redesign-active.home #main {
  padding-top: 0;
}

.sc-hero__lead {
  max-width: 660px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.85;
}

.sc-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.sc-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--sc-radius-sm);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.sc-button:hover {
  transform: translateY(-1px);
}

.sc-button--gold {
  color: var(--sc-brand-950) !important;
  background: var(--sc-accent-500);
}

.sc-button--gold:hover {
  background: #e6b650;
}

.sc-button--on-dark {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.46);
  background: transparent;
}

.sc-button--on-dark:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.sc-button--secondary {
  color: var(--sc-brand-900) !important;
  border-color: var(--sc-brand-900);
  background: #fff;
}

.sc-button--secondary:hover {
  color: #fff !important;
  background: var(--sc-brand-900);
}

.sc-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.sc-hero__chips li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px;
}

.sc-hero__visual {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: var(--sc-radius-lg);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.2);
}

.sc-hero__visual div {
  display: flex;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--sc-radius-md);
  background: rgba(255, 255, 255, 0.07);
}

.sc-hero__visual span {
  color: var(--sc-accent-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.sc-hero__visual strong {
  margin-top: 4px;
  color: #fff;
  font-size: 21px;
}

.sc-section {
  padding-block: 96px;
  background: var(--sc-surface);
}

.sc-section--soft {
  background: var(--sc-bg);
}

.sc-section--brand {
  color: #fff;
  background: var(--sc-brand-900);
}

.sc-section--compact {
  padding-block: 72px;
}

.sc-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.sc-section-heading h2,
.sc-faq h2 {
  margin: 0;
  color: var(--sc-text-900);
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.35;
}

.sc-section-heading > a {
  color: var(--sc-brand-700);
  font-weight: 700;
  text-decoration: none;
}

.sc-section-heading > a::after {
  content: " →";
}

.sc-section-heading--light h2 {
  color: #fff;
}

.sc-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sc-category-card {
  position: relative;
  min-height: 170px;
  padding: 24px;
  color: var(--sc-text-900) !important;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
  background: #fff;
  box-shadow: var(--sc-shadow-sm);
  text-decoration: none;
}

.sc-category-card > span {
  position: absolute;
  top: 18px;
  right: 20px;
  color: var(--sc-accent-600);
  font-size: 24px;
}

.sc-category-card h3 {
  max-width: 80%;
  margin: 48px 0 7px;
  color: var(--sc-text-900);
  font-size: 18px;
  line-height: 1.45;
}

.sc-category-card p {
  margin: 0;
  color: var(--sc-text-500);
  font-size: 13px;
}

.sc-category-card:hover {
  border-color: var(--sc-accent-500);
  box-shadow: var(--sc-shadow-md);
}

.sc-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sc-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
  background: #fff;
  box-shadow: var(--sc-shadow-sm);
}

.sc-product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 1 / 1;
  place-items: center;
  padding: 18px;
  background: var(--sc-surface-soft);
}

.sc-product-card__media a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.sc-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-status-badge {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--sc-brand-700);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.sc-status-badge.is-stock { background: var(--sc-success); }
.sc-status-badge.is-order { background: var(--sc-warning); }
.sc-status-badge.is-out { background: var(--sc-text-500); }
.sc-status-badge.is-digital { background: var(--sc-brand-700); }

.sc-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.sc-product-card__category {
  margin: 0 0 6px;
  color: var(--sc-text-500);
  font-size: 12px;
}

.sc-product-card h3 {
  display: -webkit-box;
  min-height: 4.5em;
  overflow: hidden;
  margin: 0 0 14px;
  color: var(--sc-text-900);
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.sc-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.sc-product-card .sc-price {
  margin: auto 0 16px;
  color: var(--sc-text-900);
  font-size: 20px;
  font-weight: 800;
}

.sc-product-card .sc-button {
  width: 100%;
}

.sc-contact-price {
  color: var(--sc-brand-700);
  font-size: 15px;
  font-weight: 800;
}

.sc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.sc-service-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  color: var(--sc-text-900) !important;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-lg);
  background: #fff;
  text-decoration: none;
}

.sc-service-card > span {
  color: var(--sc-accent-600);
  font-size: 13px;
  font-weight: 800;
}

.sc-service-card h3 {
  margin: 36px 0 12px;
  color: var(--sc-text-900);
  font-size: 22px;
  line-height: 1.45;
}

.sc-service-card p,
.sc-service-card li {
  color: var(--sc-text-700);
  font-size: 14px;
}

.sc-service-card ul {
  margin: 12px 0 26px;
  padding-left: 20px;
}

.sc-service-card strong {
  margin-top: auto;
  color: var(--sc-brand-700);
}

.sc-service-card:hover {
  border-color: var(--sc-accent-500);
  box-shadow: var(--sc-shadow-md);
}

.sc-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.sc-purpose-grid a {
  display: flex;
  min-height: 92px;
  align-items: center;
  padding: 20px 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--sc-radius-md);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 700;
  text-decoration: none;
}

.sc-purpose-grid a::after {
  margin-left: auto;
  color: var(--sc-accent-500);
  content: "→";
}

.sc-purpose-grid a:hover {
  border-color: var(--sc-accent-500);
  background: rgba(255, 255, 255, 0.1);
}

.sc-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-flow li {
  position: relative;
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--sc-border);
  background: #fff;
}

.sc-section--brand .sc-flow li {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.sc-flow li:first-child { border-radius: var(--sc-radius-md) 0 0 var(--sc-radius-md); }
.sc-flow li:last-child { border-radius: 0 var(--sc-radius-md) var(--sc-radius-md) 0; }
.sc-flow li + li { border-left: 0; }

.sc-flow span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--sc-brand-950);
  border-radius: 50%;
  background: var(--sc-accent-500);
  font-weight: 800;
}

.sc-flow strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sc-text-900);
  font-size: 16px;
}

.sc-flow p {
  margin: 0;
  color: var(--sc-text-500);
  font-size: 13px;
}

.sc-section--brand .sc-flow strong { color: #fff; }
.sc-section--brand .sc-flow p { color: rgba(255, 255, 255, 0.72); }

.sc-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 54px;
  color: #fff;
  border-radius: var(--sc-radius-lg);
  background: var(--sc-brand-950);
}

.sc-cta-panel h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.4;
}

.sc-cta-panel p:not(.sc-eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.sc-faq {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.sc-faq details {
  border-top: 1px solid var(--sc-border);
}

.sc-faq details:last-child {
  border-bottom: 1px solid var(--sc-border);
}

.sc-faq summary {
  min-height: 68px;
  padding: 20px 44px 20px 0;
  color: var(--sc-text-900);
  font-weight: 700;
  cursor: pointer;
}

.sc-faq details p {
  margin: 0;
  padding: 0 0 22px;
  color: var(--sc-text-700);
}

.sc-service-hero {
  padding-block: 92px;
  color: #fff;
  background: linear-gradient(135deg, var(--sc-brand-950), var(--sc-brand-700));
}

.sc-service-hero h1 {
  max-width: 880px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.25;
}

.sc-service-hero p:not(.sc-eyebrow) {
  max-width: 780px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.sc-need-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.sc-card {
  min-height: 140px;
  padding: 24px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
  background: #fff;
}

.sc-card span {
  color: var(--sc-success);
  font-weight: 900;
}

.sc-card p {
  margin: 22px 0 0;
  color: var(--sc-text-900);
  font-weight: 700;
}

.sc-item-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sc-item-grid li {
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-sm);
  background: #fff;
  font-weight: 700;
}

.sc-item-grid li::before {
  margin-right: 10px;
  color: var(--sc-accent-600);
  content: "＋";
}

.sc-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
}

.sc-price-table {
  width: 100%;
  min-width: 680px;
  border: 0;
  border-collapse: collapse;
  background: #fff;
}

.sc-price-table th,
.sc-price-table td {
  padding: 20px 22px;
  border: 0;
  border-bottom: 1px solid var(--sc-border);
  text-align: left;
}

.sc-price-table th {
  color: #fff;
  background: var(--sc-brand-900);
  font-size: 14px;
}

.sc-price-table tr:last-child td {
  border-bottom: 0;
}

.sc-price-table strong {
  color: var(--sc-brand-900);
  font-size: 18px;
}

.sc-note {
  margin: 18px 0 0;
  color: var(--sc-text-500);
  font-size: 13px;
}

.sc-quote-box {
  padding: 34px;
  border: 1px solid var(--sc-border);
  border-left: 5px solid var(--sc-accent-500);
  border-radius: var(--sc-radius-md);
  background: #fff;
}

.sc-quote-box strong {
  color: var(--sc-brand-900);
  font-size: 28px;
}

.sc-quote-box p {
  margin: 8px 0 0;
  color: var(--sc-text-700);
}

.sc-legal-page,
.sc-contact-page {
  width: min(100% - 64px, 1040px);
  margin-inline: auto;
  padding-block: 76px 96px;
}

.sc-legal-page > h1,
.sc-contact-hero h1 {
  margin: 0 0 22px;
  color: var(--sc-text-900);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.3;
}

.sc-legal-lead,
.sc-contact-hero > p:last-child {
  max-width: 820px;
  margin: 0;
  color: var(--sc-text-700);
  font-size: 17px;
}

.sc-legal-page section {
  padding-block: 30px;
  border-bottom: 1px solid var(--sc-border);
}

.sc-legal-page section:last-child {
  border-bottom: 0;
}

.sc-legal-page h2 {
  margin: 0 0 12px;
  color: var(--sc-text-900);
  font-size: 22px;
  line-height: 1.45;
}

.sc-legal-page p,
.sc-legal-page li {
  color: var(--sc-text-700);
}

.sc-legal-page ul {
  margin: 0;
  padding-left: 1.4em;
}

.sc-legal-table {
  width: 100%;
  min-width: 720px;
  border: 0;
  border-collapse: collapse;
  background: #fff;
}

.sc-legal-table th,
.sc-legal-table td {
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid var(--sc-border);
  text-align: left;
  vertical-align: top;
}

.sc-legal-table th {
  width: 30%;
  color: var(--sc-text-900);
  background: var(--sc-surface-soft);
  font-weight: 800;
}

.sc-contact-hero {
  margin-bottom: 48px;
}

.sc-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
  gap: 52px;
  align-items: start;
}

.sc-contact-layout aside {
  padding: 28px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
  background: var(--sc-surface-soft);
}

.sc-contact-layout h2 {
  margin: 0 0 16px;
  color: var(--sc-text-900);
  font-size: 24px;
}

.sc-contact-layout aside ul {
  margin: 0 0 24px;
  padding-left: 1.3em;
}

.sc-contact-layout aside p {
  color: var(--sc-text-700);
  font-size: 14px;
}

.sc-contact-layout > section {
  min-width: 0;
}

.sc-contact-layout > section > p {
  margin: 0 0 24px;
  color: var(--sc-text-700);
}

.sc-contact-page .wpforms-container input,
.sc-contact-page .wpforms-container select,
.sc-contact-page .wpforms-container textarea {
  min-height: 48px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-sm);
  font-size: 16px;
}

.sc-contact-page .wpforms-container label {
  color: var(--sc-text-700);
  font-weight: 800;
}

.sc-shop-intro {
  margin: 0 0 34px;
}

.sc-shop-banner {
  padding-block: 62px;
  border-bottom: 1px solid var(--sc-border);
  background: var(--sc-surface-soft);
}

.sc-shop-banner h1 {
  margin: 0 0 10px;
  color: var(--sc-text-900);
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.3;
}

.sc-shop-banner > .sc-container > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--sc-text-700);
}

.sc-shop-intro h1 {
  margin: 0 0 10px;
  color: var(--sc-text-900);
  font-size: clamp(32px, 4vw, 44px);
}

.sc-shop-intro > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--sc-text-700);
}

.soundcastle-redesign-active .fusion-countdown,
.soundcastle-redesign-active .fusion-builder-row-inner:has(.fusion-countdown),
.soundcastle-redesign-active .fusion-checklist:has(+ .fusion-countdown) {
  display: none !important;
}

.soundcastle-redesign-active .woocommerce .products,
.soundcastle-redesign-active .products {
  gap: 18px;
}

.soundcastle-redesign-active .products li.product,
.soundcastle-redesign-active .product-grid-view .product,
.soundcastle-redesign-active .fusion-grid-list-view .product {
  overflow: hidden;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
  background: #fff;
  box-shadow: var(--sc-shadow-sm);
}

.soundcastle-redesign-active .products li.product img,
.soundcastle-redesign-active .product-grid-view .product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: var(--sc-surface-soft);
}

.soundcastle-redesign-active .products li.product h2,
.soundcastle-redesign-active .products li.product h3,
.soundcastle-redesign-active .products li.product h4 {
  color: var(--sc-text-900);
  line-height: 1.5;
}

.soundcastle-redesign-active .products .price,
.soundcastle-redesign-active .summary .price {
  color: var(--sc-text-900);
  font-weight: 800;
}

.soundcastle-redesign-active .button,
.soundcastle-redesign-active .fusion-button,
.soundcastle-redesign-active .woocommerce button.button,
.soundcastle-redesign-active .woocommerce a.button,
.soundcastle-redesign-active .woocommerce input.button {
  min-height: 48px;
  padding: 13px 20px;
  color: #fff;
  border: 1px solid var(--sc-brand-900);
  border-radius: var(--sc-radius-sm);
  background: var(--sc-brand-900);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.soundcastle-redesign-active .button:hover,
.soundcastle-redesign-active .fusion-button:hover,
.soundcastle-redesign-active .woocommerce button.button:hover,
.soundcastle-redesign-active .woocommerce a.button:hover {
  color: #fff;
  border-color: var(--sc-brand-700);
  background: var(--sc-brand-700);
}

.soundcastle-redesign-active .single-product .product .summary h1 {
  color: var(--sc-text-900);
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.3;
}

.soundcastle-redesign-active .single-product .woocommerce-product-gallery,
.soundcastle-redesign-active .single-product .avada-product-gallery {
  padding: 20px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-md);
  background: var(--sc-surface-soft);
}

.soundcastle-redesign-active .single-product .woocommerce-product-gallery img {
  object-fit: contain;
}

.soundcastle-redesign-active .single-product .product_meta {
  color: var(--sc-text-500);
  font-size: 13px;
}

.soundcastle-redesign-active .single-product .sku_wrapper:empty,
.soundcastle-redesign-active .single-product .sku_wrapper .sku:empty {
  display: none;
}

.soundcastle-redesign-active .woocommerce-cart .fusion-row,
.soundcastle-redesign-active .woocommerce-checkout .fusion-row,
.soundcastle-redesign-active .woocommerce-account .fusion-row {
  width: min(100% - 36px, 1080px);
  margin-inline: auto;
}

/* Avada's demo checkout banner contains placeholder shop details. */
.soundcastle-redesign-active.woocommerce-checkout .avada-myaccount-user-column:nth-child(1),
.soundcastle-redesign-active.woocommerce-checkout .avada-myaccount-user-column:nth-child(2),
.soundcastle-redesign-active.woocommerce-checkout .avada-myaccount-user-column:nth-child(3) {
  display: none !important;
}

.soundcastle-redesign-active .woocommerce form .form-row label {
  display: block;
  margin-bottom: 6px;
  color: var(--sc-text-700);
  font-weight: 700;
}

.soundcastle-redesign-active .woocommerce form input.input-text,
.soundcastle-redesign-active .woocommerce form textarea,
.soundcastle-redesign-active .woocommerce form select,
.soundcastle-redesign-active .select2-container .select2-selection {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--sc-border);
  border-radius: var(--sc-radius-sm);
  background: #fff;
  font-size: 16px;
}

.soundcastle-redesign-active .woocommerce-error,
.soundcastle-redesign-active .woocommerce-info,
.soundcastle-redesign-active .woocommerce-message,
.sc-notice {
  padding: 16px 18px;
  border: 1px solid var(--sc-border);
  border-left: 4px solid var(--sc-brand-700);
  border-radius: var(--sc-radius-sm);
  background: #fff;
}

@media (max-width: 1100px) {
  .sc-mainbar__inner {
    grid-template-columns: auto minmax(280px, 1fr) auto;
    gap: 22px;
  }

  .sc-category-nav .sc-container {
    justify-content: flex-start;
    overflow-x: auto;
  }

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

  .sc-footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }

  .sc-footer-grid nav:last-child {
    grid-column: 2 / 4;
  }
}

@media (max-width: 820px) {
  .sc-container {
    width: min(100% - 48px, var(--sc-container));
  }

  .sc-topbar,
  .sc-category-nav {
    display: none;
  }

  .sc-mainbar__inner {
    min-height: 64px;
    grid-template-columns: 44px 1fr auto;
    gap: 10px;
    padding-block: 8px;
  }

  .sc-mobile-menu {
    position: relative;
    display: block;
  }

  .sc-mobile-menu summary {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--sc-border);
    border-radius: var(--sc-radius-sm);
    cursor: pointer;
    list-style: none;
  }

  .sc-mobile-menu summary::-webkit-details-marker {
    display: none;
  }

  .sc-mobile-menu nav {
    position: absolute;
    z-index: 1000;
    top: 52px;
    left: 0;
    display: flex;
    width: min(86vw, 340px);
    flex-direction: column;
    padding: 12px;
    border: 1px solid var(--sc-border);
    border-radius: var(--sc-radius-md);
    background: #fff;
    box-shadow: var(--sc-shadow-md);
  }

  .sc-mobile-menu nav a {
    min-height: 48px;
    padding: 12px;
    color: var(--sc-text-900);
    border-bottom: 1px solid var(--sc-border);
    text-decoration: none;
  }

  .sc-mobile-menu nav a:last-child {
    border-bottom: 0;
  }

  .sc-product-search {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }

  .sc-account-links a:first-child {
    display: none;
  }

  .sc-account-links a:last-child > span:nth-child(2) {
    display: none;
  }

  .sc-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-block: 64px;
  }

  .sc-hero__visual {
    grid-template-columns: repeat(3, 1fr);
  }

  .sc-hero__visual div {
    min-height: 110px;
    padding: 16px;
  }

  .sc-hero__visual strong {
    font-size: 16px;
  }

  .sc-section {
    padding-block: 72px;
  }

  .sc-category-grid,
  .sc-product-grid,
  .sc-need-grid,
  .sc-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-service-grid {
    grid-template-columns: 1fr;
  }

  .sc-service-card {
    min-height: auto;
  }

  .sc-purpose-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sc-flow li,
  .sc-flow li:first-child,
  .sc-flow li:last-child {
    border: 1px solid var(--sc-border);
    border-radius: var(--sc-radius-md);
  }

  .sc-section--brand .sc-flow li {
    border-color: rgba(255, 255, 255, 0.16);
  }

  .sc-cta-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px;
  }

  .sc-faq {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sc-contact-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sc-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .sc-footer-brand {
    grid-column: 1 / -1;
  }

  .sc-footer-grid nav:last-child {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .sc-container {
    width: calc(100% - 36px);
  }

  .sc-legal-page,
  .sc-contact-page {
    width: calc(100% - 36px);
    padding-block: 56px 72px;
  }

  .sc-logo {
    font-size: 17px;
  }

  .sc-product-search button {
    min-width: 68px;
    padding-inline: 12px;
  }

  .sc-hero h1 br {
    display: none;
  }

  .sc-hero__lead {
    font-size: 16px;
  }

  .sc-hero__visual {
    grid-template-columns: 1fr;
  }

  .sc-hero__visual div {
    min-height: 84px;
  }

  .sc-section {
    padding-block: 56px;
  }

  .sc-section-heading {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .sc-category-grid,
  .sc-product-grid,
  .sc-need-grid,
  .sc-item-grid,
  .sc-purpose-grid,
  .sc-flow,
  .sc-footer-grid {
    grid-template-columns: 1fr;
  }

  .sc-category-card {
    min-height: 140px;
  }

  .sc-product-card h3 {
    min-height: auto;
  }

  .sc-purpose-grid a {
    min-height: 70px;
  }

  .sc-flow li {
    min-height: 150px;
  }

  .sc-cta-panel {
    padding: 30px 24px;
  }

  .sc-cta-panel .sc-button-row,
  .sc-cta-panel .sc-button {
    width: 100%;
  }

  .sc-footer-brand,
  .sc-footer-grid nav:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .soundcastle-redesign-active *,
  .soundcastle-redesign-active *::before,
  .soundcastle-redesign-active *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
