/* Featured Engagement Rings Section */
.featured-rings {
    background-color:#fefaf5;
    padding: 60px 0;
}

.featured-rings .block-title {
    margin-bottom: 40px;
}

.featured-rings .title {
    font-size: 32px;
    font-weight: 500;
    color: #333 !important;
    margin-bottom: 15px;
}

.featured-rings .subtitle {
    font-size: 16px;
    color: #333 !important;
    max-width: 600px;
    margin: 0 auto;
}

/* Unified Slick Slider Styles */
.featured-rings-slider {
    width: 100%;
    max-width: 1200px; /* Set maximum width to control slide display */
    margin: 0 auto;
    padding-bottom: 40px;
}

.featured-ring-item {
    text-align: left;
    padding: 0 10px;
}

.ring-image {
    margin-bottom: 15px;
    background-color: #f9f9f9;
    overflow: hidden;
}

.ring-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.ring-link:hover .ring-image img {
    transform: scale(1.05);
}

.ring-name {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    display: flex;
    align-items: center;
}

.arrow {
    margin-left: 5px;
}

.slick-dots {
    bottom: 0;
    text-align: center;
}

.slick-dots li button:before {
    font-size: 8px;
    color: #ccc;
}

.slick-dots li.slick-active button:before {
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .featured-rings .title {
        font-size: 24px;
    }
    
    .featured-rings .subtitle {
        font-size: 14px;
    }

    .featured-rings-slider {
        max-width: 100%; /* Full width on mobile */
    }

}

@media (min-width: 768px) {
    .featured-ring-item {
        text-align: left;
    }
}



/* Category / Collections Section */
.collections-section {
    padding: 0;
    overflow: hidden;
}

.collections-container {
    max-width: 100%;
    padding: 0;
}

.category-wrapper {
    display: flex;
    width: 100%;
    min-height: 520px;
}

.category-image {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 1 1 50%;
    padding: 24px;
}

.category-image img {
    width: 100%;
    max-width: 520px;
    height: auto;
    max-height: 460px;
    object-fit: contain;
    object-position: center;
    transition: opacity 0.35s ease, transform 0.35s ease;
    opacity: 0;
}

.category-image .active-image {
    opacity: 1;
}

.category-content {
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 40px;
    flex: 1 1 50%;
}

.category-content .title {
    font-family: var(--font-heading-functional);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 500;
    margin-bottom: 28px;
    color: #fff;
    letter-spacing: 0.04em;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 360px;
    text-align: left;
}

