/** Shopify CDN: Minification failed

Line 122:4 Expected ":"
Line 513:4 Expected ":"

**/
.cr-brand2 {
  --cr-green: #2d5a3d;
  font-family: 'Playfair Display', Georgia, serif;
  color: #1a1a1a;
}

.cr-brand2 p,
.cr-brand2 .cr-brand2__hero-description,
.cr-brand2__trust-item p,
.cr-brand2__story-copy p,
.cr-brand2__gallery-intro p {
  font-family: 'Cormorant Garamond', Georgia, serif;
}

.cr-brand2__section-heading {
  font-size: 1.9rem;
  text-align: center;
  margin: 0 0 2rem;
  color: var(--cr-accent, var(--cr-green));
}

.cr-brand2__section-heading--left {
  text-align: left;
  margin-bottom: 0.5rem;
}

/* Breadcrumb */
.cr-brand2__breadcrumb {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.8rem;
  padding: 1rem 2rem;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cr-brand2__breadcrumb a {
  color: #555;
  text-decoration: none;
}

/* Hero */
.cr-brand2__hero {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.cr-brand2__hero-media,
.cr-brand2__hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cr-brand2__hero-content {
  position: relative;
  z-index: 2;
  padding: 3.5rem 4rem;
  color: #fff;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.05));
  width: 100%;
}

.cr-brand2__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.5rem;
  margin: 0 0 0.75rem;
  color: #d9a84e;
}

.cr-brand2__eyebrow--dark {
  color: var(--cr-accent, var(--cr-green));
}

.cr-brand2__hero-heading {
  font-size: 3rem;
  line-height: 1.15;
  max-width: 20ch;
  margin: 0 0 1rem;
}

.cr-brand2__hero-description {
  font-size: 1.05rem;
  max-width: 55ch;
  line-height: 1.6;
  margin: 0 0 1.75rem;
}

.cr-brand2__hero-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Buttons, shared */
.cr-brand2__button {
  display: inline-block;
  padding: 0.9rem 2rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  border: 1px solid transparent;
}

.cr-brand2__button--solid {
  background: var(--cr-accent, var(--cr-green));
  color: #fff;
 CSS Chunk 2 of 6 — paste right after chunk 1:

}

.cr-brand2__button--outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.cr-brand2__button--outline-dark {
  background: transparent;
  border-color: var(--cr-accent, var(--cr-green));
  color: var(--cr-accent, var(--cr-green));
}

/* Trust bars */
.cr-brand2__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 3rem 2rem;
  text-align: center;
}

.cr-brand2__trust--light {
  background: #f7f5f0;
  color: #1a1a1a;
}

.cr-brand2__trust--dark {
  background: var(--cr-accent, var(--cr-green));
  color: #fff;
}

.cr-brand2__trust-icon {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.cr-brand2__trust-item h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.4rem;
}

.cr-brand2__trust-item p {
  font-size: 0.9rem;
  margin: 0;
  opacity: 0.9;
}

@media (max-width: 768px) {
  .cr-brand2__trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Category grid */
.cr-brand2__categories {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}

.cr-brand2__categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.cr-brand2__category-tile {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.cr-brand2__category-tile img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.cr-brand2__category-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.55), transparent 60%);
  color: #fff;
}

.cr-brand2__category-name {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cr-brand2__category-cta {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.75rem;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .cr-brand2__categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Story split */
.cr-brand2__story {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: stretch;
  margin: 2rem 0;
}

.cr-brand2__story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cr-brand2__story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 4rem;
}

.cr-brand2__story-heading {
  font-size: 2.1rem;
  margin: 0 0 1rem;
}

.cr-brand2__story-copy p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.cr-brand2__story-copy .cr-brand2__button {
  margin-top: 1rem;
  width: fit-content;
}

@media (max-width: 768px) {
  .cr-brand2__story {
    grid-template-columns: 1fr;
  }
}

/* Process / video */
.cr-brand2__process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--cr-accent, var(--cr-green));
  color: #fff;
}

