@charset "UTF-8";
/*
Theme Name: Soaptheme
Template: twentytwentyfive
Version: 1.0
Description: Child theme for Soapstore — custom soap configurator + WooCommerce storefront.
Text Domain: soaptheme
*/
/*********** GLOBAL ************/
body {
  background-size: 100vw 100vh;
  background-attachment: fixed;
}

#magic-bar {
  width: 100vw;
  height: calc(1.5vw + 2vh + 2rem);
  position: absolute;
  top: calc(2vw + 2vh + 2rem);
  z-index: -999;
  background-color: hsla(165, 80%, 40%, 0.4);
  box-shadow: 0 0.75rem 2rem inset hsla(0, 0%, 0%, 0.35), 0 1.25rem 3rem hsla(0, 0%, 0%, 0.3);
  border: none;
}

nav div,
nav span,
h1,
h2,
h3,
.wp-block-navigation-item.wp-block-navigation-link {
  font-family: "henderson-slab-basic", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-weight: 600;
  line-height: 1.1;
}

.woocommerce-tabs *,
.wc-tabs-wrapper *,
#cse-configurator * {
  font-weight: unset;
  font-family: "DM Sans", system-ui, sans-serif;
}

/************* LANDINGS ************/
.soaps-page {
  --ink: #1a1710;
  --ink-2: #4a4438;
  --ink-3: #8a7e6e;
  --ground: #f5f0e8;
  --ground-2: #ede7d9;
  --forest: #2c4a2e;
  --forest-2: #3d6640;
  --forest-3: #5a8c5d;
  --gold: #b8922a;
  --gold-2: #d4aa44;
  --cream: #faf7f0;
  color: #1a1710;
  position: relative;
}
.soaps-page .sp-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.soaps-page .sp-label {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8922a;
}
.soaps-page .sp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2rem 0.9rem 1.75rem;
  background: #2c4a2e;
  color: #faf7f0 !important;
  font-family: "henderson-slab-basic", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: 100px;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 0.25rem 1.5rem hsla(130, 30%, 20%, 0.22);
}
.soaps-page .sp-btn-primary::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%23faf7f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.soaps-page .sp-btn-primary:hover {
  background: #3d6640;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.5rem 2rem hsla(130, 30%, 20%, 0.3);
}
.soaps-page .sp-btn-ghost {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #4a4438 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #8a7e6e;
  padding-bottom: 0.125rem;
  transition: color 0.2s, border-color 0.2s;
}
.soaps-page .sp-btn-ghost:hover {
  color: #2c4a2e !important;
  border-color: #2c4a2e;
}
.soaps-page .sp-hero {
  min-height: 90svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 4rem 0 2rem;
  position: relative;
  overflow: hidden;
}
.soaps-page .sp-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translateY(-50%);
  width: 58%;
  aspect-ratio: 1;
  background: radial-gradient(ellipse at 40% 40%, #5a8c5d 0%, #2c4a2e 55%, transparent 75%);
  border-radius: 62% 38% 46% 54%/54% 42% 58% 46%;
  opacity: 0.12;
  pointer-events: none;
}
.soaps-page .sp-hero-text {
  animation: spFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.soaps-page .sp-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.soaps-page .sp-hero-eyebrow::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1px;
  background: #b8922a;
}
.soaps-page .sp-hero-heading {
  font-size: clamp(3.5rem, 7vw, 6.5rem);
  color: #1a1710;
  margin-bottom: 1.75rem;
}
.soaps-page .sp-hero-heading em {
  font-style: italic;
  color: #2c4a2e;
}
.soaps-page .sp-hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
  color: #4a4438;
  max-width: 38ch;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.soaps-page .sp-hero-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.soaps-page .sp-soap-stage {
  position: relative;
  width: min(23.75rem, 90%);
  aspect-ratio: 1;
  margin: auto;
  animation: spFadeUp 0.9s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.soaps-page .sp-soap-bar {
  position: absolute;
  width: 16.25rem;
  height: 10rem;
  background: linear-gradient(135deg, #e8dcc8 0%, #d4c8a8 40%, #c8b890 100%);
  border-radius: 1.75rem 1.75rem 1.375rem 1.375rem/1.125rem 1.125rem 0.875rem 0.875rem;
  box-shadow: 0.375rem 0.625rem 2rem hsla(30, 20%, 20%, 0.28), inset 0 0.125rem 0.5rem hsla(40, 40%, 90%, 0.6), inset 0 -0.25rem 0.75rem hsla(30, 30%, 40%, 0.18);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transform: rotate(-6deg);
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.soaps-page .sp-soap-bar:hover {
  transform: rotate(-2deg) scale(1.03);
}
.soaps-page .sp-soap-bar::before {
  content: "";
  position: absolute;
  inset: 0.875rem;
  border-radius: 1.125rem 1.125rem 1rem 1rem/0.75rem 0.75rem 0.625rem 0.625rem;
  background: radial-gradient(ellipse at 30% 40%, hsla(120, 25%, 42%, 0.35) 0%, transparent 55%), radial-gradient(ellipse at 72% 60%, hsla(200, 30%, 55%, 0.25) 0%, transparent 50%), radial-gradient(ellipse at 55% 25%, hsla(45, 60%, 65%, 0.3) 0%, transparent 45%);
}
.soaps-page .sp-soap-bar::after {
  content: "HANDCRAFTED · SMALL BATCH";
  position: absolute;
  bottom: 1.125rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.45rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: hsla(30, 20%, 30%, 0.55);
  white-space: nowrap;
}
.soaps-page .sp-pill {
  position: absolute;
  background: #faf7f0;
  border: 1px solid #ede7d9;
  border-radius: 100px;
  padding: 0.35rem 0.9rem;
  font-size: 0.7rem;
  color: #4a4438;
  white-space: nowrap;
  box-shadow: 0 0.125rem 0.75rem hsla(0, 0%, 0%, 0.08);
  animation: spFloat 4s ease-in-out infinite;
}
.soaps-page .sp-pill::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  margin-right: 0.4rem;
  vertical-align: middle;
  background: #5a8c5d;
}
.soaps-page .sp-pill:nth-child(1) {
  top: 8%;
  right: 2%;
  animation-delay: 0s;
}
.soaps-page .sp-pill:nth-child(2) {
  top: 28%;
  left: -4%;
  animation-delay: 0.8s;
}
.soaps-page .sp-pill:nth-child(3) {
  bottom: 22%;
  right: -2%;
  animation-delay: 1.6s;
}
.soaps-page .sp-pill:nth-child(4) {
  bottom: 6%;
  left: 5%;
  animation-delay: 2.4s;
}
.soaps-page .sp-pill:nth-child(2)::before {
  background: #7a9fc4;
}
.soaps-page .sp-pill:nth-child(4)::before {
  background: #d4aa44;
}
.soaps-page .sp-swatches {
  position: absolute;
  top: 12%;
  left: 12%;
  display: flex;
}
.soaps-page .sp-swatch {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  border: 0.125rem solid #faf7f0;
  margin-left: -0.5rem;
  box-shadow: 0 0.125rem 0.5rem hsla(0, 0%, 0%, 0.15);
}
.soaps-page .sp-swatch:first-child {
  margin-left: 0;
}
.soaps-page .sp-stats {
  border-top: 1px solid hsla(0, 0%, 0%, 0.08);
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
  padding: 2rem 0;
  background: #faf7f0;
}
.soaps-page .sp-stats-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.soaps-page .sp-stat {
  text-align: center;
}
.soaps-page .sp-stat-n {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.75rem;
  font-weight: 300;
  color: #2c4a2e;
  line-height: 1;
  display: block;
}
.soaps-page .sp-stat-l {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8a7e6e;
  margin-top: 0.25rem;
  display: block;
}
.soaps-page .sp-section-hd {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}
.soaps-page .sp-section-heading {
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  color: #1a1710;
}
.soaps-page .sp-section-heading em {
  font-style: italic;
  color: #2c4a2e;
}
.soaps-page .sp-section-aside {
  max-width: 32ch;
  font-size: 0.9375rem;
  color: #8a7e6e;
  line-height: 1.65;
}
.soaps-page .sp-how {
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.soaps-page .sp-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  border: 1px solid hsla(0, 0%, 0%, 0.08);
  border-radius: 1.5rem;
  overflow: hidden;
}
.soaps-page .sp-step {
  background: #faf7f0;
  padding: 2.5rem 2rem;
  border-right: 1px solid hsla(0, 0%, 0%, 0.08);
  transition: background 0.3s;
}
.soaps-page .sp-step:last-child {
  border-right: none;
}
.soaps-page .sp-step:hover {
  background: rgb(242.4, 238.2, 228.4);
}
.soaps-page .sp-step-n {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.5rem;
  font-weight: 300;
  color: #ede7d9;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  transition: color 0.3s;
}
.soaps-page .sp-step:hover .sp-step-n {
  color: #5a8c5d;
  opacity: 0.4;
}
.soaps-page .sp-step-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #2c4a2e;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #faf7f0;
}
.soaps-page .sp-step-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.375rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  color: #1a1710;
}
.soaps-page .sp-step-body {
  font-size: 0.9rem;
  color: #8a7e6e;
  line-height: 1.65;
}
.soaps-page .sp-ing-section {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: #2c4a2e;
  position: relative;
  overflow: hidden;
}
.soaps-page .sp-ing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 12.5rem 12.5rem;
  opacity: 0.04;
  pointer-events: none;
}
.soaps-page .sp-ing-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr));
  gap: clamp(3rem, 6vw, 6rem);
  align-items: center;
}
.soaps-page .sp-ing-text .sp-label {
  color: #d4aa44;
}
.soaps-page .sp-ing-text .sp-section-heading {
  color: #faf7f0;
  margin: 1rem 0 1.5rem;
}
.soaps-page .sp-ing-text p {
  color: hsla(40, 20%, 85%, 0.75);
  font-size: 0.9375rem;
  line-height: 1.75;
  max-width: 40ch;
}
.soaps-page .sp-ing-text p + p {
  margin-top: 1rem;
}
.soaps-page .sp-ing-text .sp-btn-primary {
  margin-top: 2rem;
  background: #b8922a;
  color: #1a1710 !important;
  box-shadow: 0 0.25rem 1.5rem hsla(40, 60%, 30%, 0.3);
}
.soaps-page .sp-ing-text .sp-btn-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%231a1710' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.soaps-page .sp-ing-text .sp-btn-primary:hover {
  background: #d4aa44;
}
.soaps-page .sp-label-card {
  background: #faf7f0;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 1.25rem 3rem hsla(0, 0%, 0%, 0.3);
}
.soaps-page .sp-label-card-hd {
  background: #ede7d9;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.soaps-page .sp-label-card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #1a1710;
}
.soaps-page .sp-label-card-sub {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a7e6e;
}
.soaps-page .sp-label-card-price-block {
  text-align: right;
}
.soaps-page .sp-label-card-price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  color: #2c4a2e;
  font-weight: 300;
}
.soaps-page .sp-label-card-price-note {
  font-size: 0.7rem;
  color: #8a7e6e;
  letter-spacing: 0.06em;
}
.soaps-page .sp-label-card-body {
  padding: 2rem;
}
.soaps-page .sp-ing-group-label {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8a7e6e;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ede7d9;
}
.soaps-page .sp-inci {
  font-size: 0.8125rem;
  color: #4a4438;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.soaps-page .sp-inci-hi {
  font-weight: 600;
  color: #2c4a2e;
}
.soaps-page .sp-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.soaps-page .sp-badge {
  font-size: 0.6875rem;
  padding: 0.25rem 0.7rem;
  border-radius: 100px;
  background: #ede7d9;
  color: #8a7e6e;
}
.soaps-page .sp-badge--on {
  background: hsla(130, 30%, 25%, 0.12);
  color: #2c4a2e;
}
.soaps-page .sp-label-card-ft {
  padding: 1rem 2rem 1.5rem;
  border-top: 1px solid #ede7d9;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.soaps-page .sp-label-card-ft svg {
  color: #5a8c5d;
  flex-shrink: 0;
}
.soaps-page .sp-label-card-ft span {
  font-size: 0.8rem;
  color: #8a7e6e;
}
.soaps-page .sp-substrates {
  padding: clamp(5rem, 10vw, 9rem) 0;
}
.soaps-page .sp-sub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}
.soaps-page .sp-sub-card {
  background: #faf7f0;
  border: 1px solid #ede7d9;
  border-radius: 1.5rem;
  padding: 2rem;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s, border-color 0.3s;
}
.soaps-page .sp-sub-card:hover {
  transform: translateY(-0.375rem);
  box-shadow: 0 1.25rem 3rem hsla(0, 0%, 0%, 0.1);
  border-color: #5a8c5d;
}
.soaps-page .sp-sub-swatch {
  width: 100%;
  height: 6.25rem;
  border-radius: 0.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.soaps-page .sp-sub-swatch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, hsla(0, 0%, 100%, 0.15) 0%, transparent 60%);
}
.soaps-page .sp-sub-swatch--olive {
  background: linear-gradient(135deg, #e8d5a8, #c8a96e, #a88040);
}
.soaps-page .sp-sub-swatch--goat {
  background: linear-gradient(135deg, #f5f0e0, #e8dfc0, #d0c898);
}
.soaps-page .sp-sub-swatch--shea {
  background: linear-gradient(135deg, #d4c4a8, #bca878, #a48850);
}
.soaps-page .sp-sub-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1a1710;
  margin-bottom: 0.4rem;
}
.soaps-page .sp-sub-type {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5a8c5d;
  margin-bottom: 1rem;
}
.soaps-page .sp-sub-desc {
  font-size: 0.875rem;
  color: #8a7e6e;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.soaps-page .sp-sub-inci {
  font-size: 0.7rem;
  color: #8a7e6e;
  font-style: italic;
  line-height: 1.7;
  padding-top: 1rem;
  border-top: 1px solid #ede7d9;
}
.soaps-page .sp-sub-inci strong {
  font-style: normal;
  font-weight: 600;
  color: #4a4438;
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.soaps-page .sp-cta {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: #ede7d9;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.soaps-page .sp-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  height: 80vw;
  max-width: 50rem;
  max-height: 50rem;
  background: radial-gradient(circle, hsla(130, 30%, 35%, 0.07) 0%, transparent 65%);
  pointer-events: none;
}
.soaps-page .sp-cta-heading {
  font-size: clamp(2.75rem, 5.5vw, 5.5rem);
  color: #1a1710;
  max-width: 16ch;
  margin: 1rem auto 1.5rem;
}
.soaps-page .sp-cta-heading em {
  font-style: italic;
  color: #2c4a2e;
}
.soaps-page .sp-cta-body {
  font-size: 1rem;
  color: #8a7e6e;
  max-width: 48ch;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.soaps-page .sp-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@keyframes spFadeUp {
  from {
    opacity: 0;
    transform: translateY(1.75rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.4375rem);
  }
}
.soaps-page .sp-reveal {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.soaps-page .sp-reveal.sp-visible {
  opacity: 1;
  transform: none;
}
.soaps-page .sp-reveal[data-delay="1"] {
  transition-delay: 0.1s;
}
.soaps-page .sp-reveal[data-delay="2"] {
  transition-delay: 0.2s;
}
.soaps-page .sp-reveal[data-delay="3"] {
  transition-delay: 0.3s;
}
.soaps-page .sp-reveal[data-delay="4"] {
  transition-delay: 0.4s;
}
@media (max-width: 48rem) {
  .soaps-page .sp-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .soaps-page .sp-soap-stage,
  .soaps-page .sp-hero::after {
    display: none;
  }
  .soaps-page .sp-section-hd {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*********** STORE *************/
img.attachment-woocommerce_thumbnail,
div.woocommerce-product-gallery__image {
  border-radius: 1rem;
  border: 1px solid hsla(0, 0%, 25%, 0.5);
  box-shadow: 0.5rem 0.5rem 1rem hsla(0, 0%, 0%, 0.3);
}

.stock {
  display: none;
}

#cse-configurator fieldset,
.cse-div,
button {
  text-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 0.9375rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0.25rem -0.5rem 0.5rem inset hsla(0, 0%, 0%, 0.4);
  background-color: hsla(240, 0%, 70%, 0.4);
}

button {
  background-color: hsla(120, 40%, 30%, 0.5) !important;
}
button span {
  font-size: 1.2em;
  text-transform: capitalize;
}
button span:hover {
  font-weight: 900;
}

#cse-configurator legend {
  color: white;
  font-size: 1.2em;
  font-weight: 700;
  padding: 0 0.625rem;
}

/*********** CONTACT / UNDER-CONSTRUCTION *************/
html:has(.lsb-contact-page),
body:has(.lsb-contact-page) {
  overflow: hidden !important;
  height: 100% !important;
}

.lsb-contact-page {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f5f0e8;
  color: #1a1710;
  font-family: "DM Sans", system-ui, sans-serif;
  z-index: 9999;
}
.lsb-contact-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10000;
  opacity: 0.032;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 8rem 8rem;
}

.cse-div, .custom-logo {
  max-width: 500px;
  width: 90%;
  height: auto;
}

.lsb-cp-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4rem);
  background: #f5f0e8;
  border-right: 1px solid #ede7d9;
  position: relative;
  overflow: hidden;
}
.lsb-cp-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 55%;
  border-top: 1px solid #ede7d9;
  border-left: 1px solid #ede7d9;
  border-radius: 1.5rem 0 0 0;
  pointer-events: none;
}

.lsb-cp-logo {
  display: block;
  text-decoration: none;
}
.lsb-cp-logo .custom-logo-link img,
.lsb-cp-logo img {
  height: 2.75rem;
  width: auto;
  display: block;
}

.lsb-cp-wordmark {
  font-family: "henderson-slab-basic", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #2c4a2e;
}

.lsb-cp-editorial {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.lsb-cp-eyebrow {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8922a;
  margin: 0 0 1rem;
}

.lsb-cp-heading {
  font-family: "henderson-slab-basic", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  color: #1a1710;
  margin: 0 0 1.25rem;
}
.lsb-cp-heading em {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: #2c4a2e;
}

.lsb-cp-body {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #4a4438;
  margin: 0;
}

.lsb-cp-foot {
  font-size: 0.75rem;
  color: #8a7e6e;
  letter-spacing: 0.04em;
}

.lsb-cp-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4rem);
  background: #faf7f0;
  overflow-y: auto;
  overflow-x: hidden;
}

.lsb-contact-wrap {
  width: 100%;
  max-width: unset;
}

.lsb-contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-around;
  gap: 0.75rem;
}
.lsb-contact-form input {
  max-width: 90vw;
}

