/*
 Theme Name:  Shopwerks Child
 Theme URI:   https://shopwerks.net
 Description: Child theme to host the full-width Shopwerks landing page
 Author:      Shopwerks
 Version:     1.1
 Template:    twentytwentyfive
*/

/* === GLOBAL FOR LANDING TEMPLATE ONLY ================================ */

body.page-template-page-shopwerks-landing {
  background-color: #050712; /* deep hacker-night background */
  color: #f5f7ff;
  overflow-x: hidden; /* kill any sideways scroll */
}

/* Remove parent theme width limits for this template */
body.page-template-page-shopwerks-landing .site,
body.page-template-page-shopwerks-landing .site-content,
body.page-template-page-shopwerks-landing .content-area,
body.page-template-page-shopwerks-landing main,
body.page-template-page-shopwerks-landing .container,
body.page-template-page-shopwerks-landing .wrap,
body.page-template-page-shopwerks-landing .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove default page header spacing/title on landing */
body.page-template-page-shopwerks-landing .entry-header,
body.page-template-page-shopwerks-landing .page-header {
  margin: 0;
  padding: 0;
  border: 0;
}

body.page-template-page-shopwerks-landing .entry-title {
  display: none;
}

/* Wrapper from our custom template */
.sw-landing-main {
  margin: 0;
  padding: 0;
}

/* Main landing section: centered, no weird vw shifts */
#shopwerks-landing.sw-page {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  box-sizing: border-box;
}

