
body {
  white-space: normal;
}


footer.w-box {
  padding-top: 20px;
  padding-bottom: 20px;
}


.nav-bar {
  position: relative;
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgb(20 20 20 / 1);
  cursor: pointer;
  flex-shrink: 0;
}
.nav-toggle-icon-close {
  display: none;
}
.nav-toggle.is-open .nav-toggle-icon-open {
  display: none;
}
.nav-toggle.is-open .nav-toggle-icon-close {
  display: block;
}


.nav-mobile-call {
  display: none;
}


.nav-contact-box {
  display: none;
}
@media all and (min-width: 768px) {
  .nav-contact-box {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .nav-contact-icon {
    display: flex;
    color: rgb(20 20 20 / 1);
  }
  .nav-contact-icon:hover {
    color: #2938b0;
  }
  .nav-contact-call {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px;
    border: 1px solid rgb(20 20 20 / 1);
    border-radius: 5px;
    color: rgb(20 20 20 / 1);
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    white-space: nowrap;
  }
}
.nav-mobile-social {
  display: none;
}

@media all and (max-width: 767px) {
  .nav-toggle {
    display: flex;
  }
  .nav-links-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.12);
    padding: 20px 24px;
    z-index: 400;
  }
  .nav-links-wrapper.is-open {
    display: block;
  }
  .nav-links-wrapper ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nav-mobile-call {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgb(20 20 20 / 0.1);
    font-weight: 700;
    color: #2938b0;
    text-decoration: none;
  }
  .nav-mobile-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
    color: rgb(20 20 20 / 1);
  }
  .nav-mobile-social a {
    display: flex;
    color: inherit;
  }
  .nav-mobile-social a:hover {
    color: #2938b0;
  }
}


.gallery-intro-text {
  font-family: inherit;
  font-size: 1.1rem;
  line-height: 1.5;
  color: rgb(76 76 76 / 1);
}

/* Marquee (used on index.ejs) */
.marquee-wrapper {
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  position: relative !important;
  white-space: nowrap !important;
  contain: layout paint !important;
}
.marquee-track {
  display: flex !important;
  width: max-content !important;
  will-change: transform;
  gap: 0px !important;
}
.marquee-track img {
  flex-shrink: 0 !important;
  height: 350px !important;
  width: auto !important;
  object-fit: cover !important;
  display: block !important;
}

/* Custom slideshow (used on gallery.ejs) */
.custom-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-color: transparent;
}
.custom-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.custom-slideshow img.active {
  opacity: 1 !important;
}


select.w-select-trigger {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}


select.w-select-trigger:invalid {
  color: var(--foreground-muted, rgb(76 76 76 / 1));
}


.quote-form-fields {
  padding: 20px;
  border-radius: 10px;
}
.quote-form-submit {
  display: block !important;
  width: 100% !important;
  text-align: center;
}


.file-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0;
}
.file-chip-list:empty {
  margin: 0;
}
.file-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background-color: #eef0fb;
  border: 1px solid #2938b0;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #141414;
}
.file-chip-gallery {
  background-color: #e4e9fb;
}
.file-chip-size {
  color: rgb(76 76 76 / 1);
}
.file-chip-remove {
  background: transparent;
  border: none;
  color: #2938b0;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0 0 4px;
}
.file-chip-remove:hover {
  color: #00084d;
}
.file-size-total {
  font-size: 0.85rem;
  color: rgb(76 76 76 / 1);
  margin: 4px 0;
}
.file-size-total.file-size-total-over {
  color: #b00020;
  font-weight: 700;
}
.file-size-error {
  font-size: 0.85rem;
  color: #b00020;
  margin: 4px 0;
}
.file-size-error[hidden],
.file-size-total[hidden] {
  display: none;
}


.quote-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgb(20 20 20 / 0.5);
  z-index: 1000;
}
.quote-modal[hidden] {
  display: none;
}
.quote-modal-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 10px 40px rgb(20 20 20 / 0.25);
  text-align: center;
}
.quote-modal-message {
  margin-bottom: 16px;
  color: rgb(20 20 20 / 1);
  font-size: 1rem;
}
.quote-modal-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.quote-modal-button {
  background-color: #2938b0;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  padding: 10px 24px;
  cursor: pointer;
}
.quote-modal-button:hover {
  background-color: #00084d;
}
.quote-modal-button-secondary {
  background-color: transparent;
  color: #2938b0;
  border: 1px solid #2938b0;
}
.quote-modal-button-secondary:hover {
  background-color: #f4f4f4;
}

