:root {
    --eey-forest: #173e35;
    --eey-ink: #171b19;
    --eey-limestone: #f1ebdd;
    --eey-paper: #fbf8f1;
    --eey-terra: #c96e4b;
    --eey-sage: #9caa8f;
    --eey-walnut: #6b4934;
    --eey-sofmira-navy: #061b5a;
    --eey-sofmira-cyan: #00bfd0;
    --eey-focus: #1877d2;
}

.eey-demo-store {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.eey-demo-store :where(a, button, input, select, textarea):focus-visible {
    outline: 3px solid color-mix(in srgb, var(--eey-focus) 72%, white);
    outline-offset: 3px;
}

.eey-demo-notice {
    background: var(--eey-ink);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    position: relative;
    text-transform: uppercase;
    z-index: 100;
}

.eey-demo-notice__inner {
    align-items: center;
    display: grid;
    gap: 12px 22px;
    grid-template-columns: auto 1fr auto;
    margin-inline: auto;
    max-width: 1460px;
    min-height: 38px;
    padding: 6px clamp(18px, 4vw, 70px);
}

.eey-demo-notice__label { color: #efb39b; }
.eey-demo-notice__message { color: rgba(255,255,255,.72); font-weight: 600; }
.eey-demo-notice__actions { align-items: center; display: flex; gap: 18px; }
.eey-demo-notice__actions a { color: #fff; font-size: 10px; font-weight: 800; text-decoration: none; }
.eey-demo-notice__actions a:first-child { color: #efb39b; }
.eey-demo-notice__actions a:hover { color: #fff; }

.eey-product-visual {
    aspect-ratio: 1;
    background-color: #f7f3eb;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    display: block;
    overflow: hidden;
    transition: transform .45s cubic-bezier(.2,.75,.25,1);
    width: 100%;
}

.eey-product-visual--single {
    aspect-ratio: 1;
    border-radius: 2px;
    min-height: 520px;
}

.eey-single-gallery {
    float: left;
    margin-bottom: 3rem;
    position: relative;
    width: 52%;
}

.eey-single-gallery:hover .eey-product-visual { transform: scale(1.018); }

.eey-gallery-note {
    color: #5d625f;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    padding-top: 12px;
}

.eey-card {
    background: #fff;
    border-bottom: 1px solid color-mix(in srgb, var(--eey-ink) 15%, transparent);
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    transition: border-color .28s ease, transform .28s cubic-bezier(.2,.75,.25,1);
}

.eey-card:hover { border-color: color-mix(in srgb, var(--eey-ink) 48%, transparent); transform: translateY(-4px); }

.eey-card__visual {
    background: #f6f2e9;
    display: block;
    overflow: hidden;
    position: relative;
}

.eey-card__visual:hover .eey-product-visual { transform: scale(1.035); }

.eey-card__badge,
.eey-loop-badge {
    background: var(--eey-ink);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    left: 12px;
    letter-spacing: .08em;
    padding: 7px 9px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    z-index: 2;
}

.eey-loop-badge { top: 18px; }

.eey-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px 3px 16px; }
.eey-card__category,
.eey-card__category a {
    color: #747a76;
    font-size: 11px;
    letter-spacing: .09em;
    text-decoration: none;
    text-transform: uppercase;
}

.eey-card h3 {
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.2;
    margin: 8px 0 10px;
}

.eey-card h3 a { color: var(--eey-ink); text-decoration: none; }
.eey-card p { color: #606561; font-size: 14px; line-height: 1.6; margin: 0 0 14px; }

.eey-card__footer {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
}

.eey-card__price { color: var(--eey-ink); font-size: 16px; font-weight: 750; }
.eey-card__price del { color: #8b8e8c; font-size: 13px; font-weight: 500; }
.eey-card__price ins { text-decoration: none; }

.eey-card__action {
    border-bottom: 1px solid currentColor;
    color: var(--eey-forest);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, letter-spacing .2s ease;
}

.eey-card__action::after { content: ' ↗'; }
.eey-card__action:hover { color: var(--eey-terra); letter-spacing: .08em; }

.eey-buy-assurance {
    border-bottom: 1px solid #d8d5cd;
    border-top: 1px solid #d8d5cd;
    display: grid;
    font-size: 12px;
    gap: 8px;
    margin-top: 25px;
    padding: 17px 0;
}

.eey-buy-assurance span::before {
    background: var(--eey-forest);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 5px;
    margin: 0 9px 2px 0;
    width: 5px;
}

.eey-checkout-demo {
    background: #edf2ee;
    border-left: 3px solid var(--eey-forest);
    color: #25332e;
    margin: 0 0 28px;
    padding: 16px 18px;
}

.eey-checkout-demo a { color: var(--eey-forest); font-weight: 700; }

.eey-sofmira-dock {
    align-items: center;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(6,27,90,.16);
    bottom: 18px;
    box-shadow: 0 18px 54px rgba(14,25,21,.16);
    display: grid;
    gap: 12px 18px;
    grid-template-columns: 116px minmax(180px, 1fr) auto auto;
    left: 50%;
    max-width: min(900px, calc(100vw - 36px));
    opacity: 0;
    padding: 12px 12px 12px 18px;
    pointer-events: none;
    position: fixed;
    transform: translate(-50%, 18px);
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
    visibility: hidden;
    width: max-content;
    z-index: 90;
}

.eey-sofmira-dock.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
}

.eey-sofmira-dock__brand { display: block; line-height: 0; }
.eey-sofmira-dock__brand img { height: auto; max-width: 116px; width: 100%; }
.eey-sofmira-dock__copy { color: #39423e; font-size: 12px; line-height: 1.45; }
.eey-sofmira-dock__mail { color: var(--eey-sofmira-navy); font-size: 12px; font-weight: 700; text-decoration: none; }
.eey-sofmira-dock__cta {
    align-items: center;
    background: var(--eey-sofmira-navy);
    color: #fff;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: center;
    letter-spacing: .04em;
    min-height: 44px;
    padding: 0 17px;
    text-decoration: none;
    text-transform: uppercase;
}
.eey-sofmira-dock__cta:hover { background: #0a2b82; color: #fff; }

.eey-contact { margin-inline: auto; max-width: 1280px; padding: clamp(40px, 7vw, 100px) clamp(20px, 4vw, 64px); }
.eey-contact-page .hero-section,
.eey-contact-page .entry-header:not(.eey-contact__hero) { display: none; }
.eey-contact__hero { border-bottom: 1px solid rgba(23,27,25,.18); display: grid; gap: 24px; grid-template-columns: 1.25fr .75fr; padding-bottom: clamp(36px, 6vw, 72px); }
.eey-contact__eyebrow { color: var(--eey-terra); font-size: 11px; font-weight: 800; grid-column: 1 / -1; letter-spacing: .14em; text-transform: uppercase; }
.eey-contact__hero h1 { font-size: clamp(46px, 7vw, 96px); line-height: .94; margin: 0; max-width: 11ch; text-wrap: balance; }
.eey-contact__hero p { align-self: end; color: #59615d; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.7; margin: 0; text-wrap: pretty; }
.eey-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; }
.eey-contact__primary { background: #f3efe6; padding: clamp(34px, 5vw, 68px); }
.eey-contact__primary img { display: block; height: auto; margin-bottom: clamp(56px, 9vw, 120px); max-width: 200px; width: 64%; }
.eey-contact__primary > span { color: #6d746f; display: block; font-size: 11px; font-weight: 700; letter-spacing: .1em; margin-bottom: 10px; text-transform: uppercase; }
.eey-contact__email { color: var(--eey-sofmira-navy); display: inline-block; font-size: clamp(24px, 3vw, 40px); font-weight: 750; letter-spacing: -.04em; margin-bottom: 22px; text-decoration: none; }
.eey-contact__primary p { color: #5f6762; font-size: 14px; line-height: 1.75; margin: 0; max-width: 440px; }
.eey-contact__steps { background: var(--eey-forest); color: #fff; padding: clamp(34px, 5vw, 68px); }
.eey-contact__steps ol { list-style: none; margin: 0; padding: 0; }
.eey-contact__steps li { border-top: 1px solid rgba(255,255,255,.2); display: grid; gap: 25px; grid-template-columns: 42px 1fr; padding: 26px 0; }
.eey-contact__steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.eey-contact__steps li > span { color: #bdcdbb; font-size: 12px; }
.eey-contact__steps strong { color: #fff; display: block; font-size: clamp(20px, 2vw, 28px); margin-bottom: 8px; }
.eey-contact__steps p { color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.6; margin: 0; }
.eey-contact__actions { align-items: center; background: var(--eey-terra); display: flex; gap: 24px; justify-content: space-between; padding: clamp(24px, 4vw, 46px); }
.eey-contact__button { align-items: center; background: var(--eey-ink); color: #fff; display: inline-flex; font-size: 12px; font-weight: 800; justify-content: center; letter-spacing: .05em; min-height: 52px; padding: 0 24px; text-decoration: none; text-transform: uppercase; }
.eey-contact__button:hover { background: #fff; color: var(--eey-ink); }
.eey-contact__text-link { border-bottom: 1px solid currentColor; color: #fff; font-size: 14px; font-weight: 750; text-decoration: none; }

.eey-footer__maker { align-items: center; border-top: 1px solid rgba(255,255,255,.15); display: grid; gap: 22px; grid-template-columns: 150px 1fr auto auto; margin: 48px auto 0; max-width: 1460px; padding-top: 28px; }
.eey-footer__maker img { background: #fff; height: auto; padding: 8px 10px; width: 130px; }
.eey-footer__maker span { color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }
.eey-footer__maker a { color: #fff; font-size: 12px; font-weight: 700; text-decoration: none; }
.eey-footer__maker a:last-child { border: 1px solid rgba(255,255,255,.35); min-height: 42px; padding: 11px 15px; }

.woocommerce ul.products li.product .eey-product-visual { margin: 0 0 16px; }
.woocommerce ul.products li.product { position: relative; }
.woocommerce :where(.button, button.button, input.button),
.wc-block-components-button { min-height: 44px; }

@media (max-width: 1024px) {
    .eey-demo-notice__message { display: none; }
    .eey-sofmira-dock { grid-template-columns: 108px 1fr auto; }
    .eey-sofmira-dock__mail { display: none; }
    .eey-footer__maker { grid-template-columns: 140px 1fr auto; }
    .eey-footer__maker a:last-child { display: none; }
}

@media (max-width: 768px) {
    .eey-demo-notice { font-size: 9px; }
    .eey-demo-notice__inner { gap: 10px; grid-template-columns: auto 1fr; min-height: 34px; padding-inline: 14px; }
    .eey-demo-notice__actions { justify-self: end; }
    .eey-demo-notice__actions a:last-child { display: none; }
    .eey-demo-notice__actions a { align-items: center; display: inline-flex; font-size: 9px; min-height: 44px; }
    .eey-single-gallery { float: none; margin-bottom: 1.75rem; width: 100%; }
    .eey-product-visual--single { min-height: 0; }
    .eey-gallery-note span:last-child { display: none; }
    .eey-contact__hero, .eey-contact__grid { grid-template-columns: 1fr; }
    .eey-contact__hero { gap: 20px; }
    .eey-contact__actions { align-items: stretch; flex-direction: column; }
    .eey-contact__button { width: 100%; }
    .eey-footer__maker { grid-template-columns: 120px 1fr; }
    .eey-footer__maker > a { grid-column: 1 / -1; }
    .eey-footer__maker img { width: 110px; }
}

@media (max-width: 560px) {
    .eey-sofmira-dock { bottom: max(10px, env(safe-area-inset-bottom)); gap: 10px; grid-template-columns: 92px 1fr; left: 10px; max-width: none; padding: 10px; right: 10px; transform: none; width: auto; }
    .eey-sofmira-dock.is-visible { transform: none; }
    .eey-sofmira-dock__copy, .eey-sofmira-dock__mail { display: none; }
    .eey-sofmira-dock__brand img { max-width: 92px; }
    .eey-sofmira-dock__cta { font-size: 10px; min-height: 46px; padding-inline: 12px; }
    .eey-contact { padding-inline: 14px; }
    .eey-contact__hero h1 { font-size: clamp(42px, 13vw, 62px); }
    .eey-contact__primary img { margin-bottom: 48px; }
    .eey-contact__email { font-size: clamp(20px, 6vw, 25px); overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
    .eey-card, .eey-card__action, .eey-product-visual, .eey-sofmira-dock { transition: none !important; }
    .eey-card:hover, .eey-card__visual:hover .eey-product-visual { transform: none !important; }
}
