.etp-home-page .page-title,
.etp-home-page .entry-title,
.etp-home-page .breadcrumbs,
.etp-home-page .woocommerce-breadcrumb,
.etp-home-page .page-title-default,
.etp-home-page .title-size-default {
    display: none !important;
}

.etp,
.etp * {
    box-sizing: border-box;
}

.etp {
    --etp-ink: #111111;
    --etp-muted: #66615b;
    --etp-line: #e7ded1;
    --etp-cream: #f7f0e6;
    --etp-soft: #fbf7f1;
    --etp-gold: #b78542;
    --etp-copper: #7a4c29;
    --etp-green: #51614a;
    --etp-red: #803b34;
    color: var(--etp-ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    margin: 0 auto;
    max-width: 1440px;
}

.etp a {
    text-decoration: none;
}

.etp-eyebrow {
    color: var(--etp-gold);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.etp-hero {
    align-items: stretch;
    background:
        radial-gradient(circle at 82% 18%, rgba(183, 133, 66, .34), transparent 28%),
        linear-gradient(135deg, #111111 0%, #2a211b 48%, #6d4b29 100%);
    color: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    margin: 0 0 24px;
    min-height: 620px;
    overflow: hidden;
    padding: 58px clamp(20px, 4vw, 64px);
    position: relative;
}

.etp-hero::before {
    background-image:
        linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 48px 48px;
    content: "";
    inset: 0;
    opacity: .22;
    position: absolute;
}

.etp-hero__copy,
.etp-hero__visual {
    position: relative;
    z-index: 1;
}

.etp-hero__copy {
    align-self: center;
    max-width: 760px;
}

.etp-hero h1 {
    color: #ffffff;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 850;
    letter-spacing: 0;
    line-height: .96;
    margin: 0 0 22px;
}

.etp-hero p {
    color: #f4e4cc;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 680px;
}

.etp-search {
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.42);
    display: grid;
    grid-template-columns: 1fr auto;
    margin: 0 0 18px;
    max-width: 720px;
    padding: 7px;
}

.etp-search input[type="search"] {
    border: 0;
    color: var(--etp-ink);
    font-size: 15px;
    min-height: 52px;
    outline: 0;
    padding: 0 18px;
    width: 100%;
}

.etp-search button {
    background: var(--etp-ink);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight: 800;
    min-height: 52px;
    padding: 0 28px;
}

.etp-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.etp-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    text-transform: uppercase;
}

.etp-button--light {
    background: #ffffff;
    color: var(--etp-ink);
}

.etp-button--ghost {
    border-color: rgba(255,255,255,.72);
    color: #ffffff;
}

.etp-hero__visual {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.etp-hero-card {
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    overflow: hidden;
    position: relative;
}

.etp-hero-card--large {
    grid-row: span 2;
    min-height: 460px;
}

.etp-hero-card img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    opacity: .9;
    position: absolute;
    width: 100%;
}

.etp-hero-card::after {
    background: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.05));
    content: "";
    inset: 0;
    position: absolute;
}

.etp-hero-card span,
.etp-hero-card strong {
    margin: 0 20px;
    position: relative;
    z-index: 1;
}

.etp-hero-card span {
    margin-top: auto;
}

.etp-hero-card strong {
    color: #f2d29b;
    margin-bottom: 20px;
    margin-top: 7px;
}

.etp-strip {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 42px;
}

.etp-strip div {
    background: var(--etp-ink);
    color: #ffffff;
    padding: 22px;
}

.etp-strip strong,
.etp-strip span {
    display: block;
}

.etp-strip strong {
    font-size: 16px;
    margin-bottom: 5px;
}

.etp-strip span {
    color: #cfcbc4;
    font-size: 13px;
}

.etp-section {
    padding: 24px clamp(18px, 4vw, 54px) 58px;
}

.etp-section--soft {
    background: var(--etp-soft);
    padding-top: 54px;
}

.etp-section__head {
    align-items: end;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
    margin-bottom: 28px;
}

.etp-section__head h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.02;
    margin: 0;
}

.etp-section__head p {
    color: var(--etp-muted);
    line-height: 1.65;
    margin: 0 0 2px;
}

.etp-category-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.etp-category-card {
    background: #ffffff;
    border: 1px solid var(--etp-line);
    color: var(--etp-ink);
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.etp-category-card__media {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(17,17,17,.08), rgba(183,133,66,.24)),
        var(--etp-cream);
    display: flex;
    height: 210px;
    justify-content: center;
    overflow: hidden;
}

