/*
Theme Name: Signal Studio Theme
Theme URI: https://example.com/signal-studio-theme
Author: Starbrand Company
Author URI: https://example.com
Description: WordPress theme build of the Signal Studio design with native templates, dynamic menu/logo support, and preserved front-end interactions.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: signal-studio
*/

/* Core WordPress compatibility helpers layered on top of the main design stylesheet. */
.offcanvas .menu,
.offcanvas .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas .menu {
  margin-top: 90px;
  display: grid;
  gap: 14px;
}

.offcanvas .menu li {
  margin: 0;
}

.signal-wordmark-logo {
  max-height: 34px;
  width: auto;
  object-fit: contain;
}

.custom-logo {
  max-height: 34px;
  width: auto;
  object-fit: contain;
}

.page-template-default .inner-page-hero {
  padding-top: 150px;
  padding-bottom: 6rem;
  background: #eae9e8;
}

.page-template-default .inner-page-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 6rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.page-template-default .inner-page-content {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

.signal-page-content {
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.65;
}

.signal-page-content > *:first-child {
  margin-top: 0;
}

.signal-page-content > *:last-child {
  margin-bottom: 0;
}
