@charset "UTF-8";
.product-container {
  flex: 1;
}
.product-container .tri-bullet-section {
  background-color: var(--clr-neutral-100);
}
.product-container .product-description-section {
  background-color: rgba(64, 110, 125, 0.1);
  padding: 4rem 0;
}
.product-container .product-description-section .content-container {
  margin: 0 var(--space-inline-mobile);
}
.product-container .product-description-section .description-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.product-container .product-description-section .description-text h2 {
  margin-bottom: 1rem;
  color: var(--clr-primary-600);
}
.product-container .product-description-section .description-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.product-container .product-description-section .description-images {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-container .product-description-section .description-images .image-with-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-container .product-description-section .description-images .image-with-text .description-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.product-container .product-description-section .description-images .image-with-text .image-caption {
  font-size: var(--fs-paragraph);
  color: var(--clr-neutral-600);
  line-height: 1.65;
  max-width: 70ch;
  letter-spacing: 0.01em;
}
.product-container .product-description-section .description-images .image-with-text .image-caption .bold-first-sentence {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}
.product-container .our-products-section {
  background-color: rgba(64, 110, 125, 0.1);
}
.product-container .tri-bullet-section,
.product-container .our-products-section,
.product-container .various-cta-section {
  padding-bottom: 16.8vw;
  padding-top: 16.8vw;
}
.product-container .tri-bullet-section .content-container,
.product-container .our-products-section .content-container,
.product-container .various-cta-section .content-container {
  margin: 0 var(--space-inline-mobile) 0 var(--space-inline-mobile);
}

@media screen and (width >= 768px) and (width < 1024px) {
  .product-container .product-description-section .description-images .image-with-text .description-image {
    height: 300px;
  }
}
@media screen and (width >= 1024px) {
  .product-container .tri-bullet-section,
  .product-container .our-products-section,
  .product-container .various-cta-section {
    padding-bottom: 8.333vw;
    padding-top: 8.333vw;
  }
  .product-container .tri-bullet-section .content-container,
  .product-container .our-products-section .content-container,
  .product-container .various-cta-section .content-container {
    margin: 0 var(--space-inline-desktop) 0 var(--space-inline-desktop);
  }
  .product-container .product-description-section {
    padding: 6rem 0;
  }
  .product-container .product-description-section .content-container {
    margin: 0 var(--space-inline-desktop);
  }
  .product-container .product-description-section .description-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .product-container .product-description-section .description-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  .product-container .product-description-section .description-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .product-container .product-description-section .description-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    text-indent: 2rem;
  }
  .product-container .product-description-section .description-images {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .product-container .product-description-section .description-images .image-with-text {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .product-container .product-description-section .description-images .image-with-text:nth-child(odd) {
    flex-direction: row;
  }
  .product-container .product-description-section .description-images .image-with-text:nth-child(even) {
    flex-direction: row-reverse;
  }
  .product-container .product-description-section .description-images .image-with-text .description-image {
    flex: 1;
    width: 500px;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  }
  .product-container .product-description-section .description-images .image-with-text .image-caption {
    flex: 1;
    font-size: var(--fs-paragraph);
    color: var(--clr-neutral-700);
    line-height: 1.7;
    padding: 1.5rem;
    max-width: 70ch;
    letter-spacing: 0.01em;
  }
  .product-container .product-description-section .description-images .image-with-text .image-caption .bold-first-sentence {
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
  }
}
@media screen and (width >= 1440px) {
  .product-container .tri-bullet-section .content-container,
  .product-container .our-products-section .content-container,
  .product-container .various-cta-section .content-container {
    margin: 0 var(--space-inline-desktop) 0 var(--space-inline-desktop);
  }
  .product-container .product-description-section .description-images .image-with-text .description-image {
    width: 600px;
    height: 530px;
  }
}
@media screen and (width >= 1920px) {
  .product-container .product-description-section .description-images .image-with-text .description-image {
    width: 600px;
    height: 530px;
    max-width: 600px;
    max-height: 530px;
  }
}
@media screen and (width >= 1600px) {
  .product-container .tri-bullet-section,
  .product-container .our-products-section,
  .product-container .various-cta-section {
    padding-bottom: 133.328px;
    padding-top: 133.328px;
  }
}
@media screen and (width >= 1920px) {
  .product-container .tri-bullet-section .content-container,
  .product-container .our-products-section .content-container,
  .product-container .various-cta-section .content-container {
    padding-top: var(--space-block-large-desktop);
    margin-left: var(--space-inline-large-desktop);
    margin-right: var(--space-inline-large-desktop);
  }
}
:root {
  /* === Colour Variables === */
  --clr-accent-blue-400: #64A5E5;
  --clr-accent-green-300: #69b597;
  --clr-accent-green-300-30: rgb(105 181 151 / 30%);
  --clr-accent-green-300-70: rgb(105 181 151 / 70%);
  --clr-accent-teal-500: #0A5F5B;
  --clr-accent-teal-500-70: rgb(10 95 91 / 70%);
  --clr-accent-teal-700: #065551;
  --clr-primary-900: #2F2F2F;
  --clr-primary-800: #102036;
  --clr-primary-700: #053836;
  --clr-neutral-100: #F1F2F6;
  --clr-neutral-900: #000;
}

.tri-bullet {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.tri-bullet .tri-bullet-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-accent-green-300-30);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  margin-bottom: 1.25vw;
}
.tri-bullet .tri-bullet-icon-wrapper .tri-bullet-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--clr-accent-teal-500);
  width: 74px;
  height: 74px;
}
.tri-bullet .tri-bullet-icon-wrapper .tri-bullet-icon .tri-bullet-object {
  height: 35px;
  width: auto;
  filter: invert(1);
  display: block;
  margin: 0 auto;
}
.tri-bullet .tri-bullet-title {
  margin-bottom: 0.972vw;
}
.tri-bullet .tri-bullet-text {
  text-align: center;
  max-width: 61.867vw;
}
@media screen and (width >= 768px) {
  .tri-bullet .tri-bullet-text {
    max-width: 16.111vw;
  }
}
@media screen and (width >= 1024px) {
  .tri-bullet {
    align-items: flex-start;
  }
  .tri-bullet .tri-bullet-text {
    text-align: start;
  }
}

