/* ============================
   HOME PAGE
   ============================ */

/* -- Hero Section -- */
.hero-section {
    background-color: #fff;
    overflow: hidden;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.04;
    background-image:
        repeating-linear-gradient(0deg, #284735, #284735 1px, transparent 1px, transparent 80px),
        repeating-linear-gradient(90deg, #284735, #284735 1px, transparent 1px, transparent 80px);
}

.hero-tagline {
    font-family: var(--font-script);
    font-size: 2.8rem;
    color: var(--brand-gold);
}

.hero-body {
    font-family: var(--font-body);
    max-width: 540px;
    line-height: 1.7;
}

.hero-image {
    mix-blend-mode: multiply;
}

/* Trust feature icons */
.trust-icon-wrap {
    color: var(--brand-primary);
}

.trust-heading {
    font-family: var(--font-display);
    font-size: 1.1rem;
}

/* -- Services Section -- */
.services-section {
    background-color: #fff;
}

.section-label {
    letter-spacing: 3px;
    color: var(--brand-gold) !important;
}

.section-heading {
    font-family: var(--font-display);
    color: var(--brand-primary);
    font-size: 3.5rem;
}

.service-card {
    border-radius: 0.8rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
    transform: translateY(-4px);
}

.service-card-heading {
    font-family: var(--font-display);
    font-size: 2rem;
}

.service-card-img {
    height: 260px;
    object-fit: cover;
}

/* -- Print Your Own Section -- */
.print-section {
    background-color: #F9FAFC;
}

.print-heading {
    font-family: var(--font-display);
    color: var(--brand-dark);
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.5px;
}

.step-line {
    position: absolute;
    left: 15px;
    top: 16px;
    bottom: 16px;
    width: 2px;
    background-color: var(--brand-dark);
}

.step-number {
    width: 32px;
    height: 32px;
    background-color: var(--brand-dark);
    font-family: var(--font-display);
    font-size: 1.1rem;
    flex-shrink: 0;
    margin-left: -4px;
    margin-top: 4px;
}

.step-heading {
    font-family: var(--font-display);
    font-size: 1.8rem;
    letter-spacing: 0.5px;
}

.tshirt-builder-img {
    mix-blend-mode: multiply;
}

/* -- Why Choose Us Section -- */
.why-section {
    background-color: #fff;
}

.why-heading {
    font-family: var(--font-display);
    color: var(--brand-dark);
    font-size: 3.5rem;
}

.why-icon-circle {
    width: 96px;
    height: 96px;
}

.why-card-heading {
    font-family: var(--font-display);
    font-size: 1.5rem;
}

.why-icon {
    width: 64px;
    height: 64px;
    fill: var(--brand-dark);
}