.cr-brand2__process-media {
  position: relative;
}

.cr-brand2__process-media video,
.cr-brand2__process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cr-brand2__process-video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.cr-brand2__process-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cr-brand2__process-video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.cr-brand2__process-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cr-brand2__process-video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.cr-brand2__process-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cr-brand2__process-video-label {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  font-size: 0.8rem;
  background: rgba(0,0,0,0.5);
  padding: 0.3rem 0.7rem;
}

.cr-brand2__process-copy {
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cr-brand2__process-heading {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

.cr-brand2__process-steps {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.cr-brand2__process-steps li {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.cr-brand2__process-step-number {
  font-size: 1.3rem;
  color: #d9a84e;
}

.cr-brand2__process-step-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cr-brand2__process-step-description {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.85rem;
  opacity: 0.9;
}

@media (max-width: 768px) {   
 .cr-brand2__process {
    grid-template-columns: 1fr;
  }
  .cr-brand2__process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Best sellers */
.cr-brand2__bestsellers {
  max-width: 1400px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.cr-brand2__bestsellers-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1.5rem;
}

.cr-brand2__view-all {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.85rem;
  text-decoration: underline;
  color: var(--cr-accent, var(--cr-green));
}

.cr-brand2__bestsellers-track {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
}

.cr-brand2__product-card {
  flex: 0 0 220px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: block;
  position: relative;
}

.cr-brand2__product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 0.6rem;
}

.cr-brand2__product-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  background: #fff;
  color: var(--cr-accent, var(--cr-green));
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid var(--cr-accent, var(--cr-green));
}

.cr-brand2__product-title {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.cr-brand2__product-price {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.9rem;
  color: var(--cr-accent, var(--cr-green));
}

.cr-brand2__product-price s {
  color: #999;
  margin-left: 0.4rem;
}

/* Inspiration gallery */
.cr-brand2__gallery {
  max-width: 1400px;
  margin: 4rem auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  align-items: center;
}

.cr-brand2__gallery-intro p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.cr-brand2__gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
}

.cr-brand2__gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .cr-brand2__gallery {
 CSS Chunk 5 of 6 — paste right after chunk 4:

    grid-template-columns: 1fr;
  }
  .cr-brand2__gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Testimonials */
.cr-brand2__testimonials {
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.cr-brand2__testimonials-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.cr-brand2__testimonial-card {
  background: #f7f5f0;
  padding: 1.75rem;
  text-align: center;
}

.cr-brand2__testimonial-stars {
  color: #d9a84e;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

.cr-brand2__testimonial-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.cr-brand2__testimonial-author {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}

@media (max-width: 768px) {
  .cr-brand2__testimonials-track {
    grid-template-columns: 1fr;
  }
}

/* FAQ */
.cr-brand2__faq {
  max-width: 900px;
  margin: 4rem auto;
  padding: 0 2rem;
}

.cr-brand2__faq-item {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.cr-brand2__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1rem;
  list-style: none;
}

.cr-brand2__faq-item summary::-webkit-details-marker {
  display: none;
}

.cr-brand2__faq-icon {
  font-size: 1.2rem;
  color: var(--cr-accent, var(--cr-green));
}

.cr-brand2__faq-answer {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.75rem;
  color: #444;
}

/* Bottom CTA */
.cr-brand2__cta {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 3rem;
}

.cr-brand2__cta-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cr-brand2__cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.35);
   padding: 3rem;
}

.cr-brand2__cta-content h2 {
  font-size: 2.3rem;
  margin: 0 0 0.5rem;
}

.cr-brand2__cta-content p {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.05rem;
  margin: 0 0 1.5rem;
}

.cr-brand2__empty {
  font-family: 'Cormorant Garamond', Georgia, serif;
  color: #777;
}     