:root {
  --ev-red: oklch(0.53 0.22 27);
  --ev-green: oklch(0.65 0.22 142);
  --ev-forest: oklch(0.2 0.05 280);
  --ev-soft: oklch(0.96 0.02 160);
  --ev-earth: oklch(0.55 0.1 55);
  --ev-sand: oklch(0.95 0.02 85);
  --ev-stone: oklch(0.4 0 0);
  --ev-border: oklch(0.85 0.01 80);
  --ev-white: #fff;
  --ev-heading: "Playfair Display", serif;
  --ev-body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
body.ev-body { margin: 0; background: var(--ev-sand); color: var(--ev-stone); font-family: var(--ev-body); }
body.ev-body h1, body.ev-body h2, body.ev-body h3 { font-family: var(--ev-heading); line-height: 1.05; margin: 0; letter-spacing: 0; }
body.ev-body a { color: inherit; text-decoration: none; }
body.ev-body img { max-width: 100%; display: block; }
.ev-container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.ev-icon { width: 1em; height: 1em; display: inline-block; vertical-align: -0.15em; }
.ev-page { padding-top: 112px; min-height: 70vh; }
.ev-section { padding: 88px 0; }
.ev-section--soft { background: color-mix(in oklch, var(--ev-soft), white 15%); }
.ev-section--white { background: white; }
.ev-section--dark { background: var(--ev-forest); color: white; }
.ev-eyebrow, .ev-section small, .ev-row-head small { color: var(--ev-green); font-size: 12px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
.ev-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ev-green); font-weight: 700; }
.ev-link--light { color: rgba(255,255,255,.86); }
.ev-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 999px; padding: 13px 24px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.ev-btn--primary { background: var(--ev-green); color: white; box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.ev-btn--primary:hover { background: var(--ev-forest); transform: translateY(-1px); }
.ev-btn--ghost { color: white; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.ev-btn--light { background: white; color: var(--ev-forest); }
.ev-btn--earth { width: 100%; background: var(--ev-earth); color: white; border-radius: 12px; }
.ev-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.ev-site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: white; transition: .25s ease; }
.ev-site-header.is-scrolled, body:not(.home) .ev-site-header { background: rgba(255,255,255,.96); color: var(--ev-stone); border-bottom: 1px solid var(--ev-border); backdrop-filter: blur(16px); box-shadow: 0 2px 18px rgba(0,0,0,.06); }
.ev-site-nav, .ev-market-nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ev-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; }
.ev-brand__mark { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--ev-green); color: white; }
.ev-brand span:last-child { display: grid; line-height: 1.05; }
.ev-brand small { color: var(--ev-green); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; margin-top: 3px; }
.ev-main-menu { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 700; }
.ev-main-menu .ev-menu-list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 26px; }
.ev-main-menu .menu-item { position: relative; margin: 0; }
.ev-main-menu .menu-item a { display: inline-flex; align-items: center; gap: 8px; }
.ev-main-menu .current-menu-item > a,
.ev-main-menu .current_page_item > a { color: var(--ev-green); }
.ev-main-menu .sub-menu { position: absolute; top: calc(100% + 14px); left: 0; min-width: 210px; list-style: none; margin: 0; padding: 10px; border: 1px solid var(--ev-border); border-radius: 14px; background: white; color: var(--ev-stone); box-shadow: 0 18px 45px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .18s ease; }
.ev-main-menu .menu-item:hover > .sub-menu,
.ev-main-menu .menu-item:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ev-main-menu .sub-menu a { width: 100%; padding: 9px 10px; border-radius: 10px; }
.ev-main-menu .sub-menu a:hover { background: var(--ev-sand); color: var(--ev-green); }
.ev-pill { background: var(--ev-green); color: white !important; padding: 10px 18px; border-radius: 999px; display: inline-flex; gap: 8px; align-items: center; }
.ev-mobile-toggle { display: none; border: 0; background: transparent; color: currentColor; font-size: 24px; }

