
#site-header {     position: sticky;}

/* Custom order page */


:root {
    --black: #1a1a18;
    --off-black: #232320;
    --dark: #2e2e2a;
    --mid: #5a5a54;
    --muted: #8a8a82;
    --border: #e2e0d8;
    --bg: #faf9f6;
    --white: #ffffff;
    --cream: #f5f3ee;
    --cream2: #edeae2;
    --accent: #c8472b;
    --accent-light: #f4e8e5;
    --accent2: #1d4e3f;
    --accent2-light: #e8f0ee;
    --gold: #b8962e;
    --gold-light: #f5eed8;
    --radius: 4px;
    --radius-lg: 10px;
    --radius-xl: 18px;
}
.disp-grid{    display: grid;    grid-template-columns: 1fr 1fr; }
.disp-grid-3{    display: grid;     grid-template-columns: repeat(3, 1fr);    }
.disp-grid-4{    display: grid;     grid-template-columns: repeat(4, 1fr);    }
.grid-gap-80 {gap: 75px; }
.grid-gap-16 {gap: 16px; }
.grid-gap-12 {gap: 12px; }
body { 
    background: var(--bg);
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
h1,h2 ,.hero-tagline,.b2b-float-num,.b2b-main-card h3,.benefit-num{ font-family: 'Playfair Display', serif;  font-weight: 600;
    line-height: 1.15;}
body,p,ul li, a , li, span ,div,button  ,h3,h4,h5,h6{
    font-family: 'DM Sans', sans-serif;  font-size: 14px;
}
h2 { 
    font-size: 41px;
  
}

h3 {
    font-size:16px;
    font-weight: 600;
    line-height: 1.35;color: var(--black);
}
 
.section-header h2 {
      margin-bottom: 12px;
    color: var(--black);
}

.center,.centered { text-align:center; }
p {
    color: var(--mid);  font-size: 16px;
}
.section-header.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section-header {
    max-width: 560px;
    margin-bottom: 48px;
}

.section-header p {
    font-size: 16px;
    line-height: 1.65;
}



.section-label {
    display: inline-block;
 font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
       margin-bottom: 1.3rem;
}
.them-links
{
	    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.them-links2 {
    display: block;
    margin-top: 40px;
}
.them-links a {
     padding: 13px 26px;
    border-radius: var(--radius);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .18s;
    cursor: pointer;
    border: none;
    letter-spacing: 0.01em;    text-align: center;
}
.btn-primary {
    background: var(--accent);
    color: #fff;
}.btn-dark {
    background: var(--black);
    color: #fff;
}
a.btn-outline {
    background: transparent;
    color: var(--black);
    border: 1.5px solid var(--border);
}
a.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4);
}
a.btn-white {
    background: #fff;
    color: var(--accent);
}
 .hero {
    background: var(--cream);
    padding: 0;
    min-height: 88vh;
   
    position: relative;
    overflow: hidden;
}