.category-item {
    font-size: 1rem;
    padding: 0;
    cursor: pointer;
    transition: color 0.3s ease;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.category-item:last-child {
    border-bottom: none;
}

.category-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
    padding: 18px 0;
    text-decoration: none;
    font-family: var(--font-heading-functional);
    font-size: clamp(0.95rem, 2.2vw, 1.05rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.4;
}

.category-item .arrow {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.category-item a:hover,
.category-item.active a {
    color: #ffd700 !important;
}

.category-item a:hover .arrow,
.category-item.active a .arrow {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .category-wrapper {
        min-height: auto;
    }

    .category-image {
        padding: 20px 16px;
    }

    .category-image img {
        max-height: 320px;
    }

    .category-content {
        padding: 36px 24px 40px;
    }
}

@media (max-width: 767px) {
    .collections-section {
        padding: 0;
    }

    .category-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .category-image,
    .category-content {
        width: 100%;
        flex: none;
    }

    .category-image {
        min-height: 280px;
        max-height: none;
        padding: 24px 20px 12px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .category-image img {
        max-height: 240px;
        max-width: 100%;
    }

    .category-content {
        padding: 28px 20px 36px;
        align-items: stretch;
    }

    .category-content .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .category-list {
        max-width: none;
    }

    .category-item a {
        padding: 16px 0;
        font-size: 0.92rem;
    }
}


/* Shop By Category */
.full-width.svelte-16qz1ec.svelte-16qz1ec {
    /*background-image: url(../../media/banner/bg-img-2.jpg) !important;*/
}
.no-x-pad {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.limit-width.svelte-16qz1ec.svelte-16qz1ec {
    padding: 40px 0px;
}
.limit-width {
    max-width: 1440px !important;
    margin: 0 auto;
    width: 100%;
}
.header.svelte-16qz1ec.svelte-16qz1ec {
    text-align: center;
    margin-bottom: 40px;
}
.header.svelte-16qz1ec > p.svelte-16qz1ec {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
a.fancy, button.fancy {
    text-decoration: none;
    background-image: linear-gradient(var(--fancy-underline, var(--col-back-border-inactive)), var(--fancy-underline, var(--col-back-border-inactive)));
    background-image: linear-gradient(transparent, transparent), linear-gradient(var(--fancy-underline, var(--col-back-border-inactive)), var(--fancy-underline, var(--col-back-border-inactive))), linear-gradient(var(--fancy-underline, var(--theme-color)), var(--fancy-underline, var(--theme-color)));
    background-size: 20px var(--fancy-underline-width, 2px), 100% var(--fancy-underline-width, 2px), 0 var(--fancy-underline-width, 2px);
    background-position: -20px 100%, 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: background-size .25s 
linear, background-position .25s 
linear;
}
.root.svelte-1ipqzpw.svelte-1ipqzpw {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.snap-scroll.svelte-1ipqzpw.svelte-1ipqzpw {
    scroll-snap-type: x mandatory;
}
.scroll.svelte-1ipqzpw.svelte-1ipqzpw {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    overflow-x: auto;
}
.scroll-content.svelte-1ipqzpw.svelte-1ipqzpw {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 7px;
    justify-content: flex-start;
    flex: 1 1 0%;
    gap: 3px;
}
.image-text-item.svelte-16qz1ec.svelte-16qz1ec {
    align-items: flex-start;
}
a.image-text-item {
    text-decoration: none;
}
.image-text-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    align-items: center;
    padding-bottom: 13px;
    scroll-snap-align: center;
}
.image-text-item.svelte-16qz1ec > img.svelte-16qz1ec {
    min-height: 500px;
    max-height: 500px;
}
a.image-text-item>img {
    margin-top: 20px;
    transform: scale(1);
    transition: transform .2s;
}
.image-text-item>img {
    width: 100%;
    min-height: 400px !important;
    max-height: 400px !important;
    object-fit: cover;
}
.name-arrow {
    display: flex;
    font-family: var(--font-heading-functional);
    text-transform: uppercase;
    align-items: center;
    gap: 10px;
    text-align: left;
    width: 100%;
}

.image-text-item>*+* {
    margin-top: 13px;
}

/* Our Services — premium pencil / atelier layout */
.our-services-section {
    background: linear-gradient(180deg, #fdfcfa 0%, #f7f4ef 100%);
    padding: 72px 0 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.our-services-container {
    max-width: 1180px;
}

.our-services-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.our-services-eyebrow {
    display: inline-block;
    font-family: var(--font-heading-functional);
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-bottom: 14px;
}

.our-services-header h2 {
    font-family: var(--font-heading-functional);
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 500;
    color: #1f1f1f;
    margin: 0 0 16px;
    letter-spacing: 0.02em;
}

.our-services-header p {
    font-family: var(--font-heading-functional);
    font-size: clamp(1rem, 1.8vw, 1.125rem);
    line-height: 1.7;
    color: #666;
    margin: 0;
}

.our-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.our-services-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease;
}

.our-services-card:hover {
    transform: translateY(-4px);
}

.our-services-card-media {
    position: relative;
}

.our-services-sketch-frame {
    position: relative;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #ddd6cb 0%, #f5f1ea 50%, #ddd6cb 100%) border-box;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 28px 24px 24px;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.8) inset,
        0 18px 40px rgba(35, 35, 35, 0.06);
    overflow: hidden;
}

.our-services-sketch-frame::before,
.our-services-sketch-frame::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: rgba(35, 35, 35, 0.12);
    border-style: solid;
    pointer-events: none;
}

.our-services-sketch-frame::before {
    top: 12px;
    left: 12px;
    border-width: 1px 0 0 1px;
}

.our-services-sketch-frame::after {
    bottom: 12px;
    right: 12px;
    border-width: 0 1px 1px 0;
}

.our-services-sketch-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    object-position: center;
    filter: contrast(1.02) saturate(0.92);
    transition: transform 0.45s ease, filter 0.45s ease;
}

.our-services-card:hover .our-services-sketch-frame img {
    transform: scale(1.03);
    filter: contrast(1.05) saturate(0.98);
}

.our-services-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(35, 35, 35, 0.1);
}

.our-services-card-title {
    font-family: var(--font-heading-functional);
    font-size: clamp(0.95rem, 1.5vw, 1.05rem);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #232323;
    transition: color 0.3s ease;
}

.our-services-card-arrow {
    font-family: var(--font-heading-functional);
    font-size: 1.25rem;
    line-height: 1;
    color: #232323;
    transition: transform 0.3s ease, color 0.3s ease;
}

.our-services-card:hover .our-services-card-title,
.our-services-card:hover .our-services-card-arrow {
    color: var(--theme-color);
}

.our-services-card:hover .our-services-card-arrow {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .our-services-section {
        padding: 56px 0 64px;
    }

    .our-services-grid {
        gap: 28px;
    }

    .our-services-sketch-frame {
        min-height: 280px;
        padding: 22px 18px 18px;
    }

    .our-services-sketch-frame img {
        max-height: 220px;
    }
}

@media (max-width: 767px) {
    .our-services-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .our-services-header {
        margin-bottom: 36px;
    }
}


/* Gemstone Guidance Section */
.gemstone-section {
    background-color:var(--theme-color); /* Dark green background as per screenshot */
    color: #fff;
    width: 100%;
    overflow: hidden;
    height:600px;
}

.gemstone-wrapper {
    display: flex;
    width: 100%;
    height:100%;
}

.gemstone-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.gemstone-content h2 {
    font-size: 40px;
    font-weight: 700;
    color:white;
}

.gemstone-list {
    list-style: none;
    padding: 0;
}

.gemstone-list li {
    font-size: 16px;
    padding: 4px 0;
}

.gemstone-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gemstone-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Remove any default spacing */
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .gemstone-wrapper {
        flex-direction: column;
    }

    .gemstone-content,
    .gemstone-image {
        width: 100%;
    }

    .gemstone-content h2 {
        font-size: 24px;
    }

    .gemstone-list li {
        font-size: 14px;
    }
    .text-container.svelte-m8rot h2.svelte-m8rot.svelte-m8rot
    {
        color: #fff;
        margin-bottom: 1rem;
        font-size: 24px !important;
    }
    .category-image img {
    width: 100%;
    height: 300px !important;
    }
}


.banner.svelte-1opaww3.svelte-1opaww3 {
    font-size: 100%;
    background-color: var(--theme-color);
    padding: 20px 30px 30px;
    text-align: center;
    color: #fff;
}
.banner.svelte-1opaww3.svelte-1opaww3 .limit-width {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}
.collections.svelte-1opaww3
{
    color:white;
    font-size:30px;
    font-weight:700;
}
.banner.svelte-1opaww3 h2.svelte-1opaww3 {
    margin: 0;
}
.banner.svelte-1opaww3 .see-whats-new.svelte-1opaww3 {
    font-size: 115%;
    margin: 0;
    max-width: 10%;
}

/* FAQ Section */
.faq-section {
    background-color: #ffffff;
    width: 100%;
    overflow: visible; /* Changed to visible to prevent clipping */
    /*background-image: url(../../media/banner/bg-img-2.jpg) !important;*/
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px; /* Added padding for better spacing */
}

.faq-title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.faq-item {
    margin-bottom: 10px; /* Added margin for separation */
}

.faq-question {
    width: 100%;
    padding: 15px 20px; /* Increased padding for better button appearance */
    background-color: #fff;
    border: none;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #2f4f2f;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px; /* Added for smoother button appearance */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faq-question:hover,
.faq-question:not(.collapsed) {
    background-color: #f1f1f1;
}

.faq-answer {
    padding: 15px 20px; /* Adjusted padding to ensure content is fully visible */
    background-color: #fff;
    /* display: flex; */
    /* align-items: flex-start; */
    /* gap: 10px; */
    min-height: auto; /* Ensure no artificial height restriction */
}

.faq-answer p {
    font-size: 16px;
    color: #666;
    line-height: 1.6; /* Increased line height for readability */
    margin: 0;
    width: 100%; /* Ensure full width for text */
}

.icon {
    font-size: 18px;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .faq-title {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
        padding: 12px 15px;
    }

    .faq-answer {
        padding: 12px 15px;
    }

    .faq-answer p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .faq-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .faq-question {
        font-size: 14px;
        padding: 10px 12px;
    }

    .faq-answer {
        padding: 10px 12px;
    }

    .faq-answer p {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .faq-title {
        font-size: 20px;
    }

    .faq-question {
        font-size: 13px;
        padding: 8px 10px;
    }

    .faq-answer {
        padding: 8px 10px;
    }

    .faq-answer p {
        font-size: 12px;
    }
}
.accordion-header{
    margin-top:0px;
}




.cullen-testimonials-section {
    padding: 80px 20px;
    background-image: url(../../media/banner/bg-img-2.jpg) !important;
}

.cullen-section-title {
    text-align: center;
    margin-bottom: 60px;
}

.cullen-section-title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #1a1a1a;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.cullen-section-title p {
    font-size: 16px;
    color: #666;
    letter-spacing: 0.5px;
}

.cullen-slider-wrapper {
    margin-bottom: 40px;
}

.cullen-testimonial-card {
    background: white;
    border-radius: 8px;
    padding: 40px;
    min-height: 400px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.cullen-testimonial-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.cullen-review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cullen-review-platform {
    height: 24px;
    display: flex;
    align-items: center;
}

.cullen-trustpilot-logo {
    font-weight: bold;
    color: #00b582;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.cullen-trustpilot-logo::before {
    content: "★";
    color: #00b582;
    font-size: 16px;
}

.cullen-google-logo {
    font-size: 16px;
    font-weight: bold;
    background: linear-gradient(135deg, #4285F4 0%, #34A853 25%, #FBBC04 50%, #EA4335 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
}

.cullen-client-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cullen-client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    flex-shrink: 0;
}

.cullen-avatar-1 {
    background: #17a4a4;
}

.cullen-avatar-2 {
    background: #5b5b9d;
}

.cullen-avatar-3 {
    background: #6b4423;
}

.cullen-client-details h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 3px 0;
}

.cullen-client-details .cullen-date {
    font-size: 12px;
    color: #999;
}

.cullen-stars {
    color: #ffc107;
    font-size: 12px;
    margin-right: 8px;
    letter-spacing: 2px;
}

.cullen-testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

.cullen-read-more {
    font-size: 13px;
    color: var(--theme-color);
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.cullen-read-more:hover {
    color: #008f60;
}

/* Slick Slider Custom Styles */
.cullen-mySlider .slick-slide {
    padding: 0 15px;
}

.cullen-mySlider .slick-prev,
.cullen-mySlider .slick-next {
    width: 45px;
    height: 45px;
    background: #c4c3c3;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.3s ease;
}

.cullen-mySlider .slick-prev:hover,
.cullen-mySlider .slick-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.cullen-mySlider .slick-prev::before,
.cullen-mySlider .slick-next::before {
    color: white;
    font-size: 24px;
}

.cullen-mySlider .slick-prev {
    left: 20px;
}

.cullen-mySlider .slick-next {
    right: 20px;
}

.cullen-mySlider .slick-dots {
    bottom: -50px;
    margin: 30px;
}

.cullen-mySlider .slick-dots li {
    margin: 0 8px;
}

.cullen-mySlider .slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    transition: all 0.3s ease;
}

.cullen-mySlider .slick-dots li.slick-active button:before {
    width: 30px;
    height: 12px;
    border-radius: 6px;
    background: white;
}

/* Responsive */
@media (max-width: 768px) {
    .cullen-testimonials-section {
        padding: 50px 15px;
    }

    .cullen-section-title h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .cullen-section-title p {
        font-size: 14px;
    }

    .cullen-testimonial-card {
        padding: 25px;
        margin: 0 10px;
    }

    .cullen-testimonial-text {
        font-size: 14px;
        line-height: 1.6;
    }

    .cullen-mySlider .slick-prev,
    .cullen-mySlider .slick-next {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .cullen-testimonials-section {
        padding: 40px 12px;
    }

    .cullen-section-title {
        margin-bottom: 40px;
    }

    .cullen-section-title h2 {
        font-size: 24px;
    }

    .cullen-section-title p {
        font-size: 13px;
    }

    .cullen-testimonial-card {
        padding: 20px;
        margin: 0 8px;
        min-height: 380px;
    }

    .cullen-client-avatar {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .cullen-client-details h3 {
        font-size: 14px;
    }

    .cullen-testimonial-text {
        font-size: 13px;
    }

    .cullen-mySlider .slick-dots {
        bottom: -40px;
    }
}

/* Follow On gallery — uniform premium image grid */
.follow-gallery-section .limit-width.svelte-16qz1ec {
    padding: 48px 20px;
}

.follow-gallery-section .header.svelte-16qz1ec {
    margin-bottom: 32px;
}

.follow-gallery-root {
    max-width: 1100px;
    margin: 0 auto;
}

.follow-gallery-slider .slick-slide {
    padding: 0 10px;
}

.follow-gallery-section .follow-gallery-item {
    flex: none;
    min-width: 0;
    width: 100%;
    padding-bottom: 0;
    display: block;
}

.follow-gallery-section .follow-gallery-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.follow-gallery-section .follow-gallery-image img {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 0 !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.45s ease;
}

.follow-gallery-section .follow-gallery-item:hover .follow-gallery-image img {
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .follow-gallery-root {
        max-width: 100%;
    }

    .follow-gallery-slider .slick-slide {
        padding: 0 8px;
    }
}

@media (max-width: 575px) {
    .follow-gallery-section .limit-width.svelte-16qz1ec {
        padding: 36px 12px;
    }
}

/* Home page: Shop Now + Our Promise + Footer spacing */
.home-shop-cta .intro-item h2 {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    line-height: 1.6;
    font-weight: 400;
}

.home-shop-cta .intro-btn {
    margin-top: 24px;
}

.home-shop-cta .intro-btn .button:hover,
.home-shop-cta .intro-btn .button:focus {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.home-our-promise {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.home-our-promise .block-title h2 {
    margin-bottom: 32px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: #232323;
    font-weight: 500;
}

.home-our-promise-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 32px 48px;
    max-width: 1100px;
    margin: 0 auto;
}

.home-our-promise-item {
    flex: 1 1 220px;
    max-width: 280px;
    text-align: center;
}

.home-our-promise-item .box-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-our-promise-item .box-title {
    margin-top: 12px;
    font-size: 0.95rem;
    line-height: 1.4;
    color: #232323;
    font-weight: 600;
}

body.home #site-footer.site-footer.three-columns {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .home-our-promise-grid {
        gap: 28px;
    }

    .home-our-promise-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}