.ev-hero { height: 100svh; min-height: 640px; position: relative; overflow: hidden; background: var(--ev-forest); }
.ev-hero__slide, .ev-promo__slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 900ms ease; }
.ev-hero__slide.is-active, .ev-promo__slide.is-active { opacity: 1; pointer-events: auto; }
.ev-hero__slide img, .ev-promo__slide img { width: 100%; height: 100%; object-fit: cover; }
.ev-hero__overlay { position: absolute; inset: 0; background: linear-gradient(to top, color-mix(in oklch, var(--ev-forest), black 20%) 0%, rgba(0,0,0,.4) 55%, rgba(0,0,0,.3)); }
.ev-hero__content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; padding-bottom: 118px; color: white; }
.ev-hero__content small { color: var(--ev-soft); letter-spacing: .3em; text-transform: uppercase; font-weight: 800; }
.ev-hero__content h1 { max-width: 760px; font-size: clamp(44px, 7vw, 88px); margin-top: 16px; }
.ev-hero__content p { max-width: 590px; font-size: 19px; color: rgba(255,255,255,.84); }
.ev-carousel__prev, .ev-carousel__next { position: absolute; z-index: 5; top: 50%; border: 0; width: 42px; height: 42px; border-radius: 999px; background: rgba(255,255,255,.78); cursor: pointer; font-size: 28px; }
.ev-carousel__prev { left: 20px; } .ev-carousel__next { right: 20px; }
.ev-carousel__dots { position: absolute; z-index: 5; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; gap: 8px; }
.ev-carousel__dots button { width: 22px; height: 6px; border-radius: 999px; border: 0; background: rgba(255,255,255,.45); transition: .2s ease; }
.ev-carousel__dots button.is-active { width: 42px; background: white; }