.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px 80px 0;
    padding-left: max(2rem, calc((100vw - 1180px) / 2 + 2rem));
    position: relative;
    z-index: 1;
}.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1.25rem;
}.hero-eyebrow::before {
    content: '';
    width: 28px;
    height: 1.5px;
    background: var(--accent);
    display: block;
}.hero h1 {
    margin-bottom: 1.4rem;
    color: var(--black); font-size:64px;    margin-left: 0;
}
.hero h1 em {
    font-style: italic;
    color: var(--accent);
}
.hero-sub {
    font-size: 17px;
    color: var(--mid);
    line-height: 1.65;
    max-width: 480px;
    margin-bottom: 2.2rem;
}.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}.hero-stats {
    display: flex;
    gap: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}.hero-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
}.hero-stat-label {
    font-size: 0.75rem;
    color: var(--muted);
    margin-top: 3px;
    font-weight: 500;
}.hero-right-inner {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}.hero-product-cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
}.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.06;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(255, 255, 255, .4) 39px, rgba(255, 255, 255, .4) 40px), repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(255, 255, 255, .4) 39px, rgba(255, 255, 255, .4) 40px);
}.hero-right {
    background: var(--black);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}.hero-product-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: 20px 16px;
    transition: background .2s;
}.hero-product-icon {
    font-size: 1.4rem;
    margin-bottom: 8px;
}.hero-product-name {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 3px;
}.hero-product-desc {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
}.hero-badge {
    background: var(--accent);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 10px;    width: fit-content;
}.hero-tagline {
   
    font-size:26px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}.hero-tagline em {
    color: rgba(200, 71, 43, 0.9);
    font-style: italic;
}.hero-tagline-sub {
  
    color: rgba(255, 255, 255, 0.5);
}
.hero-right-card {
    align-items: center;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.hero-right-card a.btn {
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.01em;
    padding: 13px 26px;
    transition: 0.18s;
    border-radius: var(--radius);       width: 86%;
}
.hero-right-inner .b2b-float-card {
  
    background: var(--accent);
    border-radius: var(--radius-lg);
    padding:10px 12px;
    color: #fff;     width: 12%;
    text-align: center;
}.b2b-float-num {
  
    font-size:32px;
    font-weight: 700;
   
}.trust-bar {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 20px 0;
}.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
        font-size: 13px;
    font-weight: 500;
    color: var(--mid);
}.trust-sep {
    width: 1px;
    height: 30px;
    background: var(--border);
}
/* B2b intro */
.b2b-intro {
    background: var(--white);
}
.b2b-main-card-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 1) 0px, rgba(255, 255, 255, 1) 1px, transparent 1px, transparent 12px);
}
 
.b2b-visual {
    position: relative;
    display: flex;
    column-gap: 15px;
    align-items: stretch;
    justify-content: space-between;
}
.b2b-intro .b2b-grid {
    align-items: center;
}

.b2b-main-card {
    background: var(--black);
    border-radius: var(--radius-xl);
    padding: 50px  ;
    color: white;
    position: relative;
    overflow: hidden;    width: 72%;
}.b2b-main-card-content {
    position: relative;
    z-index: 1;
}.b2b-main-card h3 {
    
    font-size: 27px;
    font-weight: 600;
        margin-bottom: 13px;
	
    color: #fff;
}.b2b-main-card p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 1.5rem;
}.b2b-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}.b2b-tag {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.8);
    font-size:13px;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
}
 .b2b-main-card {
 
}
.b2b-intro .b2b-float-card {
        position: static;
    width: 25%;
    background: var(--accent2);
    border-radius: var(--radius-lg);
    padding: 20px 22px;
    color: #fff;
}
.b2b-store-label {
    background: #4889729e;
    
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.b2b-intro .b2b-float-label {
    color: rgba(255, 255, 255, 0.55);max-width: 60%;    font-size: 15px;
}

section.b2b-intro .b2b-float-card .check-list {
    margin: 0;
    padding: 0;    margin-top: 50px;
}
 
.b2b-intro  .b2b-float-card .check-list li {
    color: #fff;
    border: 0;
    margin: 0;
    padding: 4px 0; color:rgba(255, 255, 255, 0.75);
}
.b2b-intro  .b2b-float-card  .check-list li::before { color:#fff;}

.check-list {
    list-style: none;
    margin: 1.5rem 0 2rem;
}.check-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 6px 0;
    border-bottom: 1px solid var(--border);
    font-size:14px;
    color: var(--dark);
}.check-list li::before {
    content: '✓';
    color: var(--accent2);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
   font-size:14px;
}
/* Product Range */
.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px 22px;
    border: 1px solid var(--border);
    transition: all .2s; 
    position: relative;
    overflow: hidden;
}.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s;
}.product-card:hover::before {
    transform: scaleX(1);
}.product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.product-card-badge {
    display: inline-block;
    font-size: 10.50px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.badge-custom {
    background: var(--accent-light);
    color: var(--accent);
}
.badge-b2b {
    background: var(--accent2-light);
    color: var(--accent2);
}.badge-souvenir {
    background: var(--gold-light);
    color: var(--gold);
}
.product-card-icon {
    font-size: 1.8rem;
    margin: 12px 0;
    display: block;
}.product-card h3 {
    font-size: 14.75px;
    margin-bottom: 6px;
    color: var(--black);
}
.product-card p {
    font-size: 12.48px;
    line-height: 1.55;
    color: var(--muted);
}
/* How it work */

.process {
    background: var(--black);
     
}.process h2 {
    color: #fff;
}.process .section-header p {
    color: rgba(255, 255, 255, 0.55);
}.process-steps { 
    gap: 0;
    margin-top: 3rem;
    position: relative;
}.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.process-steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: calc(12.5% + 28px);
    right: calc(12.5% + 28px);
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: 0;
}
.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size:15px;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 20px;
    flex-shrink: 0;
}.process-step-icon {
    font-size: 15px;
    margin-bottom: 6px;
    opacity: 0.6;
}.process-step h3 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
 .process-step p {
    font-size: 12.40px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}
