.edc-home { padding: 0 !important; }
.edc-hero { overflow: hidden; border-bottom: 1px solid var(--edc-line); background: var(--edc-paper); }
.edc-hero__inner { min-height: clamp(590px, 72vh, 780px); display: grid; grid-template-columns: minmax(320px, .8fr) minmax(480px, 1.2fr); align-items: center; gap: clamp(28px, 5vw, 80px); }
.edc-hero__copy { position: relative; z-index: 2; padding-block: 70px; }
.edc-eyebrow { margin: 0 0 24px; color: var(--edc-muted); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.edc-home h1 { max-width: 770px; margin: 0; font-size: clamp(54px, 6vw, 96px); line-height: .91; letter-spacing: -.045em; }
.edc-hero__text { max-width: 490px; margin: 30px 0 0; color: var(--edc-muted); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.45; }
.edc-hero__actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; }
.edc-button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--edc-ink); background: var(--edc-ink); color: var(--edc-white) !important; font-family: "EDC UI", Arial, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.edc-button:hover { background: #292929; }
.edc-arrow-link { min-height: 48px; padding: 0; border: 0; border-bottom: 1px solid var(--edc-ink); background: transparent; font-family: "EDC UI", Arial, sans-serif; font-size: 13px; font-weight: 600; }
.edc-hero__objects { position: relative; align-self: stretch; min-height: 590px; }
.edc-hero__grid { position: absolute; inset: 8% -18% 8% 1%; opacity: .45; background-image: linear-gradient(var(--edc-line) 1px, transparent 1px), linear-gradient(90deg, var(--edc-line) 1px, transparent 1px); background-size: 48px 48px; }
.edc-hero-object { position: absolute; width: clamp(185px, 20vw, 310px); aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; filter: contrast(1.04); }
.edc-hero-object--knife { z-index: 3; top: 13%; right: 2%; transform: rotate(14deg); }
.edc-hero-object--tool { z-index: 2; left: 2%; bottom: 11%; transform: rotate(-12deg); }
.edc-hero-object--cord { z-index: 1; right: 3%; bottom: 3%; width: clamp(150px, 17vw, 260px); transform: rotate(8deg); }
.edc-hero__stamp { position: absolute; z-index: 4; left: 9%; top: 18%; padding: 8px 11px; border: 1px solid var(--edc-ink); font-family: "EDC UI", Arial, sans-serif; font-size: 10px; letter-spacing: .17em; }
.edc-home__products { padding-top: clamp(68px, 8vw, 124px); padding-bottom: clamp(78px, 9vw, 140px); }
.edc-section-head { margin-bottom: 36px; padding-bottom: 22px; border-bottom: 1px solid var(--edc-ink); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.edc-section-head .edc-eyebrow { margin-bottom: 12px; }
.edc-section-head h2 { margin: 0; font-size: clamp(34px, 4.2vw, 64px); letter-spacing: -.035em; }
.edc-section-head > a { min-height: 44px; display: flex; align-items: center; font-family: "EDC UI", Arial, sans-serif; font-size: 13px; font-weight: 600; }
.edc-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: clamp(16px, 2vw, 30px); row-gap: 54px; }
.edc-product-card { min-width: 0; }
.edc-product-card__media { position: relative; overflow: hidden; aspect-ratio: 1; background: var(--edc-paper); }
.edc-product-card__media > a { display: block; width: 100%; height: 100%; }
.edc-product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: opacity 180ms ease, transform 260ms ease; }
.edc-product-card__media .edc-product-card__swap { position: absolute; inset: 0; opacity: 0; }
.edc-product-card:hover .edc-product-card__media img { transform: scale(1.025); }
.edc-product-card:hover .edc-product-card__media img:first-child:not(:last-child) { opacity: 0; }
.edc-product-card:hover .edc-product-card__media .edc-product-card__swap { opacity: 1; }
.edc-product-card__badge { position: absolute; z-index: 3; top: 12px; left: 12px; padding: 5px 8px; background: var(--edc-ink); color: var(--edc-white); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.edc-product-card__quick { position: absolute; z-index: 4; top: 10px; right: 10px; display: grid; gap: 4px; opacity: 0; transform: translateX(8px); transition: opacity 160ms ease, transform 160ms ease; }
.edc-product-card:hover .edc-product-card__quick, .edc-product-card:focus-within .edc-product-card__quick { opacity: 1; transform: none; }
.edc-product-card__quick button { width: 44px; height: 44px; border: 0; background: transparent; color: var(--edc-ink); cursor: pointer; transition: color 160ms ease, opacity 160ms ease, transform 160ms ease; }
.edc-product-card__quick button:hover { background: transparent; color: var(--edc-ink); transform: scale(1.08); }
.edc-product-card__quick button i { position: relative; width: 28px; height: 28px; display: inline-grid; place-items: center; font-size: 26px; line-height: 1; }
.edc-product-card__quick button .fa-heart-o::before { position: relative; z-index: 1; }
.edc-product-card__quick button .fa-heart-o::after { content: "\f004"; position: absolute; z-index: 0; left: 50%; top: 50%; color: var(--edc-white); font-family: FontAwesome; font-size: .82em; transform: translate(-50%, -48%); }
.edc-product-card__body { padding-top: 17px; }
.edc-product-card__body h3 { min-height: 42px; margin: 0; font-family: Arial, sans-serif !important; font-size: 14px; font-weight: 400; line-height: 1.45; }
.edc-product-card__body h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.edc-product-card__price { min-height: 27px; margin: 12px 0 15px; display: flex; align-items: baseline; gap: 9px; }
.edc-product-card__price del { color: var(--edc-muted); font-size: 13px; }
.edc-product-card__price strong { font-family: "EDC UI", Arial, sans-serif; font-size: 17px; }
.edc-product-card__buy { width: 100%; min-height: 46px; border: 1px solid var(--edc-ink); border-radius: 0; background: var(--edc-white); font-family: "EDC UI", Arial, sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.edc-product-card__buy:hover { background: var(--edc-ink); color: var(--edc-white); }
.edc-home__legacy-modules { padding-bottom: 80px; }

@media (max-width: 1020px) {
  .edc-hero__inner { min-height: 650px; grid-template-columns: .9fr 1.1fr; }
  .edc-home h1 { font-size: clamp(48px, 7vw, 76px); }
  .edc-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .edc-hero__inner { min-height: 720px; grid-template-columns: 1fr; align-content: start; gap: 0; }
  .edc-hero__copy { padding: 54px 0 10px; }
  .edc-home h1 { font-size: clamp(46px, 14vw, 70px); }
  .edc-hero__text { margin-top: 22px; font-size: 16px; }
  .edc-hero__actions { margin-top: 28px; gap: 18px; }
  .edc-hero__objects { min-height: 310px; margin-top: -12px; }
  .edc-hero-object { width: clamp(145px, 47vw, 235px); }
  .edc-hero-object--knife { top: 5%; right: -3%; }
  .edc-hero-object--tool { left: -3%; bottom: 0; }
  .edc-hero-object--cord { right: 10%; bottom: -5%; width: 130px; }
  .edc-hero__stamp { left: 5%; top: 12%; }
  .edc-section-head { align-items: start; }
  .edc-section-head > a { font-size: 0; }
  .edc-section-head > a::after { content: "Все →"; font-size: 12px; }
  .edc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 38px; }
  .edc-product-card__quick { opacity: 1; transform: none; }
}

@media (max-width: 430px) {
  .edc-hero__actions { align-items: stretch; flex-direction: column; }
  .edc-arrow-link { align-self: flex-start; }
  .edc-product-card__body h3 { font-size: 13px; }
  .edc-product-card__quick button { width: 44px; height: 44px; }
}
