/*
Theme Name: Snapture Child
Theme URI: https://themexriver.com/wp/snapture
Author: ThemeXriver / Breeze Land
Description: Preservation-first Breeze Land customization for Snapture Home 05.
Version: 1.0.0
Template: snapture
Text Domain: snapture-child
*/

:root {
  --bl-black: #111111;
  --bl-white: #ffffff;
  --bl-orange: #f36b21;
  --bl-orange-deep: #e93408;
  --bl-pink: #e94478;
  --bl-cream: #fff7ef;
  --bl-gold: #c99a3d;
  --bl-muted: #6f665f;
  --bl-line: rgba(17, 17, 17, 0.14);
  --bl-radius: 26px;
  --bl-shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
}

html {
  scroll-behavior: smooth;
}

body.breezeland-site {
  background: var(--bl-cream);
  color: var(--bl-black);
}

body.breezeland-site,
body.breezeland-site button,
body.breezeland-site input,
body.breezeland-site select,
body.breezeland-site textarea {
  font-family: "DM Sans", sans-serif;
}

body.breezeland-site h1,
body.breezeland-site h2,
body.breezeland-site h3,
body.breezeland-site h4 {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.045em;
}

.breezeland-site .st-header-5-area {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  transition: background-color 0.35s ease, backdrop-filter 0.35s ease;
}

.breezeland-site .st-header-5-area.bl-scrolled {
  background: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(18px);
}

.breezeland-site .wa-offcanvas-area.active {
  z-index: 10000 !important;
}

.breezeland-site .wa-offcanvas-area.active .wa-offcanvas-close {
  z-index: 10001 !important;
}

.breezeland-site .st-header-5-logo {
  overflow: visible;
}