.ev-two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.ev-two-col h2, .ev-section-head h2, .ev-split-head h2 { font-size: clamp(34px, 4.5vw, 58px); }
.ev-rich, .ev-two-col p { font-size: 18px; line-height: 1.7; color: color-mix(in oklch, var(--ev-stone), transparent 15%); }
.ev-section--dark .ev-two-col p, .ev-section--dark .ev-split-head p { color: rgba(255,255,255,.72); }
.ev-section-head { max-width: 720px; text-align: center; margin: 0 auto 48px; }
.ev-split-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.ev-split-head p { max-width: 410px; }
.ev-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ev-card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ev-card-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ev-info-card, .ev-step { background: white; border: 1px solid color-mix(in oklch, var(--ev-border), transparent 25%); border-radius: 18px; padding: 30px; box-shadow: 0 2px 22px rgba(0,0,0,.04); transition: transform .25s ease, box-shadow .25s ease; }
.ev-info-card:hover, .ev-product-card:hover, .ev-story:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(0,0,0,.1); }
.ev-info-card > .ev-icon { width: 42px; height: 42px; color: var(--ev-green); margin-bottom: 20px; }
.ev-info-card h3, .ev-info-card h2 { font-size: 28px; margin-bottom: 12px; }
.ev-info-card p, .ev-step p { line-height: 1.65; color: color-mix(in oklch, var(--ev-stone), transparent 25%); }
.ev-info-card--large { padding: 42px; }
.ev-info-card--dark { background: var(--ev-forest); color: white; }
.ev-info-card--dark p { color: rgba(255,255,255,.78); }
.ev-kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ev-kpi { border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.05); border-radius: 18px; padding: 28px; display: grid; gap: 8px; }
.ev-kpi strong { font-family: var(--ev-heading); font-size: clamp(36px, 5vw, 58px); }
.ev-kpi span { color: rgba(255,255,255,.7); }
.ev-kpi--light { background: white; color: var(--ev-stone); box-shadow: 0 8px 28px rgba(0,0,0,.08); }
.ev-kpi--light span { color: color-mix(in oklch, var(--ev-stone), transparent 30%); }
.ev-story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ev-story { overflow: hidden; border-radius: 18px; background: white; border: 1px solid var(--ev-border); transition: .25s ease; }
.ev-story img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .7s ease; }
.ev-story:hover img { transform: scale(1.05); }
.ev-story span, .ev-story h3, .ev-story p { margin-left: 24px; margin-right: 24px; }
.ev-story span { display: block; margin-top: 22px; color: var(--ev-green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.ev-story h3 { font-size: 28px; margin-top: 8px; }
.ev-story p { margin-bottom: 24px; color: color-mix(in oklch, var(--ev-stone), transparent 30%); }

.ev-subhero { height: 60vh; min-height: 420px; position: relative; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.ev-subhero--tall { height: 70vh; min-height: 480px; }
.ev-subhero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ev-subhero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16,22,30,.92), rgba(0,0,0,.35)); }
.ev-subhero .ev-container { position: relative; z-index: 2; padding-bottom: 62px; }
.ev-subhero small { color: var(--ev-soft); letter-spacing: .3em; text-transform: uppercase; font-weight: 800; }
.ev-subhero h1 { max-width: 850px; font-size: clamp(42px, 6vw, 76px); margin-top: 12px; }
.ev-title-section { text-align: center; padding-top: 44px; padding-bottom: 54px; }
.ev-title-section h1 { max-width: 760px; margin: 12px auto; font-size: clamp(42px, 6vw, 68px); }
.ev-title-section p { max-width: 680px; margin: 0 auto; color: color-mix(in oklch, var(--ev-stone), transparent 25%); font-size: 18px; }
.ev-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; padding-bottom: 92px; }
.ev-team-card { background: white; border-radius: 24px; padding: 36px; text-align: center; box-shadow: 0 10px 35px rgba(0,0,0,.06); transition: .25s ease; }
.ev-avatar { width: 112px; height: 112px; border-radius: 999px; margin: 0 auto 22px; display: grid; place-items: center; color: white; font: 700 30px var(--ev-heading); }
.bg1 { background: var(--ev-green); } .bg2 { background: var(--ev-earth); } .bg3 { background: var(--ev-red); } .bg4 { background: var(--ev-forest); } .bg5 { background: var(--ev-stone); }
.ev-team-card strong { color: var(--ev-green); display: block; margin: 8px 0 14px; }
.ev-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; padding-top: 48px; padding-bottom: 80px; }
.ev-contact h1 { font-size: clamp(42px, 5vw, 64px); margin: 12px 0 20px; }
.ev-contact-list { display: grid; gap: 16px; margin-top: 34px; }
.ev-contact-list span { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.ev-form { background: white; border: 1px solid var(--ev-border); border-radius: 20px; padding: 30px; display: grid; gap: 16px; box-shadow: 0 12px 32px rgba(0,0,0,.06); }
.ev-form label { display: grid; gap: 7px; color: color-mix(in oklch, var(--ev-stone), transparent 30%); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.ev-form input, .ev-form textarea, .ev-row-head select { width: 100%; border: 1px solid var(--ev-border); border-radius: 12px; background: color-mix(in oklch, var(--ev-sand), white 25%); padding: 13px 14px; font: inherit; color: var(--ev-stone); }
.ev-form__note { color: var(--ev-green); font-weight: 700; margin: 0; }
.ev-cf7-form .wpcf7 { width: 100%; }
.ev-cf7-form .wpcf7 form { display: grid; gap: 16px; margin: 0; }
.ev-cf7-form .wpcf7 p { margin: 0; }
.ev-cf7-form .wpcf7 label { display: grid; gap: 7px; color: color-mix(in oklch, var(--ev-stone), transparent 30%); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.ev-cf7-form .wpcf7-form-control-wrap { display: block; margin-top: 7px; }
.ev-cf7-form .wpcf7 input[type="text"],
.ev-cf7-form .wpcf7 input[type="email"],
.ev-cf7-form .wpcf7 input[type="tel"],
.ev-cf7-form .wpcf7 textarea,
.ev-cf7-form .wpcf7 select { width: 100%; border: 1px solid var(--ev-border); border-radius: 12px; background: color-mix(in oklch, var(--ev-sand), white 25%); padding: 13px 14px; font: inherit; color: var(--ev-stone); }
.ev-cf7-form .wpcf7 textarea { min-height: 132px; resize: vertical; }
.ev-cf7-form .wpcf7-submit { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 13px 24px; background: var(--ev-green); color: white; font-weight: 800; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.ev-cf7-form .wpcf7-response-output { margin: 0; border-radius: 12px; padding: 12px 14px; font-size: 14px; }
.ev-plugin-note { border: 1px dashed var(--ev-border); border-radius: 14px; padding: 18px; color: color-mix(in oklch, var(--ev-stone), transparent 30%); background: var(--ev-sand); }

.ev-market-header { position: sticky; top: 0; z-index: 60; background: white; border-bottom: 1px solid var(--ev-border); box-shadow: 0 2px 16px rgba(0,0,0,.06); }
.ev-topbar { background: var(--ev-forest); color: rgba(255,255,255,.9); font-size: 12px; }
.ev-topbar__inner { display: flex; align-items: center; justify-content: space-between; padding-block: 7px; }
.ev-topbar__back { display: inline-flex; align-items: center; gap: 6px; }
.ev-search { flex: 1; min-width: 0; display: flex; align-items: center; gap: 10px; border: 1px solid var(--ev-border); background: var(--ev-sand); border-radius: 999px; padding-left: 14px; }
.ev-search input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; padding: 12px 2px; font: inherit; }
.ev-search button { border: 0; border-radius: 999px; background: var(--ev-green); color: white; padding: 9px 18px; margin-right: 4px; font-weight: 800; }
.ev-market-actions { display: flex; align-items: center; gap: 6px; }
.ev-icon-btn { border: 0; background: transparent; color: var(--ev-stone); min-width: 40px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; cursor: pointer; position: relative; font-weight: 700; }
.ev-icon-btn:hover { background: var(--ev-sand); }
.ev-icon-btn--badge b { position: absolute; top: 0; right: 0; background: var(--ev-red); color: white; border-radius: 999px; font-size: 10px; min-width: 18px; height: 18px; display: grid; place-items: center; }
.ev-drawer { position: fixed; inset: 0; z-index: 90; pointer-events: none; }
.ev-drawer__shade { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.42); opacity: 0; transition: .25s ease; }
.ev-drawer__panel { position: absolute; inset: 0 0 0 auto; width: min(430px, 100%); background: white; transform: translateX(100%); transition: .28s ease; overflow: auto; box-shadow: -20px 0 50px rgba(0,0,0,.18); }
.ev-drawer.is-open { pointer-events: auto; }
.ev-drawer.is-open .ev-drawer__shade { opacity: 1; }
.ev-drawer.is-open .ev-drawer__panel { transform: translateX(0); }
.ev-drawer__head { position: sticky; top: 0; background: white; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding: 22px; border-bottom: 1px solid var(--ev-border); }
.ev-drawer__head small { color: var(--ev-green); letter-spacing: .2em; text-transform: uppercase; font-weight: 800; }
.ev-drawer__list { padding: 18px; display: grid; gap: 10px; }
.ev-cat-link { display: grid; grid-template-columns: 64px 1fr; gap: 14px; align-items: center; padding: 10px; border-radius: 16px; }
.ev-cat-link:hover { background: var(--ev-sand); }
.ev-cat-link img { width: 64px; height: 64px; object-fit: cover; border-radius: 12px; }
.ev-cat-link span { display: grid; gap: 4px; }
.ev-cat-link small { color: color-mix(in oklch, var(--ev-stone), transparent 40%); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ev-marketplace { background: color-mix(in oklch, var(--ev-sand), white 25%); min-height: 70vh; }
.ev-market-hero { background: white; border-bottom: 1px solid var(--ev-border); padding: 18px 0 24px; }
.ev-market-hero__grid { display: grid; grid-template-columns: 1fr 310px; gap: 18px; }
.ev-promo { min-height: 320px; aspect-ratio: 16 / 7; position: relative; overflow: hidden; border-radius: 20px; background: var(--ev-forest); }
.ev-promo__slide:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to right, rgba(23,35,26,.85), rgba(23,35,26,.35), transparent); }
.ev-promo__slide > div { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 570px; padding: 52px; color: white; }
.ev-promo h1 { font-size: clamp(34px, 4vw, 56px); margin: 10px 0; }
.ev-promo p { color: rgba(255,255,255,.84); }
.ev-side-promos { display: grid; gap: 18px; }
.ev-side-promos div { position: relative; overflow: hidden; border-radius: 18px; min-height: 150px; color: white; padding: 20px; display: flex; flex-direction: column; justify-content: flex-end; }
.ev-side-promos img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.ev-side-promos div:after { content: ""; position: absolute; inset: 0; background: linear-gradient(35deg, rgba(0,0,0,.72), transparent); }
.ev-side-promos span, .ev-side-promos strong { position: relative; z-index: 1; }
.ev-category-strip { background: white; border-bottom: 1px solid var(--ev-border); padding: 18px 0; }
.ev-category-scroll, .ev-brand-scroll { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 4px; }
.ev-category-scroll a { flex: 0 0 92px; text-align: center; display: grid; gap: 8px; font-size: 12px; font-weight: 700; }
.ev-category-scroll img { width: 68px; height: 68px; border-radius: 999px; object-fit: cover; margin: 0 auto; transition: .3s ease; }
.ev-category-scroll a:hover img { transform: scale(1.08); box-shadow: 0 0 0 3px var(--ev-green); }
.ev-product-row { padding: 48px 0; }
.ev-product-row--soft { background: color-mix(in oklch, var(--ev-soft), white 5%); }
.ev-row-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.ev-row-head h2 { font-size: clamp(28px, 3vw, 38px); }
.ev-row-head button { border: 0; background: transparent; color: var(--ev-green); font-weight: 800; cursor: pointer; }
.ev-products-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
.ev-product-card { position: relative; background: white; border: 1px solid color-mix(in oklch, var(--ev-border), transparent 20%); border-radius: 16px; overflow: hidden; transition: .25s ease; }
.ev-product-card__image { display: block; aspect-ratio: 1; background: var(--ev-sand); overflow: hidden; }
.ev-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.ev-product-card:hover .ev-product-card__image img { transform: scale(1.06); }
.ev-badge { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 5px 9px; font-size: 10px; font-weight: 900; background: rgba(255,255,255,.95); color: var(--ev-forest); }
.ev-badge--float { position: absolute; top: 9px; left: 9px; max-width: calc(100% - 54px); }
.ev-fav { position: absolute; top: 9px; right: 9px; border: 0; width: 34px; height: 34px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--ev-stone); display: grid; place-items: center; cursor: pointer; }
.ev-fav:hover { color: var(--ev-red); }
.ev-product-card__body { padding: 12px; display: grid; gap: 7px; }
.ev-product-card__body small { color: var(--ev-green); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ev-product-card__title { min-height: 40px; font-size: 14px; line-height: 1.35; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ev-rating { color: color-mix(in oklch, var(--ev-stone), transparent 45%); font-size: 12px; }
.ev-rating .ev-icon, .ev-product-stars .ev-icon, .ev-review-list .ev-icon { fill: var(--ev-earth); color: var(--ev-earth); }
.ev-product-card__buy { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ev-product-card__buy strong { font-family: var(--ev-heading); font-size: 18px; }
.ev-product-card__buy button { border: 0; width: 34px; height: 34px; border-radius: 10px; background: var(--ev-green); color: white; display: grid; place-items: center; cursor: pointer; }
.ev-deal { padding: 24px 0; }
.ev-deal .ev-container { border-radius: 22px; background: linear-gradient(110deg, var(--ev-green), var(--ev-forest)); color: white; padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ev-deal h2 { font-size: clamp(28px, 3vw, 38px); margin: 6px 0; }
.ev-deal p { color: rgba(255,255,255,.82); }
.ev-brands { background: white; border-top: 1px solid var(--ev-border); padding: 54px 0; }
.ev-brand-scroll a { flex: 0 0 120px; text-align: center; display: grid; gap: 8px; }
.ev-brand-scroll img { width: 96px; height: 96px; border-radius: 999px; object-fit: cover; margin: 0 auto; box-shadow: 0 8px 24px rgba(0,0,0,.09); }
.ev-brand-scroll span { color: var(--ev-green); font-size: 11px; font-weight: 800; }
.ev-category-hero { padding: 72px 0 42px; background: color-mix(in oklch, var(--ev-soft), white 10%); }
.ev-rounded-img { border-radius: 22px; aspect-ratio: 4 / 3; object-fit: cover; box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.ev-badge-row, .ev-chip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.ev-badge-row span, .ev-chip-row span { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; background: white; border: 1px solid var(--ev-border); padding: 8px 12px; color: var(--ev-green); font-size: 12px; font-weight: 800; }
.ev-subcats { position: sticky; top: 104px; z-index: 20; background: white; border-block: 1px solid var(--ev-border); padding: 16px 0; }
.ev-subcats .ev-container { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.ev-subcats button { border: 0; border-radius: 999px; padding: 9px 15px; background: var(--ev-sand); color: var(--ev-stone); cursor: pointer; font-weight: 700; }
.ev-subcats button.is-active { background: var(--ev-green); color: white; }
.ev-company-hero { height: 55vh; min-height: 430px; position: relative; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.ev-company-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ev-company-hero:after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,28,34,.92), rgba(20,28,34,.42)); }
.ev-company-hero .ev-container { position: relative; z-index: 2; padding-bottom: 46px; }
.ev-company-title { display: flex; align-items: end; gap: 22px; margin-top: 22px; }
.ev-company-title > div { width: 112px; height: 112px; border-radius: 22px; background: white; color: var(--ev-green); display: grid; place-items: center; font: 800 38px var(--ev-heading); border: 4px solid white; }
.ev-company-title h1 { font-size: clamp(42px, 5vw, 62px); margin: 8px 0; }
.ev-lead { font-size: 22px; line-height: 1.65; }
.ev-narrow { max-width: 850px; }
.ev-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ev-mini-grid div { border-radius: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); padding: 18px; display: grid; gap: 6px; }
.ev-mini-grid strong { font: 800 30px var(--ev-heading); color: var(--ev-green); }

.ev-breadcrumb { display: flex; gap: 8px; align-items: center; color: color-mix(in oklch, var(--ev-stone), transparent 35%); padding: 30px 0 18px; font-size: 14px; }
.ev-breadcrumb a { color: var(--ev-green); font-weight: 700; }
.ev-product-detail { display: grid; grid-template-columns: 1.05fr 1fr; gap: 46px; padding-bottom: 74px; }
.ev-gallery__main { aspect-ratio: 1; background: white; border: 1px solid var(--ev-border); border-radius: 22px; overflow: hidden; box-shadow: 0 8px 28px rgba(0,0,0,.06); }
.ev-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.ev-gallery__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 14px; }
.ev-gallery__thumbs button { border: 2px solid transparent; border-radius: 12px; overflow: hidden; padding: 0; aspect-ratio: 1; cursor: pointer; background: white; }
.ev-gallery__thumbs button.is-active { border-color: var(--ev-green); }
.ev-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.ev-company-link { color: var(--ev-green); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; display: inline-flex; gap: 7px; align-items: center; }
.ev-product-info h1 { font-size: clamp(36px, 5vw, 54px); margin: 12px 0; }
.ev-product-stars { color: color-mix(in oklch, var(--ev-stone), transparent 30%); display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.ev-product-stars span { color: var(--ev-green); font-weight: 800; }
.ev-buy-box { margin-top: 26px; background: white; border: 1px solid var(--ev-border); border-radius: 20px; padding: 24px; box-shadow: 0 12px 34px rgba(0,0,0,.06); display: grid; gap: 16px; }
.ev-buy-box > div:first-child { display: flex; gap: 12px; align-items: end; }
.ev-buy-box > div:first-child strong { font: 900 44px var(--ev-heading); }
.ev-buy-box > div:first-child span { color: color-mix(in oklch, var(--ev-stone), transparent 35%); padding-bottom: 7px; }
.ev-buy-box p { color: var(--ev-green); font-weight: 800; margin: 0; }
.ev-qty { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ev-qty button { border: 1px solid var(--ev-border); background: var(--ev-sand); width: 38px; height: 38px; border-radius: 10px; cursor: pointer; }
.ev-buy-actions { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.ev-desc { margin-top: 28px; }
.ev-desc h2 { font-size: 24px; margin-bottom: 10px; }
.ev-desc p { line-height: 1.7; }
.ev-accordions { margin-top: 24px; border-block: 1px solid var(--ev-border); }
.ev-accordion { border-bottom: 1px solid var(--ev-border); }
.ev-accordion:last-child { border-bottom: 0; }
.ev-accordion > button { width: 100%; border: 0; background: transparent; text-align: left; padding: 18px 0; font: 800 16px var(--ev-body); cursor: pointer; }
.ev-accordion > div { display: none; padding-bottom: 18px; color: color-mix(in oklch, var(--ev-stone), transparent 25%); }
.ev-accordion.is-open > div { display: block; }
.ev-review-list { display: grid; gap: 14px; }
.ev-review-list article { background: white; border: 1px solid var(--ev-border); border-radius: 16px; padding: 20px; }

.ev-trust-strip { background: color-mix(in oklch, var(--ev-soft), white 12%); border-block: 1px solid var(--ev-border); }
.ev-trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding-block: 22px; }
.ev-trust-grid div { display: grid; grid-template-columns: 42px 1fr; column-gap: 10px; align-items: center; }
.ev-trust-grid .ev-icon { grid-row: span 2; width: 40px; height: 40px; padding: 10px; border-radius: 999px; background: white; color: var(--ev-green); border: 1px solid var(--ev-border); }
.ev-trust-grid span { color: color-mix(in oklch, var(--ev-stone), transparent 42%); font-size: 12px; }
.ev-site-footer, .ev-market-footer { background: white; border-top: 1px solid var(--ev-border); }
.ev-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 46px; padding: 48px 0; }
.ev-footer-grid p { max-width: 480px; color: color-mix(in oklch, var(--ev-stone), transparent 30%); line-height: 1.7; }
.ev-footer-grid h3 { font: 900 13px var(--ev-body); text-transform: uppercase; letter-spacing: .12em; color: color-mix(in oklch, var(--ev-stone), transparent 45%); margin-bottom: 14px; }
.ev-footer-grid div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.ev-footer-bottom { border-top: 1px solid var(--ev-border); text-align: center; padding: 18px; color: color-mix(in oklch, var(--ev-stone), transparent 45%); font-size: 13px; }
.ev-empty { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.ev-center { display: grid; place-items: center; }
.ev-wp-page > .elementor,
.ev-elementor-page > .elementor { width: 100%; }
body.elementor-page .ev-wp-page,
.ev-elementor-page { padding-top: 0; }
.elementor-editor-active .ev-site-header { pointer-events: auto; }
.ev-section--editor { background: white; border-top: 1px solid var(--ev-border); padding: 54px 0; }
.ev-editor-content { max-width: 900px; font-size: 17px; line-height: 1.75; }
.ev-editor-content > *:first-child { margin-top: 0; }
.ev-editor-content > *:last-child { margin-bottom: 0; }
.ev-editor-content .wp-block-button__link { background: var(--ev-green); border-radius: 999px; color: white; font-weight: 800; }
.ev-reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.ev-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .ev-market-hero__grid, .ev-product-detail, .ev-contact, .ev-two-col { grid-template-columns: 1fr; }
  .ev-side-promos { display: none; }
  .ev-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .ev-card-grid, .ev-story-grid, .ev-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ev-card-grid--4, .ev-kpi-grid, .ev-trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ev-market-actions span { display: none; }
}

@media (max-width: 760px) {
  .ev-container { width: min(100% - 24px, 1180px); }
  .ev-site-nav { min-height: 64px; }
  .ev-mobile-toggle { display: block; }
  .ev-main-menu { position: absolute; left: 0; right: 0; top: 64px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: white; color: var(--ev-stone); padding: 14px 24px; border-bottom: 1px solid var(--ev-border); }
  .ev-main-menu.is-open { display: flex; }
  .ev-main-menu .ev-menu-list { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .ev-main-menu a { padding: 12px 0; }
  .ev-main-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 16px; background: transparent; }
  .ev-hero { min-height: 590px; }
  .ev-hero__content { padding-bottom: 90px; }
  .ev-carousel__prev, .ev-carousel__next { display: none; }
  .ev-split-head, .ev-row-head, .ev-deal .ev-container { align-items: flex-start; flex-direction: column; }
  .ev-card-grid, .ev-card-grid--2, .ev-card-grid--4, .ev-story-grid, .ev-team-grid, .ev-footer-grid { grid-template-columns: 1fr; }
  .ev-kpi-grid, .ev-trust-grid, .ev-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ev-market-nav { grid-template-columns: auto 1fr auto; gap: 10px; }
  .ev-brand--market span:last-child, .ev-topbar span, .ev-search button { display: none; }
  .ev-search { order: 2; grid-column: 1 / -1; width: 100%; }
  .ev-market-nav { flex-wrap: wrap; }
  .ev-promo { aspect-ratio: auto; min-height: 360px; }
  .ev-promo__slide > div { padding: 28px; }
  .ev-subcats { top: 118px; }
  .ev-product-card__title { font-size: 13px; }
}