.lsb-field {
  width: 90%;
  field-sizing: content;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  border: none;
  padding: 0;
  margin: 0;
}
.lsb-field .choices {
  width: 100%;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: space-around;
  justify-content: space-around;
}
.lsb-field label,
.lsb-field legend {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a7e6e;
  padding: 0;
}
.lsb-field input[type=text],
.lsb-field input[type=email],
.lsb-field input[type=tel] {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9375rem;
  color: #1a1710;
  background: #f5f0e8;
  border: 1px solid hsla(0, 0%, 0%, 0.08);
  border-radius: 0.75rem;
  padding: 0.625rem 0.875rem;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.lsb-field input[type=text]:focus,
.lsb-field input[type=email]:focus,
.lsb-field input[type=tel]:focus {
  border-color: #5a8c5d;
  box-shadow: 0 0 0 3px hsla(130, 30%, 35%, 0.12);
}
.lsb-field label:has(input[type=radio]) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #4a4438;
  cursor: pointer;
  padding: 0.4rem 0.625rem;
  border-radius: 0.25rem;
  transition: background 0.14s;
}
.lsb-field label:has(input[type=radio]):hover {
  background: #ede7d9;
}
.lsb-field label:has(input[type=radio]:checked) {
  color: #2c4a2e;
  background: hsla(130, 30%, 25%, 0.07);
}
.lsb-field input[type=radio] {
  accent-color: #2c4a2e;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.lsb-contact-form button[type=submit],
.lsb-contact-wrap button[type=submit] {
  font-family: "henderson-slab-basic", Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", "Sitka Small", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #faf7f0;
  background: #2c4a2e;
  border: none;
  border-radius: 100px;
  padding: 0.75rem 2rem 0.75rem 1.625rem;
  cursor: pointer;
  letter-spacing: 0.04em;
  box-shadow: 0 0.25rem 1.5rem hsla(130, 30%, 20%, 0.22);
  transition: background 0.2s, box-shadow 0.2s, transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
  align-self: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.25rem;
}
.lsb-contact-form button[type=submit]::before,
.lsb-contact-wrap button[type=submit]::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8h10M9 4l4 4-4 4' stroke='%23faf7f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.lsb-contact-form button[type=submit]:hover,
.lsb-contact-wrap button[type=submit]:hover {
  background: #3d6640;
  box-shadow: 0 0.5rem 2rem hsla(130, 30%, 20%, 0.3);
  transform: translateY(-1px) scale(1.02);
}

.lsb-contact-success {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #2c4a2e;
  text-align: center;
  padding: 2rem 0;
  margin: 0;
}

.lsb-contact-error {
  font-size: 0.8125rem;
  color: #8b2020;
  background: hsla(0, 60%, 40%, 0.07);
  border: 1px solid hsla(0, 60%, 40%, 0.2);
  border-radius: 0.25rem;
  padding: 0.625rem 0.875rem;
  margin: 0 0 0.25rem;
}

@media (max-width: 42rem) {
  .lsb-contact-page {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    overflow-y: auto !important;
  }
  .lsb-cp-left {
    border-right: none;
    border-bottom: 1px solid #ede7d9;
    padding: 1.75rem clamp(1.25rem, 6vw, 2.5rem) 1.5rem;
  }
  .lsb-cp-left::after {
    display: none;
  }
  .lsb-cp-editorial {
    padding: 1.25rem 0 0.5rem;
    justify-content: flex-start;
  }
  .lsb-cp-heading {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .lsb-cp-foot {
    display: none;
  }
  .lsb-cp-right {
    padding: 2rem clamp(1.25rem, 6vw, 2.5rem);
    align-items: flex-start;
  }
}

/*# sourceMappingURL=style.css.map */