.breezeland-site .st-header-5-logo .tx-logo {
  align-items: center;
  color: var(--bl-white);
  display: flex;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.breezeland-site .st-header-5-logo .tx-logo img {
  display: block;
  max-width: none;
  width: 42px;
}

.breezeland-site .st-header-5-logo .tx-logo::before {
  background:
    radial-gradient(circle at center, transparent 28%, var(--bl-orange) 30% 38%, transparent 40%),
    conic-gradient(from 10deg, var(--bl-orange), var(--bl-pink), var(--bl-orange));
  border-radius: 50%;
  content: "";
  display: none;
  height: 32px;
  margin-right: 10px;
  width: 32px;
}

.breezeland-site .st-header-5-logo .tx-logo::after {
  content: "";
}

.breezeland-site .st-main-navigation.has-header-5 {
  margin-left: 70px;
}

.breezeland-site .st-main-navigation.has-header-5 > div > ul {
  gap: clamp(13px, 1.55vw, 28px);
}

.breezeland-site .st-main-navigation.has-header-5 > div > ul > li > a {
  font-size: 14px;
  white-space: nowrap;
}

.breezeland-site .st-main-navigation.has-header-5 > div > ul > li.bl-reserve-menu > a {
  background: linear-gradient(135deg, var(--bl-orange), var(--bl-pink));
  border-radius: 999px;
  color: var(--bl-white);
  padding: 12px 18px;
}

.breezeland-site .st-main-navigation.has-header-5 > div > ul > li.bl-reserve-menu > a::after {
  display: none;
}

.breezeland-site .st-hero-5-slider-item::after {
  background: linear-gradient(90deg, rgba(10, 7, 5, 0.76) 0%, rgba(10, 7, 5, 0.26) 46%, rgba(10, 7, 5, 0.02) 75%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.breezeland-site .elementor-repeater-item-b57b14f .st-hero-5-slider-item {
  background: url("assets/images/breezeland-hero.webp") center / cover no-repeat;
}

.breezeland-site .elementor-repeater-item-dde79c6 .st-hero-5-slider-item {
  background: url("assets/images/breezeland-poolside.webp") center / cover no-repeat;
}

.breezeland-site .elementor-repeater-item-f48e5f2 .st-hero-5-slider-item {
  background: url("assets/images/breezeland-brunch.webp") center 35% / cover no-repeat;
}

.breezeland-site .st-hero-5-slider-item > * {
  position: relative;
  z-index: 1;
}

.breezeland-site .st-hero-5-title {
  max-width: 720px;
}

.breezeland-site .st-hero-5-title h1,
.breezeland-site .st-hero-5-title .tx-title {
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.22);
}

.bl-site {
  background: var(--bl-cream);
  color: var(--bl-black);
  overflow: hidden;
}

.bl-section {
  padding: clamp(78px, 9vw, 150px) clamp(22px, 5vw, 84px);
  position: relative;
}

.bl-section[id] {
  scroll-margin-top: 90px;
}

.bl-inner {
  margin: 0 auto;
  max-width: 1320px;
}

.bl-kicker {
  align-items: center;
  color: var(--bl-pink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.17em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.bl-kicker::before {
  background: currentColor;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.bl-title {
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.98;
  margin: 0;
  max-width: 1000px;
}

.bl-title-small {
  font-size: clamp(34px, 4.2vw, 62px);
}

.bl-lead {
  color: var(--bl-muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 760px;
}

.bl-dark {
  background: var(--bl-black);
  color: var(--bl-white);
}

.bl-dark .bl-lead,
.bl-dark .bl-card p,
.bl-dark .bl-step p {
  color: rgba(255, 255, 255, 0.7);
}

.bl-accent-panel {
  background:
    radial-gradient(circle at 88% 16%, rgba(233, 68, 120, 0.22), transparent 28%),
    radial-gradient(circle at 8% 85%, rgba(243, 107, 33, 0.26), transparent 34%),
    var(--bl-black);
}

.bl-split {
  align-items: end;
  display: grid;
  gap: clamp(36px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.bl-benefit-list {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  margin-top: 34px;
}

.bl-benefit-list li {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  font-size: 16px;
  gap: 14px;
  padding: 18px 0;
}

.bl-benefit-list li::before {
  color: var(--bl-orange);
  content: "✦";
}

.bl-step-grid,
.bl-card-grid,
.bl-audience-grid,
.bl-testimonial-grid {
  display: grid;
  gap: 18px;
  margin-top: clamp(42px, 6vw, 76px);
}

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

.bl-card-grid {
  grid-template-columns: repeat(4, 1fr);
}

.bl-step,
.bl-card {
  border: 1px solid var(--bl-line);
  border-radius: var(--bl-radius);
  min-height: 260px;
  padding: clamp(28px, 3vw, 42px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.bl-step:hover,
.bl-card:hover {
  border-color: rgba(233, 68, 120, 0.5);
  box-shadow: var(--bl-shadow);
  transform: translateY(-7px);
}

.bl-step-number {
  color: var(--bl-orange);
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 64px;
}

.bl-step h3,
.bl-card h3 {
  font-size: 25px;
  line-height: 1.08;
  margin: 0 0 18px;
}

.bl-step p,
.bl-card p {
  color: var(--bl-muted);
  line-height: 1.7;
  margin: 0;
}

.bl-card {
  background: rgba(255, 255, 255, 0.55);
  min-height: 220px;
}

.bl-card-icon {
  align-items: center;
  background: linear-gradient(135deg, rgba(243, 107, 33, 0.13), rgba(233, 68, 120, 0.13));
  border-radius: 50%;
  display: flex;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  margin-bottom: 48px;
  width: 54px;
}

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

.bl-audience {
  background-position: center;
  background-size: cover;
  border-radius: var(--bl-radius);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.bl-audience::after {
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.86), rgba(17, 17, 17, 0.05) 68%);
  content: "";
  inset: 0;
  position: absolute;
}

.bl-audience span {
  bottom: 25px;
  color: var(--bl-white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 25px;
  font-weight: 700;
  left: 28px;
  position: absolute;
  z-index: 1;
}

.bl-event-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 52px;
}

.bl-event-card,
.bl-empty-state {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--bl-radius);
  color: var(--bl-white);
  overflow: hidden;
  padding: 32px;
}

.bl-empty-state {
  grid-column: 1 / -1;
  text-align: center;
}

.bl-event-card img {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  margin-bottom: 26px;
  object-fit: cover;
  width: 100%;
}

.bl-event-date {
  color: var(--bl-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bl-event-card h3 {
  font-size: 28px;
  margin: 12px 0 16px;
}

.bl-event-meta {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.bl-gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, minmax(240px, 360px));
  margin-top: 54px;
}

.bl-gallery-item {
  border-radius: var(--bl-radius);
  overflow: hidden;
  position: relative;
}

.bl-gallery-item:first-child {
  grid-row: 1 / 3;
}

.bl-gallery-item img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.3, 1);
  width: 100%;
}

.bl-gallery-item:hover img {
  transform: scale(1.045);
}

.bl-gallery-item span {
  background: rgba(17, 17, 17, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  bottom: 18px;
  color: var(--bl-white);
  font-size: 12px;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
}

.bl-cta {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.54)),
    var(--bl-cta-image) center / cover no-repeat;
  border-radius: 34px;
  color: var(--bl-white);
  display: grid;
  gap: 45px;
  grid-template-columns: 1.2fr 0.8fr;
  min-height: 560px;
  overflow: hidden;
  padding: clamp(38px, 7vw, 90px);
}

.bl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.bl-button {
  align-items: center;
  background: linear-gradient(135deg, var(--bl-orange), var(--bl-pink));
  border: 0;
  border-radius: 999px;
  color: var(--bl-white) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 25px;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bl-button:hover,
.bl-button:focus-visible {
  box-shadow: 0 14px 34px rgba(233, 68, 120, 0.32);
  transform: translateY(-2px);
}

.bl-button-secondary {
  background: transparent;
  border: 1px solid currentColor;
}

.bl-form-shell {
  background: var(--bl-white);
  border-radius: var(--bl-radius);
  box-shadow: var(--bl-shadow);
  color: var(--bl-black);
  margin: 50px auto 0;
  max-width: 1120px;
  padding: clamp(28px, 5vw, 66px);
}

.bl-form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}

.bl-field-full {
  grid-column: 1 / -1;
}

.bl-field label {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 9px;
}

.bl-field input,
.bl-field select,
.bl-field textarea {
  background: var(--bl-cream);
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 12px;
  color: var(--bl-black);
  min-height: 54px;
  padding: 12px 15px;
  width: 100%;
}

.bl-field textarea {
  min-height: 130px;
  resize: vertical;
}

.bl-field input:focus,
.bl-field select:focus,
.bl-field textarea:focus,
.bl-button:focus-visible,
.bl-accordion summary:focus-visible {
  outline: 3px solid rgba(233, 68, 120, 0.36);
  outline-offset: 2px;
}

.bl-check {
  align-items: flex-start;
  display: flex;
  gap: 11px;
  line-height: 1.5;
}

.bl-check input {
  height: 20px;
  margin-top: 2px;
  min-height: auto;
  width: 20px;
}

.bl-form-notice {
  border-radius: 12px;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 15px 18px;
}

.bl-form-success {
  background: #ecf9f0;
  color: #176b35;
}

.bl-form-error {
  background: #fff0f1;
  color: #9d2031;
}

.bl-honeypot {
  left: -9999px !important;
  position: absolute !important;
}

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

.bl-quote {
  background: var(--bl-white);
  border-radius: var(--bl-radius);
  padding: 36px;
}

.bl-quote blockquote {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  line-height: 1.35;
  margin: 0 0 28px;
}

.bl-placeholder {
  color: var(--bl-pink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bl-faq {
  margin-top: 48px;
}

.bl-accordion {
  border-top: 1px solid var(--bl-line);
}

.bl-accordion details {
  border-bottom: 1px solid var(--bl-line);
  padding: 0;
}

.bl-accordion summary {
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 700;
  list-style: none;
  padding: 25px 48px 25px 0;
  position: relative;
}

.bl-accordion summary::-webkit-details-marker {
  display: none;
}

.bl-accordion summary::after {
  color: var(--bl-orange);
  content: "+";
  font-size: 28px;
  position: absolute;
  right: 4px;
  top: 20px;
}

.bl-accordion details[open] summary::after {
  content: "–";
}

.bl-accordion p {
  color: var(--bl-muted);
  line-height: 1.7;
  margin: 0;
  max-width: 780px;
  padding: 0 0 28px;
}

.bl-partner {
  background:
    radial-gradient(circle at 15% 10%, rgba(243, 107, 33, 0.28), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(233, 68, 120, 0.3), transparent 35%),
    var(--bl-black);
  color: var(--bl-white);
}

.bl-footer {
  background: #090909;
  color: var(--bl-white);
  padding: 68px clamp(22px, 5vw, 84px) 34px;
}

.bl-footer-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  margin: 0 auto;
  max-width: 1320px;
}

.bl-wordmark {
  font-family: "Space Grotesk", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bl-footer p,
.bl-footer a {
  color: rgba(255, 255, 255, 0.68);
}

.bl-footer a:hover,
.bl-footer a:focus {
  color: var(--bl-orange);
}

.bl-footer ul {
  display: grid;
  gap: 10px;
}

.bl-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 13px;
  margin: 48px auto 0;
  max-width: 1320px;
  padding-top: 24px;
}

.bl-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.bl-reveal.bl-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .breezeland-site .st-main-navigation.has-header-5 {
    margin-left: 0;
  }

  .bl-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .bl-split,
  .bl-cta,
  .bl-footer-grid {
    grid-template-columns: 1fr;
  }

  .bl-step-grid,
  .bl-audience-grid,
  .bl-event-grid,
  .bl-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .bl-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px repeat(2, 250px);
  }

  .bl-gallery-item:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .bl-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-card-grid,
  .bl-form-grid,
  .bl-gallery-grid {
    grid-template-columns: 1fr;
  }

  .bl-gallery-grid {
    grid-template-rows: repeat(5, 320px);
  }

  .bl-gallery-item:first-child {
    grid-column: auto;
  }

  .bl-title {
    font-size: clamp(38px, 12vw, 58px);
  }

  .bl-cta {
    min-height: auto;
    padding: 36px 24px;
  }

  .bl-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bl-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bl-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .bl-gallery-item img,
  .bl-step,
  .bl-card,
  .bl-button {
    transition: none;
  }
}
