/** Shopify CDN: Minification failed

Line 845:2 Expected "}" to go with "{"

**/

/*This is the css styling for the custom templates/sections*/

/*Custom typography */
@font-face {
  font-family:"Avenir Regular";
  src: url('Avenir Regular.woff2') format('woff2');
  font-style: normal;
}
@font-face {
  font-family:"theseasons-reg";
  src: url('theseasons-reg.woff2') format('woff2');
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "theseasons-reg";
}
/*NAVBAR*/
.menu-list__link-title {
  font-family: "theseasons-reg";
  font-size: 1.05rem;
}
.menu__heading__h4 {
  font-family: "theseasons-reg";
}
p {
  font-family: "Avenir Regular";
}
/*----------------custom-hero-video section-------------------*/
.custom-video-hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.custom-video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-video-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* --------------custom-product-trio -------------*/
.custom-product-trio {
  padding: 0px 5%;
  margin-bottom: 50px;
}

.custom-product-trio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.custom-product-trio__item {
  text-align: center;
  color: #8B827E
}
/*Animation*/
.custom-product-trio__item {
  transition: opacity 0.3s ease;
}

.custom-product-trio__item:hover {
  opacity: 0.6;
}

.product-trio-text-container {
  background-color: #EDE9E4;
  padding: 10px 0;
}
.custom-product-trio__item h3{
  margin: 0;
  padding-top: 5px;
  font-size: 1.5rem; 
}
.custom-product-trio__item h3 a{
  color: #8B827E
}
.custom-product-trio__item p {
  font-size: 1rem;
  margin: 0;
  padding: 0 5px;
}

.custom-product-trio__item img {

  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 749px) {
  .custom-product-trio__grid {
    grid-template-columns: 1fr;
  }
}

/*---------------------custom-image-grid----------------------*/
.custom-image-grid {
  margin-top: 50px;
  width: 100%;
  padding: 0 5%;
}

.custom-image-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.custom-image-grid__item {
  overflow: hidden;
}
/*Animation*/
.custom-image-grid__item {
  transition: opacity 0.3s ease;
}

.custom-image-grid__item:hover {
  opacity: 0.6;
}

.custom-image-grid__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 749px) {
  .custom-image-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*--------------------------custom-text-columns-----------------------*/
.custom-text-columns {
    background: #EDE9E4;
    text-align: center;
}

.custom-text-columns__grid {
    padding: 0 10px;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
}

.custom-text-columns__item{
  padding: 50px 0;
}

.custom-text-columns__item h3{
  margin-bottom: 10px
}
.custom-text-columns__item {
  transition: opacity 0.3s ease;
}
.custom-text-columns__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 749px) {
  .custom-text-columns__grid {
    grid-template-columns: 1fr;
  }
  .custom-text-columns__item{
  padding: 25px 0;
}
}
/* --------------------image - video row---------------------------- */
.custom-image-video-row {
  width: 100%;
}

.custom-image-video-row__grid {
  display: flex;
  gap: var(--custom-image-video-gap, 12px);
  width: 100%;
}

