/*
Theme Name: Lazvly Blocksy Child
Theme URI: https://lazvly.com/
Description: Lazvly brand system, launch pages, blog shell, and commerce-ready Blocksy child theme.
Author: Lazvly
Author URI: https://lazvly.com/
Template: blocksy
Version: 0.6.7
Text Domain: lazvly
*/

:root {
  --lazvly-orange: #ff6933;
  --lazvly-blue: #2459a9;
  --lazvly-ink: #1b1a18;
  --lazvly-paper: #f3f2f2;
}

.lz-product {
  --lz-orange: #ff6933;
  --lz-ink: #1b1a18;
  --lz-paper: #f3f2f2;
  --lz-text: #363430;
  margin: 0;
  background: var(--lz-paper);
  color: var(--lz-text);
}

body.lazvly-product-page #main,
body.lazvly-product-page #main-container,
body.lazvly-product-page .ct-container-full,
body.lazvly-product-page article,
body.lazvly-product-page .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.lazvly-product-page #main > .hero-section,
body.lazvly-product-page .entry-header {
  display: none !important;
}

body.lazvly-product-page .entry-content > * {
  max-width: none;
  margin-block: 0;
}

.lz-product h1,
.lz-product h2,
.lz-product h3,
.editor-styles-wrapper .lz-product h1,
.editor-styles-wrapper .lz-product h2,
.editor-styles-wrapper .lz-product h3 {
  margin-top: 0;
  color: inherit;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lz-product h1 {
  max-width: 10ch;
  margin-bottom: 1.35rem;
  color: var(--lz-paper);
  font-size: clamp(3.6rem, 7.4vw, 7.6rem);
  line-height: .82;
}

.lz-product h2 {
  max-width: 17ch;
  margin-bottom: 1.4rem;
  font-size: clamp(2.7rem, 5.2vw, 5.8rem);
  line-height: .88;
}

.lz-product h3 {
  margin-bottom: .75rem;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  line-height: .96;
}

.lz-product p {
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.6;
}

.lz-product-hero {
  padding: clamp(7rem, 14vh, 10rem) clamp(1.25rem, 5vw, 5rem) 4rem;
}

.lz-product-hero .wp-block-cover__background {
  background: linear-gradient(90deg, rgba(19, 19, 19, .74), rgba(19, 19, 19, .12) 72%) !important;
  opacity: 1 !important;
}

.lz-product-hero__copy {
  width: min(100%, 90rem);
  margin: 0 auto;
}

.lz-product-hero__copy > * {
  margin-left: 0 !important;
}

.lz-product-eyebrow {
  margin: 0 0 1.35rem;
  color: var(--lz-orange);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: .95rem !important;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lz-product-lede {
  max-width: 43rem;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem) !important;
  line-height: 1.5 !important;
}

.lz-product-hero .lz-product-lede,
.lz-product-hero .lz-product-note {
  color: rgba(243, 242, 242, .88);
}

.lz-product-hero .wp-block-buttons {
  margin: 2rem 0 1rem;
}

.lz-product .wp-block-button__link {
  border: 1px solid var(--lz-orange);
  border-radius: 0;
  background: var(--lz-orange);
  color: var(--lz-ink);
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.lz-product .wp-block-button__link:hover,
.lz-product .wp-block-button__link:focus-visible {
  background: var(--lz-paper);
  color: var(--lz-ink);
}

.lz-product-note {
  font-size: .82rem !important;
}

.lz-product-section {
  box-sizing: border-box;
  padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 5vw, 5rem);
}

.lz-product-section > * {
  width: min(100%, 90rem);
}

.lz-product-intro .lz-product-lede,
.lz-product-proof > p,
.lz-product-signup .lz-product-lede {
  max-width: 48rem;
}

.lz-product-wide-media {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  aspect-ratio: 16 / 8;
  overflow: hidden;
}

.lz-product-wide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lz-product-routines {
  background: #e7e5e1;
}

.lz-product-routine-grid {
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.lz-product-routine-grid .wp-block-image {
  aspect-ratio: 4 / 5;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.lz-product-routine-grid .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lz-product-fine-bubbles {
  gap: clamp(2rem, 5vw, 7rem);
  min-height: 90svh;
  padding: 0;
  background: var(--lz-ink);
  color: var(--lz-paper);
}

.lz-product-fine-bubbles .wp-block-media-text__content {
  padding: clamp(4rem, 7vw, 8rem) clamp(1.25rem, 5vw, 5rem);
}

.lz-product-fine-bubbles .wp-block-media-text__media {
  height: min(80svh, 56rem);
  margin: clamp(2rem, 5vw, 5rem) clamp(1.25rem, 5vw, 5rem) clamp(2rem, 5vw, 5rem) 0;
  overflow: hidden;
}

.lz-product-fine-bubbles .wp-block-media-text__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lz-product-disclosure {
  max-width: 42rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(243, 242, 242, .22);
  color: rgba(243, 242, 242, .66);
  font-size: .88rem !important;
}

.lz-product-proof {
  background: #fff;
}

.lz-product-video {
  margin-top: clamp(2.5rem, 5vw, 5rem);
  background: var(--lz-ink);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.lz-product-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lz-product-faq {
  background: var(--lz-paper);
}

.lz-product-faq .wp-block-details {
  margin: 0;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(54, 52, 48, .22);
}

.lz-product-faq .wp-block-details:last-child {
  border-bottom: 1px solid rgba(54, 52, 48, .22);
}

.lz-product-faq summary {
  cursor: pointer;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2.1rem);
  letter-spacing: 0;
  text-transform: uppercase;
}

.lz-product-faq details p {
  max-width: 48rem;
  margin: 1.2rem 0 0;
}

.lz-product-signup {
  background: var(--lz-ink);
  color: var(--lz-paper);
}

.lz-product-signup form {
  max-width: 48rem;
  margin-top: 2.5rem;
}

.lz-product-signup input:not([type="checkbox"]),
.lz-product-signup select,
.lz-product-signup textarea {
  border-color: rgba(243, 242, 242, .34) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--lz-paper) !important;
}

@media (max-width: 781px) {
  .lz-product h1 {
    font-size: clamp(3.25rem, 16vw, 5.4rem);
  }

  .lz-product h2 {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .lz-product-hero .wp-block-cover__background {
    background: linear-gradient(0deg, rgba(19, 19, 19, .78), rgba(19, 19, 19, .12) 82%) !important;
  }

  .lz-product-wide-media {
    aspect-ratio: 4 / 5;
  }

  .lz-product-routine-grid {
    gap: 3.5rem;
  }

  .lz-product-fine-bubbles {
    min-height: 0;
  }

  .lz-product-fine-bubbles .wp-block-media-text__media {
    grid-row: 1;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 1.25rem 1.25rem 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lz-product *,
  .lz-product *::before,
  .lz-product *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