.email-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.email-link {
  color: inherit;
  text-decoration: none;
}
.email-link:hover {
  text-decoration: underline;
}
.copy-email-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
}
.copy-email-btn:hover {
  opacity: 0.7;
}
.copy-email-feedback {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 0.85rem;
  color: #2938b0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.copy-email-btn.copied .copy-email-feedback {
  opacity: 1;
}


.contact-info-grid {
  grid-template-columns: repeat(2, minmax(max-content, 1fr));
}


.contact-hero-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}


.services-hero-split.contact-hero-split {
  padding: 32px 24px;
}


#quote-form {
  margin-top: 20px;
}


.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.gallery-filter-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 8px 18px;
  cursor: pointer;
}
.gallery-filter-btn:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.gallery-filter-btn.active {
  background-color: #fff;
  color: #2938b0;
}
.gallery-photo-hidden {
  display: none !important;
}
#gallery-grid img {
  cursor: pointer;
}


.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(20 20 20 / 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.gallery-lightbox[hidden] {
  display: none;
}
.gallery-lightbox-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 90vw;
}
.gallery-lightbox-image {
  max-width: 90vw;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.5);
}
.gallery-lightbox-attach-btn {
  background-color: #2938b0;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  border-radius: 5px;
  padding: 10px 22px;
  cursor: pointer;
}
.gallery-lightbox-attach-btn:hover {
  background-color: #00084d;
}
.gallery-lightbox-close,
.gallery-lightbox-prev,
.gallery-lightbox-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(255 255 255 / 0.1);
  border: none;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.gallery-lightbox-close:hover,
.gallery-lightbox-prev:hover,
.gallery-lightbox-next:hover {
  background-color: rgb(255 255 255 / 0.25);
}
.gallery-lightbox-close {
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}
.gallery-lightbox-prev,
.gallery-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}
.gallery-lightbox-prev {
  left: 20px;
}
.gallery-lightbox-next {
  right: 20px;
}
@media all and (max-width: 767px) {
  .gallery-lightbox-image {
    max-width: 85vw;
    max-height: 65vh;
  }
  .gallery-lightbox-prev {
    left: 8px;
  }
  .gallery-lightbox-next {
    right: 8px;
  }
}


.back-to-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: rgb(0 8 77 / 0.65);
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s, background-color 0.2s ease;
  z-index: 500;
}
.back-to-top-btn.is-visible {
  opacity: 0.75;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top-btn:hover {
  opacity: 1;
  background-color: rgb(0 8 77 / 0.9);
}


.social-follow-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}
.social-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 50px;
  border: 2px solid;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.social-follow-btn-instagram {
  border-color: #e1306c;
  color: #e1306c;
}
.social-follow-btn-instagram:hover {
  background-color: #e1306c;
  color: #fff;
}
.social-follow-btn-facebook {
  border-color: #1877f2;
  color: #1877f2;
}
.social-follow-btn-facebook:hover {
  background-color: #1877f2;
  color: #fff;
}


.hero-subtitle {
  max-width: 640px;
  color: rgb(76 76 76 / 1);
  font-size: 1.1rem;
  line-height: 1.5;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.hero-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.hero-btn-primary {
  background-color: #2938b0;
  color: #fff;
}
.hero-btn-primary:hover {
  background-color: #00084d;
}
.hero-btn-secondary {
  background-color: transparent;
  color: #2938b0;
  border: 1px solid #2938b0;
}
.hero-btn-secondary:hover {
  background-color: #f4f4f4;
}
.hero-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgb(76 76 76 / 1);
  text-transform: uppercase;
}
.hero-divider {
  margin: 8px 0;
  opacity: 0.3;
}


.about-section-gray {
  background-color: #f4f4f4;
}
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px;
  align-items: start;
}
.about-hero-photo-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  aspect-ratio: 3 / 4;
  background-color: #f4f4f4;
  border: 1px dashed rgb(76 76 76 / 0.4);
  border-radius: 8px;
  color: rgb(76 76 76 / 1);
  font-size: 0.9rem;
}
.about-hero-heading {
  margin-bottom: 16px;
  font-size: var(--font-size-fluid-3);
}
.about-hero-text {
  margin-bottom: 16px;
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
}
.about-hero-text:last-child {
  margin-bottom: 0;
}