.process-cta {
    margin-top: 3.5rem; 
    padding-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
 
}.process-cta .them-links {
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
/* Work with */

.who {
    background: var(--white);
}.audience-card {
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 22px 18px;
    transition: all .18s;
}.audience-icon {
    width: 40px;
    height: 40px;
    border-radius: var(--radius);
    background: var(--cream2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    margin-bottom: 12px;
    transition: all .18s;
}.audience-card h3 {
    font-size: 13.50px;
    margin-bottom: 4px;
    color: var(--black);
}.audience-card p {
    font-size:12px;
    color: var(--muted);
    line-height: 1.45;
}.audience-card:hover {
    background: var(--white);
    border-color: var(--accent);
    transform: translateY(-2px);
}

/* benifits */

.benefit-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px 28px;
    transition: box-shadow .2s;
}.benefit-num {
   
    font-size: 38px;
    font-weight: 700;
    color: var(--border);
    line-height: 1;
    margin-bottom: 16px;
}.benefit-card h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--black);
}.benefit-card p {
    font-size: 13.50px;
    line-height: 1.6;
}
/* Review */
.testimonials {
    background: var(--white);
    padding: 80px 0;
}
.testimonials  .rev-card {
    background: var(--cream);border:0;
}
.testimonials  .rev-text {
    font-size: 14px;
}
.testimonials  .rev-card:first-child {
    background: var(--black);
}
.testimonials  .rev-card:first-child .rev-text {
    color: rgba(255, 255, 255, 0.75);
}
.testimonials  .rev-card:first-child .r-name {
    color: #fff;
}
.testimonials  .rev-card:first-child .stars{     margin-bottom: 44px;}
/* wholesale section */
.moq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2px;
    background: var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}.moq-card {
    background: var(--white);
    padding: 25px 30px;
    text-align: center;
}.moq-card.featured {
    background: var(--black);
}.moq-region {
    font-size: 11.50px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
}.moq-amount {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
}.moq-label {
    font-size: 12.48px;
    color: var(--muted);
    margin-top: 6px;
}
.moq-delivery {
    font-size:12px;
    color: var(--accent);
    font-weight: 600;
    margin-top: 12px;
}.moq-card.featured .moq-region {
    color: rgba(255, 255, 255, 0.45);
}.moq-card.featured .moq-amount {
    color: #fff;
}.moq-card.featured .moq-delivery {
    color: rgba(200, 71, 43, 0.8);
}
.moq .them-links { 
    justify-content: center;
    margin-top: 40px;
}
/* CTA section*/