.etp-category-card__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.etp-category-card__media span {
    color: rgba(17,17,17,.36);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.etp-category-card strong,
.etp-category-card em {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
}

.etp-category-card strong {
    font-size: 20px;
    margin-top: 21px;
}

.etp-category-card em {
    color: var(--etp-muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
    margin-top: 8px;
}

.etp-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.etp-tabs__nav button {
    background: #ffffff;
    border: 1px solid var(--etp-line);
    color: var(--etp-ink);
    cursor: pointer;
    font-weight: 800;
    padding: 12px 18px;
}

.etp-tabs__nav button.is-active {
    background: var(--etp-ink);
    border-color: var(--etp-ink);
    color: #ffffff;
}

.etp-tabs__panel {
    display: none;
}

.etp-tabs__panel.is-active {
    display: block;
}

.etp-products {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.etp-product {
    background: #ffffff;
    border: 1px solid var(--etp-line);
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.etp-product__image {
    align-items: center;
    background: #f4eee5;
    display: flex;
    height: 230px;
    justify-content: center;
    overflow: hidden;
}

.etp-product__image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.etp-product__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}

.etp-product__title {
    color: var(--etp-ink);
    font-size: 16px;
    font-weight: 850;
    line-height: 1.35;
}

.etp-product__meta {
    color: var(--etp-muted);
    font-size: 12px;
    margin: 10px 0 14px;
    text-transform: uppercase;
}

.etp-product__price {
    color: var(--etp-copper);
    font-size: 20px;
    font-weight: 900;
    margin-top: auto;
}

.etp-product__price small {
    color: var(--etp-muted);
    font-size: 11px;
    font-weight: 700;
}

.etp-product__button {
    border: 1px solid var(--etp-ink);
    color: var(--etp-ink);
    display: block;
    font-size: 13px;
    font-weight: 850;
    margin-top: 16px;
    padding: 11px 12px;
    text-align: center;
    text-transform: uppercase;
}

.etp-wide-card {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(17,17,17,.92), rgba(81,97,74,.92)),
        #1d211b;
    color: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 480px);
    margin: 0 clamp(18px, 4vw, 54px) 34px;
    padding: clamp(32px, 5vw, 58px);
}

.etp-wide-card h2,
.etp-cta h2,
.etp-quote h1 {
    color: #ffffff;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.04;
    margin: 0 0 16px;
}

.etp-wide-card p,
.etp-cta p {
    color: #ded7cc;
    line-height: 1.72;
    margin: 0;
}

.etp-process {
    display: grid;
    gap: 12px;
}

.etp-process div {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    display: grid;
    gap: 12px;
    grid-template-columns: 56px 1fr;
    padding: 18px;
}

.etp-process strong {
    color: #d9b16f;
    font-size: 22px;
}

.etp-tax-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.etp-tax-grid a {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--etp-line);
    color: var(--etp-ink);
    display: flex;
    justify-content: space-between;
    min-height: 74px;
    padding: 18px;
}

.etp-tax-grid span {
    font-weight: 850;
}

.etp-tax-grid small {
    color: var(--etp-muted);
}

.etp-cta {
    background:
        radial-gradient(circle at 12% 20%, rgba(183,133,66,.34), transparent 28%),
        linear-gradient(135deg, #111111, #2f241c);
    color: #ffffff;
    margin-top: 18px;
    padding: clamp(42px, 6vw, 76px) clamp(20px, 4vw, 54px);
    text-align: center;
}

.etp-cta p {
    margin: 0 auto 24px;
    max-width: 760px;
}

.etp-empty {
    background: #ffffff;
    border: 1px dashed var(--etp-line);
    color: var(--etp-muted);
    padding: 28px;
}

.etp-empty--large {
    margin: 30px auto;
    max-width: 760px;
}

.etp-empty strong,
.etp-empty span {
    display: block;
}

@media (max-width: 1100px) {
    .etp-hero {
        grid-template-columns: 1fr;
    }

    .etp-hero__visual {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .etp-hero-card,
    .etp-hero-card--large {
        grid-row: auto;
        min-height: 260px;
    }

    .etp-category-grid,
    .etp-products,
    .etp-tax-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .etp-hero {
        min-height: 0;
        padding: 42px 18px;
    }

    .etp-search {
        grid-template-columns: 1fr;
    }

    .etp-search button {
        width: 100%;
    }

    .etp-hero__visual,
    .etp-strip,
    .etp-section__head,
    .etp-category-grid,
    .etp-products,
    .etp-wide-card,
    .etp-tax-grid {
        grid-template-columns: 1fr;
    }

    .etp-strip {
        margin-bottom: 24px;
    }

    .etp-section,
    .etp-section--soft {
        padding: 34px 16px;
    }

    .etp-actions,
    .etp-tabs__nav {
        display: grid;
    }

    .etp-button {
        width: 100%;
    }
}
