
:root {
    --dphs-bg: #111816;
    --dphs-green: #254D43;
    --dphs-gold: #C39A63;
    --dphs-cream: #EEE7DB;
    --dphs-beige: #DAD0BF;
    --dphs-surface: #F7F3EB;
    --dphs-ink: #1B201E;
    --dphs-muted: #70756F;
    --dphs-line: rgba(17,24,22,.11);
}

.dphs-home,
.dphs-home * {
    box-sizing: border-box;
}

.dphs-home {
    width: 100%;
    overflow: clip;
    background: var(--dphs-cream);
    color: var(--dphs-ink);
    font-family: inherit;
}

.dphs-home a {
    color: inherit;
    text-decoration: none;
}

.dphs-home button,
.dphs-home select {
    font: inherit;
}

.dphs-container {
    width: min(1380px, calc(100% - 48px));
    margin: 0 auto;
}

.dphs-index {
    display: block;
    margin-bottom: 8px;
    color: var(--dphs-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
}

.dphs-eyebrow {
    color: var(--dphs-gold);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .17em;
}

/* ABOUT */
.dphs-about {
    padding: 110px 0;
    background:
        radial-gradient(circle at 16% 50%, rgba(37,77,67,.07), transparent 28%),
        var(--dphs-surface);
}

.dphs-about__grid {
    display: grid;
    grid-template-columns: minmax(390px,.88fr) minmax(0,1.12fr);
    gap: clamp(60px,8vw,120px);
    align-items: center;
}

.dphs-about__visual {
    position: relative;
}

.dphs-about__frame {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 4px 34px 4px 4px;
    background:
        radial-gradient(circle at 50% 44%, rgba(37,77,67,.68), transparent 34%),
        var(--dphs-bg);
}

.dphs-about__frame::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 420px;
    aspect-ratio: 1;
    top: -190px;
    right: -130px;
    border: 1px solid rgba(195,154,99,.12);
    border-radius: 57% 43% 65% 35% / 43% 61% 39% 57%;
    transform: rotate(28deg);
}

.dphs-about__frame::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(to top, rgba(17,24,22,.88), transparent);
}

.dphs-about__image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.86) contrast(1.02);
}

.dphs-about__fallback {
    position: relative;
    z-index: 1;
    min-height: 560px;
    display: grid;
    place-items: center;
    align-content: center;
    color: var(--dphs-cream);
}

.dphs-about__fallback-ring {
    position: absolute;
    width: min(320px,70%);
    aspect-ratio: 1;
    border: 1px solid rgba(195,154,99,.55);
    border-radius: 50%;
}

.dphs-about__fallback-inner {
    position: absolute;
    width: min(260px,58%);
    aspect-ratio: 1;
    border: 1px solid rgba(238,231,219,.1);
    border-radius: 50%;
}