.three-column-section .section-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 11.467vw;
}
.three-column-section .section-header .rectangle-div {
  display: block;
  width: 90px;
  height: 9px;
  background: linear-gradient(90deg, var(--clr-accent-teal-500), var(--clr-accent-green-300));
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
.three-column-section .section-header h2 {
  margin: 0;
}
.three-column-section .three-column-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13.056vw;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.three-column-section .three-column-content > * {
  width: 100%;
  max-width: 366px;
}
.three-column-section .section-cta {
  display: flex;
  justify-content: flex-end;
  margin-top: clamp(20px, 4vw, 40px);
  padding: 0 var(--space-inline-mobile);
}
@media screen and (width >= 768px) {
  .three-column-section .three-column-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 5.333vw;
  }
  .three-column-section .three-column-content > * {
    width: calc(50% - 2.667vw);
    max-width: 366px;
  }
}
@media screen and (width >= 1024px) {
  .three-column-section .section-header {
    align-items: flex-start;
    margin-bottom: 4.028vw;
  }
  .three-column-section .three-column-content {
    gap: 5.333vw;
    padding: 0 2.667vw;
  }
  .three-column-section .three-column-content > * {
    width: calc(33.333% - 3.556vw);
    max-width: 366px;
    min-width: 0;
  }
  .three-column-section .section-cta {
    padding: 0 2.667vw;
  }
}
/* MAIN CTA layout */
.main-cta-section {
  background: linear-gradient(210deg, #64a5e5, #101a36);
  padding: clamp(32px, 8vw, 96px) var(--space-inline-mobile); /* ✅ side padding added */
  /* Right column (text + contact + map) */
  /* Contact rows + chip button */
  /* Map */
  /* Left column (form card) */
}
.main-cta-section .main-cta-grid {
  display: grid;
  gap: clamp(20px, 4vw, 48px);
  grid-template-areas: "a" "b";
}
.main-cta-section .tell-us-cta-wrapper {
  grid-area: b;
  color: var(--clr-neutral-100);
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 28px);
}
.main-cta-section .tell-us-cta-wrapper .main-cta-section-title {
  margin: 0;
  line-height: 1.2;
  max-width: 30ch;
}
.main-cta-section .contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: clamp(12px, 1.8vw, 20px);
}
.main-cta-section .contact-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--clr-neutral-100);
  font-weight: 500;
  padding: 10px 12px;
  border-radius: 12px; /* for hover effect */
  border: 1px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.main-cta-section .contact-row:hover, .main-cta-section .contact-row:focus {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.main-cta-section .contact-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  opacity: 0.9;
}
.main-cta-section .contact-ico svg {
  width: 100%;
  height: 100%;
  fill: white;
  stroke: none;
}
.main-cta-section .map-wrapper {
  margin-top: clamp(8px, 1.2vw, 16px);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.main-cta-section .map-wrapper:hover {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.09);
}
.main-cta-section .map-wrapper a {
  display: block;
  transition: transform 0.3s ease;
}
.main-cta-section .map-wrapper a:hover {
  transform: scale(1.05);
}
.main-cta-section .map-wrapper .map-image {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.main-cta-section .map-wrapper .map-image-large {
  display: none;
}
.main-cta-section .map-wrapper .map-image-small {
  display: block;
}
@media (width >= 768px) {
  .main-cta-section .map-wrapper .map-image-large {
    display: block;
  }
  .main-cta-section .map-wrapper .map-image-small {
    display: none;
  }
}
.main-cta-section .cta-form-wrapper {
  background: var(--clr-neutral-100);
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  padding: clamp(22px, 4.8vw, 40px) clamp(20px, 5vw, 40px);
  width: 100%;
  max-width: 560px;
  grid-area: a;
  position: relative;
}
.main-cta-section .cta-form-wrapper .cta-form-subtitle {
  margin: 0 0 4px;
  font-size: clamp(var(--fs-300), 2.2vw, var(--fs-500));
  color: #0a1a33;
}
.main-cta-section .cta-form-wrapper .cta-form-kicker {
  margin: 0 0 clamp(12px, 2vw, 20px);
  color: #445;
  font-size: clamp(var(--fs-100), 1.7vw, var(--fs-200));
}
.main-cta-section .cta-form-wrapper .cta-form {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 2.4vw, 20px);
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-name-row {
  display: grid;
  gap: clamp(12px, 2.4vw, 20px);
}
@media (width >= 480px) {
  .main-cta-section .cta-form-wrapper .cta-form .cta-form-name-row {
    grid-template-columns: 1fr 1fr;
  }
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-hint {
  margin: 0;
  font-size: var(--fs-100);
  color: #667;
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: var(--fs-100);
  color: #445;
  line-height: 1.45;
  cursor: pointer;
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-consent input {
  margin-top: 3px;
  flex-shrink: 0;
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-consent-note {
  margin: -4px 0 0;
  font-size: var(--fs-100);
  color: #667;
}
.main-cta-section .cta-form-wrapper .cta-form .cta-form-consent-note a {
  color: inherit;
}
.main-cta-section .cta-form-wrapper .cta-form .underline-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d6d8df;
  background: transparent;
  padding: 10px 2px;
  font-size: var(--fs-paragraph);
  outline: none;
}
.main-cta-section .cta-form-wrapper .cta-form select.underline-input {
  cursor: pointer;
  appearance: auto;
  color: #6b7280;
}
.main-cta-section .cta-form-wrapper .cta-form select.underline-input:valid {
  color: var(--clr-primary-900, #2f2f2f);
}
.main-cta-section .cta-form-wrapper .cta-form textarea.underline-input {
  resize: vertical;
}
.main-cta-section .cta-form-wrapper .cta-form .underline-input:focus {
  border-bottom: 2px solid #64a5e5;
}
.main-cta-section .cta-form-wrapper .cta-form .cta-submit {
  margin-top: clamp(8px, 1.8vw, 16px);
  width: 100%;
  border-radius: 28px;
  padding: 14px 18px;
}

/* Desktop split (>=768px) */
@media (width >= 768px) {
  .main-cta-section .main-cta-grid {
    grid-template-areas: "b a";
    grid-template-columns: minmax(0, 1fr) minmax(350px, 1fr);
    align-items: start;
  }
  .main-cta-section .cta-form-wrapper {
    justify-self: start;
    max-width: 560px;
  }
  .main-cta-section .tell-us-cta-wrapper {
    justify-self: end;
    max-width: 620px;
    min-width: 350px;
  }
}
.gallery-section {
  padding: 4rem 0;
  background-color: var(--clr-neutral-100);
}
.gallery-section .content-container {
  margin: 0 var(--space-inline-mobile);
}
.gallery-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--clr-primary-600);
  font-size: var(--fs-600);
}
.gallery-section .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  grid-auto-flow: dense;
  /* Simple grid for fewer images (3-14 images) */
}
.gallery-section .gallery-grid .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  /* Default (mobile-first) aspect ratios */
}
.gallery-section .gallery-grid .gallery-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.gallery-section .gallery-grid .gallery-item .gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.gallery-section .gallery-grid .gallery-item.square {
  aspect-ratio: 1/1;
}
.gallery-section .gallery-grid .gallery-item.horizontal {
  aspect-ratio: 2/1;
  grid-column: span 2;
}
.gallery-section .gallery-grid .gallery-item.vertical {
  aspect-ratio: 1/2;
  grid-column: span 1;
  grid-row: span 2;
}
.gallery-section .gallery-grid.gallery-grid-simple {
  grid-auto-flow: row;
}
.gallery-section .gallery-grid.gallery-grid-simple .gallery-item.square, .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.horizontal, .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.vertical {
  aspect-ratio: 1/1;
  grid-column: span 1;
  grid-row: span 1;
}