.about-why-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px;
}
.about-why-heading {
  text-align: center;
  margin-bottom: 32px;
}
.about-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.about-why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.about-why-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.about-why-card-img-pair {
  display: flex;
  gap: 8px;
  width: 100%;
  aspect-ratio: 4 / 3;
}
.about-why-card-img-pair img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.about-why-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  min-height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-why-card-text {
  color: rgb(76 76 76 / 1);
  line-height: 1.5;
}


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

.about-cta-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px 24px;
}
.about-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.about-cta-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
/* Widen the section itself for 3 cards, rather than shrinking each card
   to fit the original 2-card width -- keeps cards the same size as
   before, just with a wider row. */
.about-cta-section-3 {
  max-width: 1524px;
}
.about-cta-card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}
.about-cta-card-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.about-cta-card:hover .about-cta-card-img {
  transform: scale(1.03);
}
.about-cta-card-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  white-space: nowrap;
}

@media all and (max-width: 767px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
  .about-why-grid {
    grid-template-columns: 1fr;
  }
  .about-cta-grid {
    grid-template-columns: 1fr;
  }
}


.testimonial-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.testimonial-row {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: center;
}
.testimonial-photo {
  aspect-ratio: 4 / 3;
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.testimonial-quote {
  font-style: italic;
  color: rgb(76 76 76 / 1);
  line-height: 1.5;
}
.testimonial-name {
  font-weight: 700;
}
.testimonial-rating {
  color: #f5a623;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.summary-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px;
  align-items: center;
}
.summary-photo {
  aspect-ratio: 4 / 3;
}
.summary-heading {
  margin-bottom: 16px;
}
.summary-text {
  margin-bottom: 24px;
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
}

.closing-cta {
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 24px;
  text-align: center;
}
.closing-cta-text {
  margin-bottom: 24px;
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
}

@media all and (max-width: 767px) {
  .testimonial-row {
    grid-template-columns: 1fr;
  }
  .summary-section {
    grid-template-columns: 1fr;
  }
}


.service-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(76 76 76 / 1);
  line-height: 1.6;
}
.service-price {
  font-weight: 700;
  color: #2938b0;
}
.service-card-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
}
.services-notes {
  max-width: 720px;
}
.services-note-text {
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
  margin-bottom: 16px;
}
.services-subheading {
  margin-bottom: 16px;
}
.odies-oil-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background-color: #fff;
  border-radius: 8px;
}
.disclaimer-text {
  font-size: 0.8rem;
  color: rgb(76 76 76 / 1);
  margin-top: 8px;
}
.services-hero-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 64px 24px;
  align-items: start;
}
.services-hero-heading {
  text-align: left;
  margin-bottom: 16px;
  font-size: var(--font-size-fluid-3);
}
.services-hero-text {
  margin-bottom: 24px;
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
}

.hero-collage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.hero-collage-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  transition: opacity 0.4s ease;
}

@media all and (max-width: 767px) {
  .services-hero-split {
    grid-template-columns: 1fr;
  }
}



.policy-modal {
  position: fixed;
  inset: 0;
  z-index: 2100;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(20 20 20 / 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 20px;
}
.policy-modal[hidden] {
  display: none;
}
.policy-modal-box {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  max-width: 720px;
  width: 100%;
  max-height: 85vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgb(0 0 0 / 0.4);
}
.policy-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 24px 16px;
  border-bottom: 1px solid #f4f4f4;
}
.policy-modal-title {
  margin: 0;
}
.policy-modal-close {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: #f4f4f4;
  color: rgb(20 20 20 / 1);
  cursor: pointer;
}
.policy-modal-close:hover {
  background-color: #e0e0e0;
}
.policy-modal-content {
  padding: 16px 24px 24px;
  overflow-y: auto;
}
.policy-modal-content h3 {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.policy-modal-content h3:first-child {
  margin-top: 0;
}
.policy-modal-content p {
  margin-bottom: 14px;
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
}
.policy-modal-content ul {
  margin: 0 0 14px 20px;
  padding: 0;
  line-height: 1.6;
  color: rgb(76 76 76 / 1);
}
.policy-modal-content li {
  margin-bottom: 4px;
}
.policy-modal-content strong {
  color: rgb(20 20 20 / 1);
}
.policy-disclaimer {
  background-color: #f4f4f4;
  border-left: 3px solid #2938b0;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 0.9rem;
}
.policy-link {
  color: #2938b0;
  text-decoration: none;
  cursor: pointer;
}
.policy-link:hover {
  text-decoration: underline;
}
.policy-links-row {
  text-align: center;
  margin-top: 16px;
  font-size: 0.9rem;
  color: rgb(76 76 76 / 1);
}


.nav-cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-left: 4px;
  border: none;
  background: transparent;
  color: rgb(20 20 20 / 1);
  cursor: pointer;
  flex-shrink: 0;
}
.nav-cart-btn:hover {
  color: #2938b0;
}
.nav-cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 999px;
  background-color: #2938b0;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}


