.announcement-bar{padding:.625rem 0;font-size:.75rem;font-weight:500;text-align:center}.announcement-bar__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.announcement-bar__link{transition:opacity var(--transition)}.announcement-bar__link:hover{opacity:.8}.image-with-text{padding:5rem 0}.image-with-text__container{display:grid;gap:3rem;grid-template-columns:1fr;align-items:center;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}@media (min-width: 1024px){.image-with-text__container{grid-template-columns:1fr 1fr}}.image-with-text--reverse .image-with-text__container{direction:rtl}.image-with-text--reverse .image-with-text__content{direction:ltr}.image-with-text__image{aspect-ratio:4 / 5;border-radius:.75rem;overflow:hidden;background:var(--color-bg-secondary)}.image-with-text__image img{width:100%;height:100%;object-fit:cover}.image-with-text__content{max-width:500px}.image-with-text__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:.75rem 0 1rem}.image-with-text__text{font-size:.9375rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:1.5rem}.image-with-text__text p{margin-bottom:1rem}.testimonials{padding:5rem 0;background:var(--color-bg-secondary)}.testimonials__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.testimonials__header{text-align:center;margin-bottom:3rem}.testimonials__grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 768px){.testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials__grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:.75rem;padding:1.5rem}.testimonial-card__stars{display:flex;gap:.25rem;color:var(--color-accent);margin-bottom:1rem}.testimonial-card__quote{font-size:.9375rem;line-height:1.7;color:var(--color-text-muted);margin-bottom:1.25rem}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__name{font-size:.875rem;font-weight:600}.testimonial-card__verified{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-success)}.rich-text{padding:5rem 0}.rich-text__container{max-width:700px;margin:0 auto;padding:0 var(--container-padding);text-align:center}.rich-text__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:.75rem 0 1rem}.rich-text__content{font-size:1rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:1.5rem}.rich-text__content p{margin-bottom:1rem}.faq{padding:5rem 0;background:var(--color-bg)}.faq__container{max-width:800px;margin:0 auto;padding:0 var(--container-padding)}.faq__header{text-align:center;margin-bottom:3rem}.faq__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;margin:.75rem 0 1rem}.faq__subtitle{font-size:1rem;color:var(--color-text-muted);max-width:500px;margin:0 auto}.faq__grid{display:flex;flex-direction:column;gap:1rem}.faq__item{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:border-color var(--transition)}.faq__item:hover{border-color:#d4a8534d}.faq__item.is-open{border-color:var(--color-accent)}.faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;text-align:left;cursor:pointer;background:transparent;border:none;color:var(--color-text);font-family:inherit}.faq__question-text{font-size:1rem;font-weight:600;padding-right:1rem}.faq__icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-accent);background:#d4a8531a;border-radius:50%;flex-shrink:0;transition:all var(--transition)}.faq__icon svg{transition:transform var(--transition)}.faq__item.is-open .faq__icon{background:var(--color-accent);color:var(--color-bg)}.faq__item.is-open .faq__icon svg{transform:rotate(45deg)}.faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq__item.is-open .faq__answer{max-height:500px}.faq__answer-inner{padding:0 1.5rem 1.5rem;font-size:.9375rem;color:var(--color-text-muted);line-height:1.7}.faq__answer-inner p{margin-bottom:.75rem}.faq__answer-inner p:last-child{margin-bottom:0}.faq__cta{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;background:var(--color-bg-secondary);border-radius:1rem;text-align:center}.faq__cta-text{font-size:1.125rem;color:var(--color-text-muted)}.about-section{padding:0}.about-section__container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.about-hero{text-align:center;padding:6rem 0 4rem;background:linear-gradient(180deg,var(--color-bg-secondary) 0%,var(--color-bg) 100%)}.about-hero__badge{display:inline-block;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);background:#d4a8531a;border:1px solid rgba(212,168,83,.3);border-radius:50px;margin-bottom:1.5rem}.about-hero__title{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem}.about-hero__subtitle{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto;line-height:1.6}.about-story{display:grid;grid-template-columns:1fr;gap:3rem;padding:5rem 0;align-items:center}@media (min-width: 768px){.about-story{grid-template-columns:1fr 1fr}}.about-story__image img{width:100%;height:auto;border-radius:16px;object-fit:cover}.about-story__placeholder{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border-radius:16px;color:var(--color-text-muted)}.about-story__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-story__text{color:var(--color-text-muted);line-height:1.8}.about-story__text p{margin-bottom:1rem}.about-values{padding:5rem 0;text-align:center;background:var(--color-bg-secondary);border-radius:24px;margin:2rem 0}.about-values__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:3rem}.about-values__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;padding:0 2rem}@media (min-width: 768px){.about-values__grid{grid-template-columns:repeat(3,1fr)}}.about-value{padding:2rem}.about-value__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:#d4a8531a;border-radius:50%;color:var(--color-accent);margin-bottom:1.5rem}.about-value__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.about-value__text{font-size:.938rem;color:var(--color-text-muted);line-height:1.6}.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;padding:4rem 0;text-align:center}@media (min-width: 768px){.about-stats{grid-template-columns:repeat(4,1fr)}}.about-stat__number{display:block;font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-accent);margin-bottom:.5rem}.about-stat__label{font-size:.875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.about-founder{display:grid;grid-template-columns:1fr;gap:3rem;padding:5rem 0;align-items:center}@media (min-width: 768px){.about-founder{grid-template-columns:1fr 1fr}}.about-founder__label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.75rem}.about-founder__name{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1.5rem}.about-founder__quote{font-size:1.25rem;font-style:italic;color:var(--color-text);line-height:1.6;margin-bottom:1.5rem;padding-left:1.5rem;border-left:3px solid var(--color-accent)}.about-founder__bio{color:var(--color-text-muted);line-height:1.7}.about-founder__image img{width:100%;max-width:400px;height:auto;border-radius:16px;object-fit:cover}.about-founder__placeholder{aspect-ratio:1;max-width:400px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border-radius:16px;color:var(--color-text-muted)}.about-cta{text-align:center;padding:5rem 2rem;margin:2rem 0 4rem;background:linear-gradient(135deg,#d4a8531a,#d4a8530d);border:1px solid rgba(212,168,83,.2);border-radius:24px}.about-cta__title{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:1rem}.about-cta__text{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2rem}
/*# sourceMappingURL=/cdn/shop/t/29/assets/component-sections.css.map */