.dphs-about__fallback strong {
    position: relative;
    z-index: 2;
    color: var(--dphs-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1;
}

.dphs-about__fallback small {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    color: rgba(238,231,219,.5);
    font-size: 7px;
    letter-spacing: .2em;
}

.dphs-about__gold-line {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 2px;
    background: var(--dphs-gold);
}

.dphs-about__signature {
    position: absolute;
    z-index: 4;
    right: 22px;
    bottom: 22px;
    display: grid;
    gap: 4px;
}

.dphs-about__signature span {
    color: var(--dphs-gold);
    font-size: 8px;
    letter-spacing: .14em;
}

.dphs-about__signature strong {
    color: var(--dphs-beige);
    font-size: 10px;
    font-weight: 600;
}

.dphs-about__copy h2,
.dphs-store__head h2 {
    max-width: 760px;
    margin: 10px 0 22px;
    color: var(--dphs-ink);
    font-size: clamp(38px,5vw,68px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.dphs-about__lead {
    max-width: 730px;
    margin: 0;
    color: var(--dphs-muted);
    font-size: 15px;
    line-height: 2.1;
}

.dphs-about__note {
    position: relative;
    margin-top: 30px;
    padding: 22px 24px 22px 48px;
    border-right: 2px solid var(--dphs-gold);
    background: rgba(195,154,99,.055);
}

.dphs-about__note > span {
    position: absolute;
    left: 18px;
    top: 14px;
    color: rgba(195,154,99,.55);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1;
}

.dphs-about__note p {
    margin: 0;
    color: var(--dphs-ink);
    font-size: 12px;
    line-height: 2;
}

.dphs-about__actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.dphs-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(195,154,99,.75);
    color: var(--dphs-green) !important;
    font-size: 10px;
    font-weight: 750;
}

.dphs-link--muted {
    color: var(--dphs-muted) !important;
    border-color: var(--dphs-line);
}

.dphs-about__mini {
    margin-top: 48px;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-top: 1px solid var(--dphs-line);
}

.dphs-about__mini > div {
    padding: 18px 14px 0 0;
    display: grid;
    gap: 4px;
    border-left: 1px solid var(--dphs-line);
}

.dphs-about__mini > div:last-child {
    border-left: 0;
}

.dphs-about__mini strong {
    color: var(--dphs-green);
    font-size: 12px;
}

.dphs-about__mini span {
    color: var(--dphs-muted);
    font-size: 8px;
}

/* STORE */
.dphs-store {
    padding: 100px 0 110px;
    background: var(--dphs-cream);
}

.dphs-store__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 42px;
}

.dphs-store__head p {
    max-width: 650px;
    margin: 0;
    color: var(--dphs-muted);
    font-size: 12px;
    line-height: 1.9;
}

.dphs-shop-all {
    flex: 0 0 auto;
    min-height: 48px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(37,77,67,.2);
    border-radius: 3px 14px 3px 3px;
    color: var(--dphs-green) !important;
    font-size: 10px;
    font-weight: 750;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.dphs-shop-all:hover {
    border-color: var(--dphs-green);
    background: var(--dphs-green);
    color: var(--dphs-cream) !important;
}

.dphs-store__tools {
    min-height: 66px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(195,154,99,.5);
    border-bottom: 1px solid var(--dphs-line);
}

.dphs-categories {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    overflow-x: auto;
    scrollbar-width: none;
}

.dphs-categories::-webkit-scrollbar {
    display: none;
}

.dphs-categories a {
    min-height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    color: var(--dphs-muted);
    font-size: 9px;
    transition: background .2s ease, color .2s ease;
}

.dphs-categories a small {
    opacity: .55;
    font-size: 7px;
}

.dphs-categories a.is-active,
.dphs-categories a:hover {
    background: var(--dphs-green);
    color: var(--dphs-cream);
}

.dphs-order {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dphs-order label {
    color: var(--dphs-muted);
    font-size: 8px;
}

.dphs-order select {
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid var(--dphs-line);
    border-radius: 3px 10px 3px 3px;
    outline: 0;
    background: rgba(255,255,255,.52);
    color: var(--dphs-ink);
    font-size: 8px;
}

.dphs-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(var(--dphs-columns), minmax(0,1fr));
    gap: 28px 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dphs-products ul.products::before,
.dphs-products ul.products::after {
    display: none !important;
}

.dphs-products ul.products li.product {
    position: relative;
    width: auto !important;
    min-width: 0;
    float: none !important;
    margin: 0 !important;
    padding: 0 0 16px !important;
    border-bottom: 1px solid var(--dphs-line);
}

.dphs-products ul.products li.product::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 1px;
    background: var(--dphs-gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s ease;
}

.dphs-products ul.products li.product:hover::after {
    transform: scaleX(1);
}

.dphs-products ul.products li.product a img {
    display: block;
    width: 100% !important;
    aspect-ratio: 1;
    margin: 0 0 14px !important;
    object-fit: cover;
    border-radius: 3px 20px 3px 3px;
    background: #E4DBCC;
    transition: transform .45s cubic-bezier(.22,1,.36,1);
}

.dphs-products ul.products li.product:hover a img {
    transform: scale(1.025);
}

.dphs-products .woocommerce-loop-product__title {
    min-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--dphs-ink) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.7;
}

.dphs-products .star-rating {
    margin: 7px 0 !important;
    color: var(--dphs-gold) !important;
    font-size: 10px !important;
}

.dphs-products .price {
    min-height: 25px;
    margin: 7px 0 0 !important;
    display: block !important;
    color: var(--dphs-green) !important;
    font-size: 11px !important;
    font-weight: 750 !important;
}

.dphs-products .price del {
    color: var(--dphs-muted) !important;
    opacity: .55 !important;
}

.dphs-products .price ins {
    text-decoration: none !important;
}

.dphs-products .button {
    margin: 11px 0 0 !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(37,77,67,.18) !important;
    border-radius: 3px 11px 3px 3px !important;
    background: transparent !important;
    color: var(--dphs-green) !important;
    font-size: 9px !important;
    box-shadow: none !important;
}

.dphs-products .button:hover {
    border-color: var(--dphs-green) !important;
    background: var(--dphs-green) !important;
    color: var(--dphs-cream) !important;
}

.dphs-products .onsale {
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 7px 9px !important;
    border-radius: 999px !important;
    background: var(--dphs-gold) !important;
    color: var(--dphs-bg) !important;
    font-size: 8px !important;
    line-height: 1 !important;
}

.dphs-pagination {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.dphs-pagination a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid var(--dphs-line);
    border-radius: 3px 11px 3px 3px;
    color: var(--dphs-ink);
    font-size: 9px;
}

.dphs-pagination a.is-active {
    border-color: var(--dphs-green);
    background: var(--dphs-green);
    color: var(--dphs-cream);
}

.dphs-empty {
    grid-column: 1 / -1;
    padding: 70px 20px;
    text-align: center;
}

.dphs-empty > span {
    display: block;
    width: 84px;
    aspect-ratio: 1;
    margin: 0 auto 20px;
    border: 1px solid rgba(37,77,67,.18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 12px var(--dphs-cream), inset 0 0 0 13px rgba(195,154,99,.6);
}

.dphs-empty h3 {
    margin: 0 0 12px;
    font-size: 24px;
}

.dphs-empty a {
    color: var(--dphs-green);
    font-size: 9px;
    border-bottom: 1px solid var(--dphs-gold);
}

@media (max-width: 1024px) {
    .dphs-container {
        width: min(100% - 36px, 1000px);
    }

    .dphs-about__grid {
        grid-template-columns: minmax(340px,.85fr) minmax(0,1.15fr);
        gap: 52px;
    }

    .dphs-about__frame,
    .dphs-about__image,
    .dphs-about__fallback {
        min-height: 500px;
        height: 500px;
    }

    .dphs-products ul.products {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 820px) {
    .dphs-container {
        width: min(100% - 30px, 720px);
    }

    .dphs-about,
    .dphs-store {
        padding: 74px 0;
    }

    .dphs-about__grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .dphs-about__visual {
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .dphs-store__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .dphs-store__tools {
        align-items: stretch;
        flex-direction: column;
        padding: 14px 0;
    }

    .dphs-order {
        justify-content: space-between;
    }
}

@media (max-width: 560px) {
    .dphs-container {
        width: calc(100% - 24px);
    }

    .dphs-about__frame,
    .dphs-about__image,
    .dphs-about__fallback {
        min-height: 390px;
        height: 390px;
    }

    .dphs-about__mini {
        grid-template-columns: 1fr;
    }

    .dphs-about__mini > div {
        min-height: 54px;
        padding: 12px 0;
        border-left: 0;
        border-bottom: 1px solid var(--dphs-line);
    }

    .dphs-store__head h2,
    .dphs-about__copy h2 {
        font-size: clamp(36px,11vw,52px);
    }

    .dphs-products ul.products {
        gap: 22px 10px !important;
    }

    .dphs-products .woocommerce-loop-product__title {
        min-height: 36px;
        font-size: 10px !important;
    }

    .dphs-products .price {
        font-size: 9px !important;
    }
}

@media (max-width: 390px) {
    .dphs-products ul.products {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dphs-home *,
    .dphs-home *::before,
    .dphs-home *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