.shop-section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 24px;
}
.shop-heading {
  text-align: center;
  margin-bottom: 12px;
}
.shop-subtext {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 32px;
  color: rgb(76 76 76 / 1);
  line-height: 1.5;
}
.shop-banner {
  max-width: 1024px;
  margin: 0 auto 32px;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
}
.shop-banner-success {
  background-color: #e6f4ea;
  color: #1e6b34;
}
.shop-banner-cancelled {
  background-color: #f4f4f4;
  color: rgb(76 76 76 / 1);
}
.shop-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
}
.shop-filter-btn {
  background-color: transparent;
  border: 1px solid #2938b0;
  color: #2938b0;
  font-weight: 700;
  border-radius: 5px;
  padding: 8px 18px;
  cursor: pointer;
}
.shop-filter-btn:hover {
  background-color: #f4f4f4;
}
.shop-filter-btn.active {
  background-color: #2938b0;
  color: #fff;
}
.shop-card-hidden {
  display: none !important;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.shop-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
}
.shop-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f4f4f4;
}
.shop-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* Product photos are a mix of landscape (boards) and portrait
     (coasters) shots -- contain (not cover) shows the whole photo at
     every orientation instead of cropping whichever side overflows a
     fixed box. */
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Stacked images all occupy the same box; without this, clicks would
     hit whichever <img> is last in the DOM regardless of which one is
     actually visible. Only the visible (.active) photo should be
     clickable, to open the shop-lightbox on the right photo. */
  pointer-events: none;
}
.shop-card-img.active {
  opacity: 1;
  pointer-events: auto;
  cursor: zoom-in;
}
.shop-card-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.85);
  color: #141414;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}
.shop-card-arrow:hover {
  opacity: 1;
}
.shop-card-arrow-prev {
  left: 8px;
}
.shop-card-arrow-next {
  right: 8px;
}
.shop-card-dots {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.shop-card-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.6);
  box-shadow: 0 0 0 1px rgb(0 0 0 / 0.3);
  cursor: pointer;
}
.shop-card-dot.active {
  background-color: #fff;
}
.shop-card-title {
  font-size: 1.1rem;
  font-weight: 700;
}
.shop-card-desc {
  color: rgb(76 76 76 / 1);
  line-height: 1.5;
  flex-grow: 1;
}
.shop-card-price {
  font-weight: 700;
  font-size: 1.05rem;
}
.shop-card-stock {
  font-size: 0.85rem;
  font-weight: 600;
  color: #b3261e;
}
.shop-card-soldout-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 4px;
  background-color: rgb(20 20 20 / 0.8);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.shop-add-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 700;
  border: none;
  background-color: #2938b0;
  color: #fff;
  cursor: pointer;
}
.shop-add-btn:hover {
  background-color: #00084d;
}
.shop-add-btn:disabled {
  background-color: rgb(20 20 20 / 0.2);
  cursor: not-allowed;
}
.shop-add-btn.is-added {
  background-color: #1e6b34;
}
@media all and (max-width: 900px) {
  .shop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 600px) {
  .shop-grid {
    grid-template-columns: 1fr;
  }
}


.cart-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: rgb(20 20 20 / 0.5);
  z-index: 1000;
}
/* Every .cart-* element below that sets its own `display` (flex, in all
   these cases) needs this same [hidden] override -- an author-stylesheet
   `display` declaration always beats the browser's built-in
   `[hidden]{display:none}` rule regardless of specificity, so without
   this, toggling .hidden in cart.js has no visual effect. Easy to miss
   because an *empty* flex container still renders as nothing -- this
   only became visible once .cart-total-row (which always has text
   content) got toggled hidden/shown after already being interacted
   with, see the pickup/ship fulfillment switch. */