/* === Tablet (≥600px and <1024px): Two-column responsive layout === */
@media screen and (width >= 600px) and (width <= 1023px) {
  .gallery-section {
    padding: 5rem 0;
  }
  .gallery-section .content-container {
    margin: 0 var(--space-inline-tablet, 2rem);
  }
  .gallery-section .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    gap: 1.2rem;
  }
  .gallery-section .gallery-grid .gallery-item {
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: unset;
  }
  .gallery-section .gallery-grid .gallery-item.square {
    aspect-ratio: 1/1;
  }
  .gallery-section .gallery-grid .gallery-item.horizontal {
    aspect-ratio: 497/240;
    grid-column: span 2;
  }
  .gallery-section .gallery-grid .gallery-item.vertical {
    aspect-ratio: 240/495;
    grid-column: span 1;
    grid-row: span 2;
  }
  .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.square, .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.horizontal, .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.vertical {
    aspect-ratio: 1/1;
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media screen and (width >= 1024px) {
  .gallery-section {
    padding: 6rem 0;
  }
  .gallery-section .content-container {
    margin: 0 var(--space-inline-desktop);
  }
  .gallery-section h2 {
    font-size: var(--fs-700);
    margin-bottom: 4rem;
  }
  .gallery-section .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto;
    /* Simple grid for fewer images - 3 columns on desktop */
    /* Row 1: | s | v | h | h | */
    /* vertical spans 2 rows */
    /* horizontal spans 2 columns */
    /* Row 2: | s | v | s | s | */
    /* same vertical continues */
    /* Row 3: | h | h | s | s | */
    /* horizontal spans 2 columns */
    /* Row 4: | s | v | h | h | */
    /* vertical spans 2 rows */
    /* horizontal spans 2 columns */
    /* Row 5: | s | v | s | s | */
    /* vertical continues */
  }
  .gallery-section .gallery-grid .gallery-item {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  .gallery-section .gallery-grid .gallery-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  }
  .gallery-section .gallery-grid .gallery-item.square {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 240/240;
  }
  .gallery-section .gallery-grid .gallery-item.horizontal {
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 497/240; /* 2:1 + gap adjustment */
  }
  .gallery-section .gallery-grid .gallery-item.vertical {
    grid-column: span 1;
    grid-row: span 2;
    aspect-ratio: 240/495; /* 1:2 + gap adjustment */
  }
  .gallery-section .gallery-grid.gallery-grid-simple {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
  }
  .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.square, .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.horizontal, .gallery-section .gallery-grid.gallery-grid-simple .gallery-item.vertical {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1/1;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="1,1"] {
    grid-column: 1;
    grid-row: 1;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="1,2"] {
    grid-column: 2;
    grid-row: 1/3;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="1,3"] {
    grid-column: 3/5;
    grid-row: 1;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="2,1"] {
    grid-column: 1;
    grid-row: 2;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="2,2"] {
    grid-column: 2;
    grid-row: 1/3;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="2,3"] {
    grid-column: 3;
    grid-row: 2;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="2,4"] {
    grid-column: 4;
    grid-row: 2;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="3,1"] {
    grid-column: 1/3;
    grid-row: 3;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="3,3"] {
    grid-column: 3;
    grid-row: 3;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="3,4"] {
    grid-column: 4;
    grid-row: 3;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="4,1"] {
    grid-column: 1;
    grid-row: 4;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="4,2"] {
    grid-column: 2;
    grid-row: 4/6;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="4,3"] {
    grid-column: 3/5;
    grid-row: 4;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="5,1"] {
    grid-column: 1;
    grid-row: 5;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="5,2"] {
    grid-column: 2;
    grid-row: 4/6;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="5,3"] {
    grid-column: 3;
    grid-row: 5;
  }
  .gallery-section .gallery-grid .gallery-item[data-position="5,4"] {
    grid-column: 4;
    grid-row: 5;
  }
}
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gallery-modal.active {
  opacity: 1;
  visibility: visible;
}
.gallery-modal .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(4px);
}
.gallery-modal .modal-content {
  position: relative;
  width: 95vw;
  height: 95vh;
  max-width: 95vw;
  max-height: 95vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.gallery-modal .modal-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 95vw;
  max-height: 95vh;
  gap: 2rem;
}
.gallery-modal .modal-image-wrapper[data-orientation=square], .gallery-modal .modal-image-wrapper[data-orientation=vertical] {
  flex-direction: row;
}
.gallery-modal .modal-image-wrapper[data-orientation=horizontal] {
  flex-direction: column;
}
.gallery-modal .modal-image {
  flex-shrink: 0;
  max-width: calc(95vw - 80px);
  max-height: calc(95vh - 80px);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.gallery-modal .modal-image[data-orientation=horizontal] {
  max-width: calc(95vw - 80px);
  width: auto;
  height: auto;
}
.gallery-modal .modal-image[data-orientation=vertical] {
  max-width: calc(50vw - 60px);
  max-height: calc(95vh - 80px);
  width: auto;
  height: auto;
}
.gallery-modal .modal-image[data-orientation=square] {
  max-width: calc(50vw - 60px);
  max-height: calc(95vh - 80px);
  width: auto;
  height: auto;
}
.gallery-modal .modal-caption {
  flex-shrink: 0;
  color: white;
  font-size: var(--fs-paragraph);
  line-height: 1.6;
  max-width: 400px;
  display: none;
  margin: 0;
}
.modal-image-wrapper[data-orientation=square] .gallery-modal .modal-caption, .modal-image-wrapper[data-orientation=vertical] .gallery-modal .modal-caption {
  max-width: 400px;
}
.modal-image-wrapper[data-orientation=horizontal] .gallery-modal .modal-caption {
  max-width: 800px;
  text-align: center;
}
.gallery-modal .modal-caption:not(:empty) {
  display: block;
}
.gallery-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}
.gallery-modal .modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.gallery-modal .modal-close:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}

@media screen and (width <= 768px) {
  .gallery-modal .modal-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
  .gallery-modal .modal-content {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    padding: 50px 15px 15px;
  }
  .gallery-modal .modal-image-wrapper {
    flex-direction: column !important;
    gap: 1rem;
    max-width: 100vw;
    max-height: 100vh;
  }
  .gallery-modal .modal-image {
    max-width: 100%;
    max-height: calc(100vh - 120px);
  }
  .gallery-modal .modal-caption {
    font-size: var(--fs-100);
    padding: 0 15px;
    max-width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=product-deferred.css.map */