.custom-image-video-row__item {
  flex: 1 1 0;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.custom-image-video-row__item img,
.custom-image-video-row__item video {
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 749px) {
  .custom-image-video-row__grid {
    display: block;
    padding: 15px;
  }
  .custom-image-video-row__item {
    margin: 15px 0;
  }

/*-------------------------GALLERY SECTION--------------------*/
.custom-gallery {
  margin: 25px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.custom-gallery__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-gallery__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.custom-gallery__item {
  width: 100%;
  overflow: hidden;
}

.custom-gallery__item img,
.custom-gallery__item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-gallery__row--two {
  aspect-ratio: 2 / 1;
}

.custom-gallery__item--large {
  aspect-ratio: 2 / 1;
}

@media (max-width: 749px) {
  .custom-gallery {
    grid-template-columns: 1fr;
  }
}

/*------------------Custom Product Page------------*/
 .text-block.h2>* {
      font-family: "theseasons-reg";
    }
  /*------------------PASSWORD SECTION -----------------
  /* ===== RESET & BASE ===== 
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: 60 30% 96%;
  --fg: 30 20% 15%;
  --card: 45 25% 93%;
  --border: 35 15% 82%;
  --muted-fg: 19 68% 16% 1;
  --accent: 35 60% 50%;
  --primary: 30 20% 15%;
  --primary-fg: 60 30% 96%;
  --destructive: 0 84% 60%;
  --radius: 0.25rem;
  --font-display: 'Playfair Display', serif;
  --font-body: 'Cormorant Garamond', serif;
}

.landing-body {
  background: hsl(var(--bg));
  color: hsl(var(--fg));
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

.hidden { display: none !important; }

/* ===== LAYOUT ===== 
.landing-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}


/* ===== BACKGROUND PATTERN ===== 
.bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ===== LOGO ===== 
.logo-container {
  position: relative;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeInDown 0.6s ease-out forwards;
  margin-top: 0;
  margin-bottom: 10px;
}

.logo-img {
  height: 2.5rem;
  width: auto;
}

/* ===== TAGLINE ===== 
.tagline {
  position: relative;
  text-align: center;
  color: hsl(var(--muted-fg));
  font-style: italic;
  font-size: 1rem;
  font-family: var(--font-body);
  opacity: 0;
  animation: fadeIn 0.6s ease-out 0.2s forwards;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
}

/* ===== DOOR ===== 
.door-container {
  width: 100%
  position: relative;
  margin-top: 16px;
  max-width: 780px;
  width: 85vw;
  opacity: 0;
  transform: scale(0.97);
  animation: fadeInScale 0.6s ease-out forwards;
}

.door-wrapper {
  position: relative;
  margin-bottom: 32px
}

.door-spacer {
  width: 100%;
  height: auto;
  visibility: hidden;
}

.door-img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0;
  transition: opacity 0.4s ease-in-out;
}

.door-open { opacity: 0; }
.door-closed { opacity: 1; }

.door-wrapper.hovering .door-open,
.door-wrapper.opened .door-open { opacity: 1; }

.door-wrapper.hovering .door-closed,
.door-wrapper.opened .door-closed { opacity: 0; }

.door-click-target {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 10%;
  bottom: 5%;
  cursor: pointer;
  z-index: 5;
  transform: translateY(0);
}

.door-wrapper.opened .door-click-target,
.door-wrapper.opened .door-cta { display: none; }*/

/* ===== DOOR CTA ===== 
.door-cta {
  bottom: 1.5rem;
  text-align: center;
  pointer-events: none;
  animation: floatPulse 2.5s ease-in-out infinite;
}

.door-cta-text {
  color: hsl(var(--muted-fg));
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-body);
  background: hsl(var(--bg) / 0.7);
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  backdrop-filter: blur(4px);
  white-space: nowrap;
}

/* ===== MODAL ===== 
.password-dialog {
  position: relative;
  z-index: 10;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  padding: 1.5rem;
  max-width: 28rem;
  width: 90vw;
  text-align: center;
  box-shadow: 0 0 40px hsl(var(--accent) / 0.08);
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

.modal-overlay.visible {
  display: flex;
  opacity: 1;
}
.password-dialog::backdrop {
  background: hsl(var(--fg) / 0.4);
  backdrop-filter: blur(4px);
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: hsl(var(--fg) / 0.4);
  backdrop-filter: blur(4px);
}

.modal-content {
  position: relative;
  z-index: 10;
  background: hsl(var(--card));
  border: 1px solid hsl(var(--border));
  padding: 1.5rem;
  max-width: 28rem;
  width: 90vw;
  text-align: center;
  box-shadow: 0 0 40px hsl(var(--accent) / 0.08);
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  transition: all 0.4s ease-out;
}

.modal-overlay.visible .modal-content {
  transform: scale(1) translateY(0);
  opacity: 1;
}

.modal-divider {
  width: 4rem;
  height: 1px;
  background: hsl(var(--accent));
  margin: 0 auto 1.5rem;
}
.password-dialog__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--fg));
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.modal-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--fg));
  margin-bottom: 0.5rem;
  line-height:1.3;
}

.modal-subtitle {
  color: hsl(var(--muted-fg));
  font-family: var(--font-body);
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0.5rem;
}

.modal-fine-print {
  color: hsl(var(--muted-fg) / 0.6);
  font-family: var(--font-body);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

.modal-fine-print-alt {
  color: hsl(var(--muted-fg) / 0.7);
  font-family: var(--font-body);
  font-size: 0.875rem;
}

/* ===== EMAIL FORM ===== 
.email-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.email-input {
  width: 100%;
  padding: 0.75rem 1rem;
  background: hsl(var(--bg));
  border: 1px solid hsl(var(--border));
  color: hsl(var(--fg));
  font-family: var(--font-body);
  font-size: 1rem;
  text-align: center;
  outline: none;
  transition: border-color 0.3s;
}

.email-input::placeholder { color: hsl(var(--muted-fg) / 0.5); }
.email-input:focus { border-color: hsl(var(--accent)); }

.email-submit-btn {
  width: 100%;
  padding: 0.75rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-fg));
  font-family: var(--font-display);
  font-size: 0.875rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.email-submit-btn:hover {
  background: hsl(var(--accent));
}

.modal-dismiss {
  margin-top: 1.5rem;
  background: none;
  border: none;
  color: hsl(var(--muted-fg) / 0.6);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-body);
  cursor: pointer;
  transition: color 0.3s;
}

.modal-dismiss:hover { color: hsl(var(--fg)); }

/* ===== SPARKLES ===== 
.sparkles-container { position: relative; }

.sparkle {
  position: absolute;
  color: hsl(var(--accent));
  pointer-events: none;
  font-size: 1.125rem;
  opacity: 0;
  animation: sparkleFloat 2s ease-out forwards;
}

/* ===== SUCCESS ===== 
.success-title {
  animation: popIn 0.5s ease-out;
}

/* ===== PASSWORD GATE ===== 
.password-section {
  width: 100%;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: hsl(var(--bg));
  border-top: 1px solid hsl(var(--border));
}

.password-divider {
  width: 3rem;
  height: 1px;
  background: hsl(var(--accent));
  margin-bottom: 1.5rem;
}

.password-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.password-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid hsl(var(--border));
  text-align: center;
  color: hsl(var(--fg));
  font-family: var(--font-display);
  font-size: 1.125rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  outline: none;
  width: 12rem;
  transition: border-color 0.3s;
}

.password-input:focus { border-color: hsl(var(--accent)); }

.password-error {
  color: hsl(var(--destructive));
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-body);
  animation: fadeIn 0.3s ease-out;
}

.password-submit {
  background: none;
  border: none;
  color: hsl(var(--muted-fg));
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-body);
  cursor: pointer;
  margin-top: 0.5rem;
  transition: color 0.3s;
}

.password-submit:hover { color: hsl(var(--fg)); }

/* ===== FOOTER ===== 
.landing-footer {
  margin-top: 32px;
  text-align: center;
  color: hsl(var(--muted-fg) / 0.6);
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-weight: 700;
  opacity: 0;
  animation: fadeIn 0.6s ease-out 0.4s forwards;
  padding: 0 1rem;
}

/* ===== ANIMATIONS ===== 
@keyframes fadeIn {
  to { opacity: 1; }
}

@keyframes fadeInDown {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInScale {
  to { opacity: 1; transform: scale(1); }
}

@keyframes floatPulse {
  0%, 100% { opacity: 0.4; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-4px); }
}

@keyframes sparkleFloat {
  0% { opacity: 0; transform: scale(0) rotate(0deg) translateY(0); }
  25% { opacity: 1; transform: scale(1.4) rotate(90deg) translateY(-20px); }
  50% { opacity: 1; transform: scale(0.8) rotate(180deg) translateY(-40px); }
  100% { opacity: 0; transform: scale(0) rotate(360deg) translateY(-70px); }
}

@keyframes popIn {
  0% { transform: scale(0.85); }
  60% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
@media (min-width: 375px) {
.door-container { 
  width: 85%
}

/* ===== RESPONSIVE: TABLET (768px+) ===== 
@media (min-width: 768px) {
  .logo-img {
    height: 3rem;
  }

  .tagline {
    margin-top: 0.5rem;
    font-size: 1.15rem;
    padding: 0 2rem;
  }

  .door-container {
    width: 65vw;
  }

  .door-cta {
    bottom: 2rem;
  }

  .door-cta-text {
    font-size: 0.8rem;
    letter-spacing: 0.25em;
    padding: 0.6rem 1.2rem;
  }

  .modal-content {
    padding: 2.5rem;
  }

  .modal-title {
    font-size: 1.75rem;
  }

  .modal-subtitle {
    font-size: 1.125rem;
  }

  .modal-fine-print {
    font-size: 0.75rem;
  }

  .email-input {
    font-size: 1.125rem;
  }

  .password-section {
    padding: 4rem 2rem;
  }

  .password-input {
    font-size: 1.25rem;
  }

  .landing-footer {
    bottom: 1.5rem;
    font-size: 0.75rem;
  }
}

/* ===== RESPONSIVE: DESKTOP (1024px+) ===== 
@media (min-width: 1024px) {
  .door-section {
    top: -60px;
  }

  .logo-container {
   margin-top: 1rem;
  }

  .logo-img {
    height: 3.5rem;
  }


  .door-container {
    width: 50vw;
    max-width: 780px;
  }

  .door-click-target {
    transform: translateY(25px);
  }

  .door-cta-text {
    font-size: 0.875rem;
    letter-spacing: 0.3em;
    padding: 0.625rem 1.25rem;
  }

  .modal-content {
    padding: 3rem;
    max-width: 30rem;
  }

  .modal-title {
    font-size: 1.875rem;
  }

  .password-section {
    padding: 5rem 2rem;
  }
}

/* ===== RESPONSIVE: LARGE DESKTOP (1440px+) ===== 
@media (min-width: 1440px) {
  .logo-img {
    height: 4rem;
  }

  .tagline {
    font-size: 1.375rem;
  }

  .door-container {
    width: 45vw;
    max-width: 900px;
  }

  .modal-content {
    max-width: 32rem;
    padding: 3.5rem;
  }

  .modal-title {
    font-size: 2rem;
  }

  .modal-subtitle {
    font-size: 1.25rem;
  }
}
*/