.cta-section {
    background: var(--accent);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
}.cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}.cta-section .section-label{    color: rgba(255, 255, 255, 0.6); }
.cta-section h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 1rem;
}
.cta-section  p {    color: rgba(255, 255, 255, 0.75);}
.cta-section  .cta-actions { margin-top:30px;    justify-content: center;}

/*  get in touch*/

.contact-strip {
    background: var(--black);
    padding: 80px 0;
}.contact-info h2 {
    color: #fff;
     margin-bottom: 20px;
}.contact-info p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14.10px;
    margin-bottom: 2rem;
    line-height: 1.65;
}.contact-detail {
    display: flex;
    gap: 12px;
    margin-bottom: 1rem;
    align-items: flex-start;
}.contact-detail-icon {
    font-size: 1rem;
    margin-top: 2px;
}.contact-detail p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}.contact-detail strong {
    color: rgba(255, 255, 255, 0.85);
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
    font-weight: 600;
}.contact-detail-icon {
    font-size: 16px;
    margin-top: 2px;
}
.quote-ceck {
    margin-top: 1.5rem;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    font-size: 12.50px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
}



.form-main.disp-flex {
    flex-wrap: wrap;    gap: 13px;
}.form-half {
    width: 48%;
}.form-main label {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.04em;
}.form-main input, .form-main select, .form-main textarea {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    padding: 13px 14px;
     width: 100%;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    outline: none;
    transition: border-color .15s;    height: auto;
}.form-full ,.form-submit{
    width: 100%;
}
.contact-strip .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}

p.form-info {
    text-align: center;
    font-size: 12px;
   
}

.footer-top-hidden #site-footer { margin-top:0;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {      color: #fff;}


/* Responsive */

@media screen  and (max-width: 1600px) {	
	.hero h1 {     font-size: 54px;}
	h2 {
    font-size: 32px;
}
}
@media screen  and (max-width: 1100px) {	
	.hero h1 {     font-size: 44px;}
	h2 {
    font-size: 30px;        margin-bottom: 13px;
}
	.disp-flex {
    display: flex;
	}
	.b2b-main-card{  padding: 30px 160px 30px 30px;}  
	p{    font-size: 15px;    line-height: 1.6;}
	.check-list li {     padding: 5px 0;}
	.process-step h3 {
    font-size: 18px;
	}
	
}
@media screen and (max-width: 991px) {	
	.disp-flex { flex-wrap:wrap}
	    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
	}.hero-left {     padding: 50px 30px 20px 30px;}
	.trust-bar-inner {
    row-gap: 13px;
}    .b2b-grid, .contact-grid ,.rev-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }    .process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }    .audience-grid , .benefits-grid{
        grid-template-columns: repeat(2, 1fr);
    }
	.process-steps::before {display:none;}
	.cta-section h2 {     font-size: 35px;}
}

@media screen and (max-width: 767px){
	.hero-sub ,.b2b-intro .b2b-float-label{ max-width:100%;}    .hero h1 {
        font-size: 34px;
    }
	.hero-right-inner { display:none;}
	.moq-grid { grid-template-columns: 1fr; }
	    h2 {
        font-size: 27px; 
        line-height: normal;
    }.hero-sub {
		font-size: 16px;}
	
}
@media screen and (max-width: 767px) and (orientation: portrait) { 
	.trust-sep {display:none;}
	.b2b-visual {     flex-wrap: wrap;}
	    .product-grid, .audience-grid, .benefits-grid,.process-steps {
        grid-template-columns: 1fr;
    }.form-half {
    width: 100%;
}    .b2b-main-card {
        padding: 30px;
    }
 
	.b2b-intro { 
    padding-top: 4em;
}.hero__meta-item ,.them-links a,.b2b-main-card,.b2b-intro .b2b-float-card{
    width: 100%;
}
	.products a.btn.btn-dark {     padding: 13px 16px;}
	.b2b-intro .b2b-float-card { margin-top:10px}
}