.cart-items[hidden],
.cart-fulfillment[hidden],
.cart-shipping-options[hidden],
.cart-total-row[hidden] {
  display: none;
}
.cart-modal[hidden] {
  display: none;
}
.cart-modal-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
  max-width: 440px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgb(20 20 20 / 0.25);
}
.cart-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cart-modal-title {
  font-size: 1.2rem;
}
.cart-modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: transparent;
  color: rgb(20 20 20 / 1);
  cursor: pointer;
}
.cart-modal-close:hover {
  opacity: 0.7;
}
.cart-empty {
  color: rgb(76 76 76 / 1);
  text-align: center;
  padding: 24px 0;
}
.cart-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cart-item-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.cart-item-info {
  flex-grow: 1;
  min-width: 0;
}
.cart-item-name {
  font-weight: 700;
  font-size: 0.95rem;
}
.cart-item-price {
  color: rgb(76 76 76 / 1);
  font-size: 0.85rem;
  margin-bottom: 4px;
}
.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-qty-btn {
  width: 22px;
  height: 22px;
  border: 1px solid rgb(20 20 20 / 0.2);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}
.cart-qty-btn:hover {
  background-color: #f4f4f4;
}
.cart-qty-value {
  min-width: 1.2em;
  text-align: center;
  font-size: 0.9rem;
}
.cart-item-remove {
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: rgb(76 76 76 / 1);
  cursor: pointer;
  padding: 4px;
}
.cart-item-remove:hover {
  color: #b3261e;
}
.cart-modal-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgb(20 20 20 / 0.1);
}
.cart-error {
  color: #b3261e;
  font-size: 0.85rem;
  margin-bottom: 10px;
  text-align: center;
}
.cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 14px;
}
.cart-fulfillment {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.cart-fulfillment-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgb(20 20 20 / 0.15);
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
}
.cart-fulfillment-option:has(input:checked) {
  border-color: #2938b0;
  background-color: #eef0fb;
}
.cart-shipping-form {
  margin-bottom: 12px;
}
.cart-shipping-inputs {
  display: flex;
  gap: 8px;
}
.cart-shipping-input,
.cart-shipping-select {
  flex: 1;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgb(20 20 20 / 0.2);
  border-radius: 5px;
  font-size: 0.9rem;
  font-family: inherit;
}
.cart-shipping-btn {
  flex-shrink: 0;
  padding: 8px 14px;
  border: none;
  border-radius: 5px;
  background-color: #2938b0;
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
}
.cart-shipping-btn:hover:not(:disabled) {
  background-color: #00084d;
}
.cart-shipping-btn:disabled {
  background-color: rgb(20 20 20 / 0.2);
  cursor: not-allowed;
}
.cart-shipping-note {
  color: rgb(76 76 76 / 1);
  font-size: 0.8rem;
  margin-top: 6px;
  text-align: center;
}
.cart-shipping-error {
  color: #b3261e;
  font-size: 0.85rem;
  margin-top: 8px;
  text-align: center;
}
.cart-shipping-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 14px;
}
.cart-shipping-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgb(20 20 20 / 0.15);
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.9rem;
}
.cart-shipping-option:has(.cart-shipping-option-radio:checked) {
  border-color: #2938b0;
  background-color: #eef0fb;
}
.cart-shipping-option-radio {
  flex-shrink: 0;
}
.cart-shipping-option-label {
  flex-grow: 1;
}
.cart-shipping-option-label em {
  color: rgb(76 76 76 / 1);
  font-style: normal;
  font-size: 0.85rem;
}
.cart-shipping-option-price {
  font-weight: 700;
  flex-shrink: 0;
}
.cart-total-row {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.05rem;
  padding-top: 10px;
  margin-bottom: 14px;
  border-top: 1px solid rgb(20 20 20 / 0.1);
}
.cart-checkout-btn {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: none;
  background-color: #2938b0;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.cart-checkout-btn:hover:not(:disabled) {
  background-color: #00084d;
}
.cart-checkout-btn:disabled {
  background-color: rgb(20 20 20 / 0.2);
  cursor: not-allowed;
}
